Searched refs:UCOUNT_RLIMIT_SIGPENDING (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | user_namespace.h | 65 UCOUNT_RLIMIT_SIGPENDING, enumerator
|
/linux/fs/proc/ |
H A D | array.c | 285 qsize = get_rlimit_value(task_ucounts(p), UCOUNT_RLIMIT_SIGPENDING); in task_sig()
|
/linux/kernel/ |
H A D | signal.c | 417 sigpending = inc_rlimit_get_ucounts(ucounts, UCOUNT_RLIMIT_SIGPENDING, in sig_get_ucounts() 424 dec_rlimit_put_ucounts(ucounts, UCOUNT_RLIMIT_SIGPENDING); in sig_get_ucounts() 456 dec_rlimit_put_ucounts(ucounts, UCOUNT_RLIMIT_SIGPENDING); in sigqueue_alloc() 471 dec_rlimit_put_ucounts(q->ucounts, UCOUNT_RLIMIT_SIGPENDING); in __sigqueue_free()
|
H A D | user_namespace.c | 144 set_userns_rlimit_max(ns, UCOUNT_RLIMIT_SIGPENDING, rlimit(RLIMIT_SIGPENDING)); in create_user_ns()
|
H A D | fork.c | 1072 set_userns_rlimit_max(&init_user_ns, UCOUNT_RLIMIT_SIGPENDING, RLIM_INFINITY); in fork_init()
|
/linux/kernel/time/ |
H A D | posix-timers.c | 370 dec_rlimit_put_ucounts(tmr->sigq.ucounts, UCOUNT_RLIMIT_SIGPENDING); in posixtimer_free_timer()
|