Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dtaskq.c47 again: if ((t = tq->tq_freelist) != NULL && tq->tq_nalloc >= tq->tq_minalloc) { in task_alloc()
89 if (tq->tq_nalloc <= tq->tq_minalloc) { in task_free()
280 tq->tq_minalloc = minalloc; in taskq_create()
316 tq->tq_minalloc = 0; in taskq_destroy()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h90 int tq_minalloc; /* min taskq_ent_t pool size */ member
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c201 if (tq->tq_nalloc <= tq->tq_minalloc) { in task_done()
1084 tq->tq_minalloc = minalloc; in taskq_create()
H A Dspl-proc.c299 tq->tq_maxthreads, tq->tq_pri, tq->tq_minalloc, tq->tq_maxalloc, in taskq_seq_show_impl()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h474 int tq_minalloc;