Searched defs:LOCK (Results 1 – 5 of 5) sorted by relevance
45 #define spin_lock(LOCK) debug_spin_lock(LOCK, __BASE_FILE__, __LINE__) argument46 #define spin_trylock(LOCK) debug_spin_trylock(LOCK, __BASE_FILE__, __LINE__) argument48 #define spin_lock_own(LOCK, LOCATION) \ argument87 #define spin_lock_own(LOCK, LOCATION) ((void)0) argument
14 #define LOCK "lock ; " macro16 #define LOCK "" macro
12 #define LOCK "lock ; " macro14 #define LOCK "" macro
63 #define LOCK(flags) spin_lock_irqsave(&feature_lock, flags); macro
312 #define LOCK() down(&dmasound_sem); macro