Home
last modified time | relevance | path

Searched refs:waitq_unblock (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dwaitq.h80 extern void waitq_unblock(waitq_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dwaitq.c383 waitq_unblock(waitq_t *wq) in waitq_unblock() function
/illumos-gate/usr/src/uts/common/disp/
H A Dcpucaps.c315 waitq_unblock(&cap->cap_waitq); in cap_enable()