Home | Sort by: relevance | last modified time | path |
/src/sys/rump/librump/rumpkern/ | |
sleepq.c | 150 sleepq_remove(sleepq_t *sq, struct lwp *l, bool wakeup) function in typeref:typename:void |
/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); |