Searched refs:__sigqueue_alloc (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/Documentation/ |
D | kmemcheck.txt | 401 851 q = __sigqueue_alloc(t, GFP_ATOMIC, (sig < SIGRTMIN && 420 from the function __sigqueue_alloc(), which looks like an allocation function. 423 187 static struct sigqueue *__sigqueue_alloc(struct task_struct *t, gfp_t flags, 465 it is the caller of __sigqueue_alloc() that has the responsibility of filling 581 851 q = __sigqueue_alloc(t, GFP_ATOMIC, (sig < SIGRTMIN &&
|
/linux-3.3/kernel/ |
D | signal.c | 354 __sigqueue_alloc(int sig, struct task_struct *t, gfp_t flags, int override_rlimit) in __sigqueue_alloc() function 1094 q = __sigqueue_alloc(sig, t, GFP_ATOMIC | __GFP_NOTRACK_FALSE_POSITIVE, in __send_signal() 1550 struct sigqueue *q = __sigqueue_alloc(-1, current, GFP_KERNEL, 0); in sigqueue_alloc()
|