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

/linux-master/include/linux/
H A Dsignal_types.h30 #define SIGQUEUE_PREALLOC 1 macro
/linux-master/kernel/
H A Dsignal.c445 if (q->flags & SIGQUEUE_PREALLOC)
590 (first->flags & SIGQUEUE_PREALLOC) &&
1940 return __sigqueue_alloc(-1, current, GFP_KERNEL, 0, SIGQUEUE_PREALLOC);
1948 BUG_ON(!(q->flags & SIGQUEUE_PREALLOC));
1955 q->flags &= ~SIGQUEUE_PREALLOC;
1976 BUG_ON(!(q->flags & SIGQUEUE_PREALLOC));

Completed in 95 milliseconds