Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dtaskq.c86 &tq->tq_lock, ddi_get_lbolt() + hz); in task_alloc()
91 mutex_exit(&tq->tq_lock); in task_alloc()
95 mutex_enter(&tq->tq_lock); in task_alloc()
113 mutex_exit(&tq->tq_lock); in task_free()
115 mutex_enter(&tq->tq_lock); in task_free()
127 mutex_enter(&tq->tq_lock); in taskq_dispatch()
130 mutex_exit(&tq->tq_lock); in taskq_dispatch()
146 mutex_exit(&tq->tq_lock); in taskq_dispatch()
188 mutex_enter(&tq->tq_lock); in taskq_dispatch_ent()
202 mutex_exit(&tq->tq_lock); in taskq_dispatch_ent()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c241 spin_unlock_irqrestore(&tq->tq_lock, *irqflags); in task_alloc()
243 spin_lock_irqsave_nested(&tq->tq_lock, *irqflags, in task_alloc()
251 spin_unlock_irqrestore(&tq->tq_lock, *irqflags); in task_alloc()
253 spin_lock_irqsave_nested(&tq->tq_lock, *irqflags, tq->tq_lock_class); in task_alloc()
318 spin_lock_irqsave_nested(&tq->tq_lock, flags, tq->tq_lock_class); in task_expire_impl()
322 spin_unlock_irqrestore(&tq->tq_lock, flags); in task_expire_impl()
343 spin_unlock_irqrestore(&tq->tq_lock, flags); in task_expire_impl()
515 spin_lock_irqsave_nested(&tq->tq_lock, flags, tq->tq_lock_class); in taskq_wait_id_check()
517 spin_unlock_irqrestore(&tq->tq_lock, flags); in taskq_wait_id_check()
539 spin_lock_irqsave_nested(&tq->tq_lock, flags, tq->tq_lock_class); in taskq_wait_outstanding_check()
[all …]
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dtaskq.h59 kmutex_t tq_lock; member
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h111 spinlock_t tq_lock; /* protects taskq_t */ member
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi1930 <var-decl name='tq_lock' type-id='b9eccc8f' visibility='default'/>
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi5825 <var-decl name='tq_lock' type-id='b9eccc8f' visibility='default'/>