Home
last modified time | relevance | path

Searched defs:spin_lock_nested (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/linux/
H A Dspinlock.h14 #define spin_lock_nested(x, subclass) pthread_mutex_lock(x) macro
/linux/include/linux/
H A Dspinlock_rt.h76 #define spin_lock_nested(lock, subclass) \ macro
H A Dspinlock.h364 #define spin_lock_nested(lock, subclass) \ macro