Searched refs:_spin_lock_nested (Results 1 – 3 of 3) sorted by relevance
23 void __lockfunc _spin_lock_nested(spinlock_t *lock, int subclass)
52 #define _spin_lock_nested(lock, subclass) __LOCK(lock) macro
177 # define spin_lock_nested(lock, subclass) _spin_lock_nested(lock, subclass)