Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dspinlock_rt.h79 #define spin_lock_nest_lock(lock, nest_lock) \ macro
Dspinlock.h368 #define spin_lock_nest_lock(lock, nest_lock) \ macro
/linux-6.1.9/arch/powerpc/kernel/
Diommu.c1108 spin_lock_nest_lock(&tbl->pools[i].lock, &tbl->large_pool.lock); in iommu_take_ownership()
1131 spin_lock_nest_lock(&tbl->pools[i].lock, &tbl->large_pool.lock); in iommu_release_ownership()
/linux-6.1.9/lib/
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()
/linux-6.1.9/arch/x86/xen/
Dmmu_pv.c655 spin_lock_nest_lock(ptl, &mm->page_table_lock); in xen_pte_lock()
/linux-6.1.9/drivers/md/
Draid5.c104 spin_lock_nest_lock(conf->hash_locks + i, conf->hash_locks); in lock_all_device_hash_locks_irq()