/src/sys/sys/ |
sleepq.h | 54 void sleepq_remove(sleepq_t *, lwp_t *, bool);
|
/src/sys/kern/ |
kern_sleepq.c | 108 * sleepq_remove: 120 sleepq_remove(sleepq_t *sq, lwp_t *l, bool wakeup) function in typeref:typename:void 468 sleepq_remove(sq, l, true); 492 sleepq_remove(sq, l, false);
|
kern_condvar.c | 495 sleepq_remove(sq, l, true); 542 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 in typeref:typename:void
|