Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c239 tq->tq_lock_class); in task_alloc()
248 spin_lock_irqsave_nested(&tq->tq_lock, *irqflags, tq->tq_lock_class); in task_alloc()
313 spin_lock_irqsave_nested(&tq->tq_lock, flags, tq->tq_lock_class); in task_expire_impl()
511 spin_lock_irqsave_nested(&tq->tq_lock, flags, tq->tq_lock_class); in taskq_wait_id_check()
535 spin_lock_irqsave_nested(&tq->tq_lock, flags, tq->tq_lock_class); in taskq_wait_outstanding_check()
563 spin_lock_irqsave_nested(&tq->tq_lock, flags, tq->tq_lock_class); in taskq_wait_check()
611 spin_lock_irqsave_nested(&tq->tq_lock, flags, tq->tq_lock_class); in taskq_cancel_id()
638 tq->tq_lock_class); in taskq_cancel_id()
669 spin_lock_irqsave_nested(&tq->tq_lock, irqflags, tq->tq_lock_class); in taskq_dispatch()
742 spin_lock_irqsave_nested(&tq->tq_lock, irqflags, tq->tq_lock_class); in taskq_dispatch_delay()
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h136 tq_lock_role_t tq_lock_class; /* class when taking tq_lock */ member