Home
last modified time | relevance | path

Searched refs:RLIMIT_SIGPENDING (Results 1 – 5 of 5) 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.c872 init_task.signal->rlim[RLIMIT_SIGPENDING] = in fork_init()
/linux/fs/proc/
H A Dbase.c623 [RLIMIT_SIGPENDING] = {"Max pending signals", "signals"},