Searched refs:_spin_lock (Results 1 – 2 of 2) sorted by relevance
64 #define spin_lock(lock) _spin_lock(lock)66 #define spin_lock_nested(lock, subclass) _spin_lock(lock)
39 #define _spin_lock(lock) __LOCK(lock) macro