Home
last modified time | relevance | path

Searched refs:waitq (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h194 #define rdsv3_wait_event(waitq, condition) \ argument
196 mutex_enter(&(waitq)->waitq_mutex); \
197 (waitq)->waitq_waiters++; \
199 cv_wait(&(waitq)->waitq_cv, &(waitq)->waitq_mutex); \
201 (waitq)->waitq_waiters--; \
202 mutex_exit(&(waitq)->waitq_mutex); \
/titanic_50/usr/src/uts/common/sys/
H A Dwaitq.h41 typedef struct waitq { struct
H A Dthread.h103 struct waitq;
344 struct waitq *t_waitq; /* wait queue */
H A DMakefile664 waitq.h \
/titanic_50/usr/src/lib/libfakekernel/common/sys/
H A Dthread.h68 struct waitq;
/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dcache_kstats_readme.txt170 refers to as "waitq" and "runq," where "waitq" is intended to be interpreted
173 runq and the waitq must be made via built-in functions, such as
179 Please note that sdbc does not use waitq.
/titanic_50/usr/src/uts/common/io/skd/
H A Dskd.c730 struct waitqueue *waitq = &skdev->waitqueue; in skd_start() local
758 if (SIMPLEQ_EMPTY(waitq)) { in skd_start()
3594 struct waitqueue *waitq; in skd_queue() local
3601 waitq = &skdev->waitqueue; in skd_queue()
3603 if (SIMPLEQ_EMPTY(waitq)) in skd_queue()
3604 SIMPLEQ_INSERT_HEAD(waitq, pbuf, sq); in skd_queue()
3606 SIMPLEQ_INSERT_TAIL(waitq, pbuf, sq); in skd_queue()
/titanic_50/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c2052 int waitq = 1; in _rdc_remote_flush() local
2127 waitq = 0; in _rdc_remote_flush()
2413 if ((waitq && krdc->io_kstats) && (!RDC_IS_DISKQ(krdc->group))) { in _rdc_remote_flush()
/titanic_50/usr/src/uts/common/
H A DMakefile.files397 waitq.o \
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-header.mf1573 file path=usr/include/sys/waitq.h