Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c68 #define TQIDHASH(tqid) (&tqenthashtbl[(tqid) & tqenthash]) macro
156 LIST_FOREACH(ent, TQIDHASH(tqid), tqent_hash) { in taskq_lookup()
173 LIST_INSERT_HEAD(TQIDHASH(tqid), ent, tqent_hash); in taskq_insert()