Searched refs:UCOUNT_RLIMIT_SIGPENDING (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | user_namespace.h | 67 UCOUNT_RLIMIT_SIGPENDING, enumerator
|
| /linux/fs/proc/ |
| H A D | array.c | 283 qsize = get_rlimit_value(task_ucounts(p), UCOUNT_RLIMIT_SIGPENDING); in task_sig()
|
| /linux/kernel/ |
| H A D | signal.c | 418 sigpending = inc_rlimit_get_ucounts(ucounts, UCOUNT_RLIMIT_SIGPENDING, in sig_get_ucounts() 425 dec_rlimit_put_ucounts(ucounts, UCOUNT_RLIMIT_SIGPENDING); in sig_get_ucounts() 457 dec_rlimit_put_ucounts(ucounts, UCOUNT_RLIMIT_SIGPENDING); in sigqueue_alloc() 472 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 | 837 set_userns_rlimit_max(&init_user_ns, UCOUNT_RLIMIT_SIGPENDING, RLIM_INFINITY); in fork_init()
|
| /linux/kernel/time/ |
| H A D | posix-timers.c | 445 dec_rlimit_put_ucounts(tmr->sigq.ucounts, UCOUNT_RLIMIT_SIGPENDING); in posixtimer_free_timer()
|