/src/sys/sys/ |
sleepq.h | 56 void sleepq_enqueue(sleepq_t *, wchan_t, const char *,
|
/src/sys/rump/librump/rumpkern/ |
sleepq.c | 75 sleepq_enqueue(sleepq_t *sq, wchan_t wc, const char *wmsg, syncobj_t *sob, function in typeref:typename:void
|
/src/sys/kern/ |
kern_condvar.c | 138 sleepq_enqueue(sq, cv, CV_WMESG(cv), &cv_syncobj, catch_p);
|
kern_turnstile.c | 203 * If the current owner of the lock (l->l_wchan, set by sleepq_enqueue) 423 sleepq_enqueue(sq, obj, sobj->sobj_name, sobj, false);
|
kern_synch.c | 205 sleepq_enqueue(sq, ident, wmesg, &sleep_syncobj, catch_p); 230 sleepq_enqueue(sq, ident, wmesg, &sleep_syncobj, catch_p); 258 sleepq_enqueue(NULL, l, wmesg, &kpause_syncobj, intr);
|
kern_sleepq.c | 251 * sleepq_enqueue: 258 sleepq_enqueue(sleepq_t *sq, wchan_t wchan, const char *wmesg, syncobj_t *sobj, function in typeref:typename:void 380 * dropped the sleep queue lock between sleepq_enqueue() and
|
sys_lwp.c | 543 sleepq_enqueue(NULL, l, "parked", &lwp_park_syncobj, true);
|
kern_timeout.c | 624 sleepq_enqueue(&cc->cc_sleepq, cc, "callout",
|
sys_select.c | 329 sleepq_enqueue(&sc->sc_sleepq, sc, opname, &select_sobj, true);
|