HomeSort by: relevance | last modified time | path
    Searched refs:sleepq_abort (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
sleepq.h 64 int sleepq_abort(kmutex_t *, int);
  /src/sys/kern/
kern_synch.c 198 (void)sleepq_abort(NULL, 0);
223 (void)sleepq_abort(mtx, (priority & PNORELOCK) != 0);
253 return sleepq_abort(NULL, 0);
kern_sleepq.c 56 * for sleepq_abort:
554 * sleepq_abort:
562 sleepq_abort(kmutex_t *mtx, int unlock) function in typeref:typename:int

Completed in 15 milliseconds