Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dspinlock_api_up.h33 #define __LOCK_BH(lock) \ macro
63 #define _raw_spin_lock_bh(lock) __LOCK_BH(lock)
64 #define _raw_read_lock_bh(lock) __LOCK_BH(lock)
65 #define _raw_write_lock_bh(lock) __LOCK_BH(lock)
75 #define _raw_spin_trylock_bh(lock) ({ __LOCK_BH(lock); 1; })