Searched refs:UCOUNT_RLIMIT_SIGPENDING (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| A D | user_namespace.h | 65 UCOUNT_RLIMIT_SIGPENDING, enumerator
|
| /linux/fs/proc/ |
| A D | array.c | 285 qsize = get_rlimit_value(task_ucounts(p), UCOUNT_RLIMIT_SIGPENDING); in task_sig()
|
| /linux/kernel/ |
| A D | user_namespace.c | 144 set_userns_rlimit_max(ns, UCOUNT_RLIMIT_SIGPENDING, rlimit(RLIMIT_SIGPENDING)); in create_user_ns()
|
| A D | signal.c | 422 sigpending = inc_rlimit_get_ucounts(ucounts, UCOUNT_RLIMIT_SIGPENDING, in __sigqueue_alloc() 435 dec_rlimit_put_ucounts(ucounts, UCOUNT_RLIMIT_SIGPENDING); in __sigqueue_alloc() 449 dec_rlimit_put_ucounts(q->ucounts, UCOUNT_RLIMIT_SIGPENDING); in __sigqueue_free()
|
| A D | fork.c | 1072 set_userns_rlimit_max(&init_user_ns, UCOUNT_RLIMIT_SIGPENDING, RLIM_INFINITY); in fork_init()
|
Completed in 24 milliseconds