Home
last modified time | relevance | path

Searched refs:RLIMIT_SIGPENDING (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/asm-generic/
H A Dresource.h43 #define RLIMIT_SIGPENDING 11 /* max number of pending signals */ macro
/linux/include/asm-generic/
H A Dresource.h24 [RLIMIT_SIGPENDING] = { 0, 0 }, \
/linux/kernel/
H A Duser_namespace.c144 set_userns_rlimit_max(ns, UCOUNT_RLIMIT_SIGPENDING, rlimit(RLIMIT_SIGPENDING)); in create_user_ns()
H A Dfork.c877 init_task.signal->rlim[RLIMIT_SIGPENDING] = in fork_init()
H A Dsignal.c424 if (unlikely(!override_rlimit && sigpending > task_rlimit(t, RLIMIT_SIGPENDING))) { in sig_get_ucounts()
/linux/fs/proc/
H A Dbase.c621 [RLIMIT_SIGPENDING] = {"Max pending signals", "signals"},