Searched refs:__sigqueue_alloc (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dsignal.c405 __sigqueue_alloc(int sig, struct task_struct *t, gfp_t gfp_flags, function
1119 q = __sigqueue_alloc(sig, t, GFP_ATOMIC, override_rlimit, 0);
1940 return __sigqueue_alloc(-1, current, GFP_KERNEL, 0, SIGQUEUE_PREALLOC);

Completed in 89 milliseconds