Home
last modified time | relevance | path

Searched refs:wq_count (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dwaitq.c48 wq->wq_count = 0; in waitq_init()
55 ASSERT(wq->wq_count == 0); in waitq_fini()
149 wq->wq_count++; in waitq_link()
191 wq->wq_count--; in waitq_unlink()
281 return (wq->wq_count == 0); in waitq_isempty()
/illumos-gate/usr/src/uts/common/sys/
H A Dwaitq.h42 int wq_count; /* number of threads on the queue */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mbx.c763 dev->max_tx_rings = fwcmd->params.rsp.ulp[0].wq_count; in oce_get_fw_config()
766 dev->max_tx_rings = fwcmd->params.rsp.ulp[1].wq_count; in oce_get_fw_config()
/illumos-gate/usr/src/uts/common/disp/
H A Dcpucaps.c1140 capsp->cap_nwait.value.ui64 = cap->cap_waitq.wq_count; in cap_kstat_update()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h1305 uint32_t wq_count; member