| /src/sys/sys/ |
| sleepq.h | 63 void sleepq_wake(sleepq_t *, wchan_t, u_int, kmutex_t *);
|
| /src/sys/rump/librump/rumpkern/ |
| sleepq.c | 113 sleepq_wake(sleepq_t *sq, wchan_t wchan, u_int expected, kmutex_t *mp) function in typeref:typename:void
|
| /src/sys/kern/ |
| kern_sleepq.c | 451 * sleepq_wake: 456 sleepq_wake(sleepq_t *sq, wchan_t wchan, u_int expected, kmutex_t *mp) function in typeref:typename:void
|
| kern_timeout.c | 887 /* sleepq_wake() drops the lock. */ 888 sleepq_wake(&cc->cc_sleepq, cc, count, cc->cc_lock);
|
| kern_synch.c | 281 sleepq_wake(sq, ident, (u_int)-1, mp);
|
| sys_select.c | 936 sleepq_wake(&sc->sc_sleepq, sc, (u_int)-1, lock);
|