Home
last modified time | relevance | path

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

/linux/include/linux/
H A Duser_namespace.h65 UCOUNT_RLIMIT_SIGPENDING, enumerator
/linux/fs/proc/
H A Darray.c285 qsize = get_rlimit_value(task_ucounts(p), UCOUNT_RLIMIT_SIGPENDING); in task_sig()
/linux/kernel/
H A Dsignal.c417 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 Duser_namespace.c144 set_userns_rlimit_max(ns, UCOUNT_RLIMIT_SIGPENDING, rlimit(RLIMIT_SIGPENDING)); in create_user_ns()
H A Dfork.c1072 set_userns_rlimit_max(&init_user_ns, UCOUNT_RLIMIT_SIGPENDING, RLIM_INFINITY); in fork_init()
/linux/kernel/time/
H A Dposix-timers.c370 dec_rlimit_put_ucounts(tmr->sigq.ucounts, UCOUNT_RLIMIT_SIGPENDING); in posixtimer_free_timer()