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

/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c46 * turnstile_wakeup(ts, TS_WRITER_Q, nwaiters, new_owner or NULL);
49 * Both turnstile_block() and turnstile_wakeup() drop the turnstile lock.
112 * turnstile_wakeup() waives any priority the owner may have inherited
718 turnstile_wakeup(turnstile_t *ts, int qnum, int nthreads, kthread_t *owner) function
753 panic("turnstile_wakeup: owner %p not woken", (void *)owner);

Completed in 44 milliseconds