Home
last modified time | relevance | path

Searched refs:tqid (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]) argument
69 #define TQIDHASHLOCK(tqid) (&tqenthashtbl_lock[((tqid) & tqenthashlock)]) argument
123 taskqid_t tqid; in __taskq_genid() local
128 tqid = atomic_add_64_nv(&tqidnext, 1); in __taskq_genid()
129 VERIFY(tqid); in __taskq_genid()
130 return (tqid); in __taskq_genid()
136 taskqid_t tqid; in __taskq_genid() local
139 tqid = atomic_add_32_nv(&tqidnext, 1); in __taskq_genid()
140 if (__predict_true(tqid != 0)) in __taskq_genid()
143 VERIFY(tqid); in __taskq_genid()
[all …]