Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c595 spin_lock(&t->tqent_lock); in taskq_dispatch()
619 spin_unlock(&t->tqent_lock); in taskq_dispatch()
652 spin_lock(&t->tqent_lock); in taskq_dispatch_delay()
668 spin_unlock(&t->tqent_lock); in taskq_dispatch_delay()
703 spin_lock(&t->tqent_lock); in taskq_dispatch_ent()
732 spin_unlock(&t->tqent_lock); in taskq_dispatch_ent()
754 spin_lock_init(&t->tqent_lock); in taskq_init_ent()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h110 spinlock_t tqent_lock; member