Searched refs:__sigqueue_alloc (Results 1 – 1 of 1) sorted by relevance
372 __sigqueue_alloc(int sig, struct task_struct *t, gfp_t flags, int override_rlimit) in __sigqueue_alloc() function1085 q = __sigqueue_alloc(sig, t, GFP_ATOMIC | __GFP_NOTRACK_FALSE_POSITIVE, in __send_signal()1558 struct sigqueue *q = __sigqueue_alloc(-1, current, GFP_KERNEL, 0); in sigqueue_alloc()