Home
last modified time | relevance | path

Searched refs:dec_rlimit_put_ucounts (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Duser_namespace.h155 void dec_rlimit_put_ucounts(struct ucounts *ucounts, enum rlimit_type type);
/linux/kernel/
H A Ducount.c290 void dec_rlimit_put_ucounts(struct ucounts *ucounts, enum rlimit_type type) in dec_rlimit_put_ucounts() function
H A Dsignal.c425 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()
/linux/kernel/time/
H A Dposix-timers.c445 dec_rlimit_put_ucounts(tmr->sigq.ucounts, UCOUNT_RLIMIT_SIGPENDING); in posixtimer_free_timer()