Searched refs:__sigqueue_alloc (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/kernel/ |
D | signal.c | 414 __sigqueue_alloc(int sig, struct task_struct *t, gfp_t gfp_flags, in __sigqueue_alloc() function 1129 q = __sigqueue_alloc(sig, t, GFP_ATOMIC, override_rlimit, 0); in __send_signal_locked() 1950 return __sigqueue_alloc(-1, current, GFP_KERNEL, 0, SIGQUEUE_PREALLOC); in sigqueue_alloc()
|