Home
last modified time | relevance | path

Searched refs:sleepq_abort (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dsleepqueue.h90 int sleepq_abort(struct thread *td, int intrval);
/f-stack/freebsd/kern/
H A Dkern_thread.c1081 wakeup_swapper |= sleepq_abort(td2, EINTR); in weed_inhib()
1094 wakeup_swapper |= sleepq_abort(td2, ERESTART); in weed_inhib()
1118 wakeup_swapper |= sleepq_abort(td2, ERESTART); in weed_inhib()
H A Dsubr_sleepqueue.c1096 sleepq_abort(struct thread *td, int intrval) in sleepq_abort() function
H A Dkern_sig.c2371 wakeup_swapper = sleepq_abort(td, intrval); in tdsendsignal()
2499 wakeup_swapper = sleepq_abort(td, intrval); in tdsigwakeup()
2547 wakeup_swapper |= sleepq_abort(td2, in sig_suspend_threads()