Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c876 int seq_tasks = 0; in taskq_thread() local
923 seq_tasks = 0; in taskq_thread()
985 if ((++seq_tasks) > spl_taskq_thread_sequential && in taskq_thread()
987 seq_tasks = 0; in taskq_thread()