Home
last modified time | relevance | path

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

/freebsd/sys/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()
283 tq->tq_minalloc = minalloc; in taskq_create()
319 tq->tq_minalloc = 0; in taskq_destroy()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h122 int tq_minalloc; /* min taskq_ent_t pool size */ member
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c287 if (tq->tq_nalloc <= tq->tq_minalloc) { in task_done()
1233 tqks->tqks_entry_pool_min.value.ui64 = tq->tq_minalloc; in taskq_kstats_update()
1364 tq->tq_minalloc = minalloc; in taskq_create()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h472 int tq_minalloc;