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

/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c38 * turnstile_block(ts, TS_READER_Q, lp, &foo_sobj_ops);
49 * Both turnstile_block() and turnstile_wakeup() drop the turnstile lock.
108 * turnstile_block() puts the current thread to sleep on the active
146 * unique problem: the upimutextab[] lock passed to turnstile_block()
388 * turnstile_block() holding the appropriate lock in the upimutextab (see
390 * passed to turnstile_block() as the "mp" parameter, and will be dropped
394 * lock held when calling turnstile_block() with a SOBJ_USER_PI sobj; holding
397 * turnstile_block() always succeeds for kernel synchronization objects.
406 turnstile_block(turnstile_t *ts, int qnum, void *sobj, sobj_ops_t *sobj_ops, function
484 panic("turnstile_block(
[all...]

Completed in 59 milliseconds