Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dspinlock_rt.h78 #define spin_lock_nest_lock(lock, nest_lock) \ macro
H A Dspinlock.h369 #define spin_lock_nest_lock(lock, nest_lock) \ macro
/linux-6.15/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()
/linux-6.15/arch/x86/xen/
H A Dmmu_pv.c715 spin_lock_nest_lock(ptl, &mm->page_table_lock); in xen_pte_lock()
/linux-6.15/drivers/md/
H A Draid5.c105 spin_lock_nest_lock(conf->hash_locks + i, conf->hash_locks); in lock_all_device_hash_locks_irq()