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

/illumos-gate/usr/src/lib/libzpool/common/
H A Dtaskq.c53 int tq_maxalloc_wait; member in struct:taskq
81 tq->tq_maxalloc_wait++;
84 tq->tq_maxalloc_wait--;
112 if (tq->tq_maxalloc_wait)
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c83 int tq_maxalloc_wait; member in struct:taskq
111 tq->tq_maxalloc_wait++;
114 tq->tq_maxalloc_wait--;
142 if (tq->tq_maxalloc_wait)
/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h123 int tq_maxalloc_wait; member in struct:taskq

Completed in 45 milliseconds