Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c689 spin_lock(&t->tqent_lock); in taskq_dispatch()
719 spin_unlock(&t->tqent_lock); in taskq_dispatch()
754 spin_lock(&t->tqent_lock); in taskq_dispatch_delay()
773 spin_unlock(&t->tqent_lock); in taskq_dispatch_delay()
810 spin_lock(&t->tqent_lock); in taskq_dispatch_ent()
844 spin_unlock(&t->tqent_lock); in taskq_dispatch_ent()
868 spin_lock_init(&t->tqent_lock); in taskq_init_ent()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h145 spinlock_t tqent_lock; member