HomeSort by: relevance | last modified time | path
    Searched refs:sleepq_remove (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/sys/
sleepq.h 54 void sleepq_remove(sleepq_t *, lwp_t *, bool);
  /src/sys/kern/
kern_sleepq.c 109 * sleepq_remove:
121 sleepq_remove(sleepq_t *sq, lwp_t *l, bool wakeup) function
470 sleepq_remove(sq, l, true);
494 sleepq_remove(sq, l, false);
kern_condvar.c 496 sleepq_remove(sq, l, true);
543 sleepq_remove(sq, l, true);
kern_turnstile.c 155 sleepq_remove(&ts->ts_sleepq[q], l, true);
sys_lwp.c 492 sleepq_remove(NULL, t, true);
sys_select.c 917 sleepq_remove(l->l_sleepq, l, true);
  /src/sys/rump/librump/rumpkern/
sleepq.c 150 sleepq_remove(sleepq_t *sq, struct lwp *l, bool wakeup) function

Completed in 24 milliseconds