Searched refs:RLIMIT_CORE (Results 1 – 5 of 5) sorted by relevance
19 #define RLIMIT_CORE 4 /* max core file size */ macro
16 [RLIMIT_CORE] = { 0, RLIM_INFINITY }, \
255 rlimit(RLIMIT_CORE)); in format_corename()500 current->signal->rlim[RLIMIT_CORE] = (struct rlimit){1, 1}; in umh_pipe_setup()523 .limit = rlimit(RLIMIT_CORE), in do_coredump()
304 int err = getrlimit(RLIMIT_CORE, &lim); in check_coredump_limit()
407 [RLIMIT_CORE] = {"Max core file size", "bytes"},