Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dtaskq.c52 if (tq->tq_nalloc >= tq->tq_maxalloc) { in task_alloc()
285 tq->tq_maxalloc = maxalloc; in taskq_create()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h124 int tq_maxalloc; /* max taskq_ent_t pool size */ member
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c227 if (tq->tq_nalloc >= tq->tq_maxalloc) { in task_alloc()
1241 tqks->tqks_entry_pool_max.value.ui64 = tq->tq_maxalloc; in taskq_kstats_update()
1372 tq->tq_maxalloc = maxalloc; in taskq_create()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h467 int tq_maxalloc;