Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c575 static int taskq_thread_spawn(taskq_t *tq);
597 if (taskq_thread_spawn(tq) == 0) in taskq_dispatch()
634 (void) taskq_thread_spawn(tq); in taskq_dispatch()
681 (void) taskq_thread_spawn(tq); in taskq_dispatch_delay()
707 if (taskq_thread_spawn(tq) == 0) in taskq_dispatch_ent()
747 (void) taskq_thread_spawn(tq); in taskq_dispatch_ent()
820 taskq_thread_spawn(taskq_t *tq) in taskq_thread_spawn() function
986 taskq_thread_spawn(tq)) in taskq_thread()
1271 (void) taskq_thread_spawn(tq); in param_set_taskq_kick()