Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c565 static int taskq_thread_spawn(taskq_t *tq);
588 taskq_thread_spawn(tq) == 0) in taskq_dispatch()
625 (void) taskq_thread_spawn(tq); in taskq_dispatch()
672 (void) taskq_thread_spawn(tq); in taskq_dispatch_delay()
698 taskq_thread_spawn(tq) == 0) in taskq_dispatch_ent()
738 (void) taskq_thread_spawn(tq); in taskq_dispatch_ent()
811 taskq_thread_spawn(taskq_t *tq) in taskq_thread_spawn() function
975 taskq_thread_spawn(tq)) in taskq_thread()
1262 (void) taskq_thread_spawn(tq); in param_set_taskq_kick()