Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libzpool/common/
H A Dtaskq.c50 int tq_minalloc; member
64 again: if ((t = tq->tq_freelist) != NULL && tq->tq_nalloc >= tq->tq_minalloc) { in task_alloc()
102 if (tq->tq_nalloc <= tq->tq_minalloc) { in task_free()
257 tq->tq_minalloc = minalloc; in taskq_create()
293 tq->tq_minalloc = 0; in taskq_destroy()
/titanic_50/usr/src/lib/libfakekernel/common/
H A Dtaskq.c80 int tq_minalloc; member
94 again: if ((t = tq->tq_freelist) != NULL && tq->tq_nalloc >= tq->tq_minalloc) { in task_alloc()
132 if (tq->tq_nalloc <= tq->tq_minalloc) { in task_free()
295 tq->tq_minalloc = minalloc; in taskq_create_proc()
331 tq->tq_minalloc = 0; in taskq_destroy()
/titanic_50/usr/src/uts/common/sys/
H A Dtaskq_impl.h120 int tq_minalloc; member
/titanic_50/usr/src/uts/common/os/
H A Dtaskq.c702 (tq->tq_nalloc > tq->tq_minalloc)) && \
984 ((flags & TQ_NOALLOC) || tq->tq_nalloc >= tq->tq_minalloc)) { in taskq_ent_alloc()
1041 if (tq->tq_nalloc <= tq->tq_minalloc) { in taskq_ent_free()
1939 tq->tq_minalloc = minalloc; in taskq_create_common()
2095 tq->tq_minalloc = 0; in taskq_destroy()