Home
last modified time | relevance | path

Searched refs:sigqueue_alloc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/sched/
H A Dsignal.h350 extern struct sigqueue *sigqueue_alloc(void);
/openbmc/linux/kernel/time/
H A Dposix-timers.c407 if (unlikely(!(tmr->sigq = sigqueue_alloc()))) { in alloc_posix_timer()
/openbmc/linux/kernel/
H A Dsignal.c1949 struct sigqueue *sigqueue_alloc(void) in sigqueue_alloc() function