Searched refs:sleepq_abort (Results 1 – 4 of 4) sorted by relevance
90 int sleepq_abort(struct thread *td, int intrval);
1081 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()
1096 sleepq_abort(struct thread *td, int intrval) in sleepq_abort() function
2371 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()