Searched defs:spin_lock (Results 1 – 3 of 3) sorted by relevance
56 spin_lock(spinlock_t *spinlock) in spin_lock() function
124 #define spin_lock(l) do { mutex_spin_enter(l); } while (0) macro
90 #define spin_lock(lock) mutex_spin_enter(lock) macro