Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c166 refcount_acquire(&ent->tqent_rc); in taskq_lookup()
272 if (refcount_release(&task->tqent_rc)) in taskq_free()
344 refcount_init(&task->tqent_rc, 1); in taskq_dispatch_delay()
374 refcount_init(&task->tqent_rc, 1); in taskq_dispatch()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h60 volatile uint32_t tqent_rc; member