Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dspinlock_rt.h79 #define spin_lock_nest_lock(lock, nest_lock) \ macro
H A Dspinlock.h369 #define spin_lock_nest_lock(lock, nest_lock) \ macro
/openbmc/linux/arch/powerpc/kernel/
H A Diommu.c1122 spin_lock_nest_lock(&tbl->pools[i].lock, &tbl->large_pool.lock); in iommu_take_ownership()
1144 spin_lock_nest_lock(&tbl->pools[i].lock, &tbl->large_pool.lock); in iommu_release_ownership()
/openbmc/linux/lib/
H A Dlocking-selftest.c2096 spin_lock_nest_lock(&lock_A, &o.base); in ww_test_spin_nest_unlocked()
2104 spin_lock_nest_lock(&lock_Y1, &lock_X1); in ww_test_spin_nest_lock()
2106 spin_lock_nest_lock(&lock_Y2, &lock_X1); in ww_test_spin_nest_lock()
/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c671 spin_lock_nest_lock(ptl, &mm->page_table_lock); in xen_pte_lock()
/openbmc/linux/drivers/md/
H A Draid5.c103 spin_lock_nest_lock(conf->hash_locks + i, conf->hash_locks); in lock_all_device_hash_locks_irq()