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

  /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);

Completed in 45 milliseconds