Home
last modified time | relevance | path

Searched refs:tq_maxalloc_wait (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libzpool/common/
H A Dtaskq.c53 int tq_maxalloc_wait; member
81 tq->tq_maxalloc_wait++; in task_alloc()
84 tq->tq_maxalloc_wait--; in task_alloc()
112 if (tq->tq_maxalloc_wait) in task_free()
/titanic_50/usr/src/lib/libfakekernel/common/
H A Dtaskq.c83 int tq_maxalloc_wait; member
111 tq->tq_maxalloc_wait++; in task_alloc()
114 tq->tq_maxalloc_wait--; in task_alloc()
142 if (tq->tq_maxalloc_wait) in task_free()
/titanic_50/usr/src/uts/common/sys/
H A Dtaskq_impl.h123 int tq_maxalloc_wait; member
/titanic_50/usr/src/uts/common/os/
H A Dtaskq.c1006 tq->tq_maxalloc_wait++; in taskq_ent_alloc()
1009 tq->tq_maxalloc_wait--; in taskq_ent_alloc()
1051 if (tq->tq_maxalloc_wait) in taskq_ent_free()