Searched refs:SPIN_UNLOCK (Results 1 – 1 of 1) sorted by relevance
34 #define SPIN_UNLOCK(x) do { (x)->lock = 1; } while(0) macro42 #define SPIN_UNLOCK(x) do { } while(0) macro52 SPIN_UNLOCK(lock); local_irq_restore(flags); \