Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c691 static int taskq_thread_spawn(taskq_t *tq);
713 if (taskq_thread_spawn(tq) == 0) in taskq_dispatch()
756 (void) taskq_thread_spawn(tq); in taskq_dispatch()
808 (void) taskq_thread_spawn(tq); in taskq_dispatch_delay()
834 if (taskq_thread_spawn(tq) == 0) in taskq_dispatch_ent()
879 (void) taskq_thread_spawn(tq); in taskq_dispatch_ent()
952 taskq_thread_spawn(taskq_t *tq) in taskq_thread_spawn() function
1130 taskq_thread_spawn(tq)) in taskq_thread()
1692 (void) taskq_thread_spawn(tq); in param_set_taskq_kick()