Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c771 taskq_next_ent(taskq_t *tq) in taskq_next_ent() function
851 (!taskq_next_ent(tq)) && /* There are no pending tasks */ in taskq_thread_should_stop()
921 if ((t = taskq_next_ent(tq)) != NULL) { in taskq_thread()
1260 t = taskq_next_ent(tq); in param_set_taskq_kick()