Searched defs:dispdeq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c1606 dispdeq(kthread_t *tp) function
1648 panic("dispdeq: thread not on queue");
1716 (void) dispdeq(t);
2332 * dispdeq() requires that we have the thread locked, and we do,
2333 * by virtue of holding the dispatch queue lock. dispdeq() will
2342 thread_was_on_queue = dispdeq(tp); /* drops disp_lock */
2347 (void) dispdeq(tp); /* drops disp_lock */
2396 * The disp_lock was dropped by dispdeq().
2529 wasonq = dispdeq(tp); /* drops disp_lock */

Completed in 103 milliseconds