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

/illumos-gate/usr/src/uts/common/os/
H A Dddi.c682 * SQ_CIOC then qwait is used to wait for service procedure to run since syncq
712 * The semantics of qwait/qwait_sig are undefined in this case.
735 * Note: we do not unblock a thread waiting in qwait/qwait_sig,
737 * qwait for the same (per module) inner perimeter.
757 * outer_exit in a qwait running in the same outer perimeter would
758 * cause a livelock "ping-pong" between two or more qwait'ers.
795 * SQ_CIOC then qwait is used to wait for service procedure to run since syncq
803 qwait(queue_t *q) function
812 * so that qwait can return to the caller.
824 * The semantics of qwait/qwait_si
[all...]

Completed in 60 milliseconds