Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c563 static int taskq_thread_spawn(taskq_t *tq);
586 taskq_thread_spawn(tq) == 0) in taskq_dispatch()
623 (void) taskq_thread_spawn(tq); in taskq_dispatch()
670 (void) taskq_thread_spawn(tq); in taskq_dispatch_delay()
696 taskq_thread_spawn(tq) == 0) in taskq_dispatch_ent()
736 (void) taskq_thread_spawn(tq); in taskq_dispatch_ent()
809 taskq_thread_spawn(taskq_t *tq) in taskq_thread_spawn() function
973 taskq_thread_spawn(tq)) in taskq_thread()
1261 (void) taskq_thread_spawn(tq); in param_set_taskq_kick()