Searched refs:spin_lock_irqsave_nested (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-taskq.c | 243 spin_lock_irqsave_nested(&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() 515 spin_lock_irqsave_nested(&tq->tq_lock, flags, tq->tq_lock_class); in taskq_wait_id_check() 539 spin_lock_irqsave_nested(&tq->tq_lock, flags, tq->tq_lock_class); in taskq_wait_outstanding_check() 567 spin_lock_irqsave_nested(&tq->tq_lock, flags, tq->tq_lock_class); in taskq_wait_check() 615 spin_lock_irqsave_nested(&tq->tq_lock, flags, tq->tq_lock_class); in taskq_cancel_id() 641 spin_lock_irqsave_nested(&tq->tq_lock, flags, in taskq_cancel_id() 673 spin_lock_irqsave_nested(&tq->tq_lock, irqflags, tq->tq_lock_class); in taskq_dispatch() 744 spin_lock_irqsave_nested(&tq->tq_lock, irqflags, tq->tq_lock_class); in taskq_dispatch_delay() [all …]
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | spinlock.h | 121 #define spin_lock_irqsave_nested(_l, flags, _n) do { \ macro
|
| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | qplib_rcfw.c | 745 spin_lock_irqsave_nested(&cmdq_hwq->lock, flags, in bnxt_qplib_process_qp_event()
|