Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c93 struct list_head *tql = NULL; in taskq_find_by_name() local
96 list_for_each_prev(tql, &tq_list) { in taskq_find_by_name()
97 tq = list_entry(tql, taskq_t, tq_taskqs); in taskq_find_by_name()