Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/lib/libzpool/
H A Dtaskq.c51 if (tq->tq_nalloc >= tq->tq_maxalloc) { in task_alloc()
284 tq->tq_maxalloc = maxalloc; in taskq_create()
/freebsd-14.2/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h91 int tq_maxalloc; /* max taskq_ent_t pool size */ member
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c145 if (tq->tq_nalloc >= tq->tq_maxalloc) { in task_alloc()
1093 tq->tq_maxalloc = maxalloc; in taskq_create()
H A Dspl-proc.c253 tq->tq_maxthreads, tq->tq_pri, tq->tq_minalloc, tq->tq_maxalloc, in taskq_seq_show_impl()
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h473 int tq_maxalloc;