Lines Matching defs:lock
73 #define __local_lock_init(lock) \ argument
84 #define __local_trylock_init(lock) __local_lock_init(lock.llock) argument
86 #define __spinlock_nested_bh_init(lock) \ argument
97 #define __local_lock_acquire(lock) \ argument
113 #define __local_lock(lock) \ argument
119 #define __local_lock_irq(lock) \ argument
125 #define __local_lock_irqsave(lock, flags) \ argument
131 #define __local_trylock(lock) \ argument
148 #define __local_trylock_irqsave(lock, flags) \ argument
165 #define __local_lock_release(lock) \ argument
181 #define __local_unlock(lock) \ argument
187 #define __local_unlock_irq(lock) \ argument
193 #define __local_unlock_irqrestore(lock, flags) \ argument
199 #define __local_lock_nested_bh(lock) \ argument
205 #define __local_unlock_nested_bh(lock) \ argument
233 #define __local_lock_irq(lock) __local_lock(lock) argument
235 #define __local_lock_irqsave(lock, flags) \ argument
248 #define __local_unlock_irq(lock) __local_unlock(lock) argument
250 #define __local_unlock_irqrestore(lock, flags) __local_unlock(lock) argument
252 #define __local_lock_nested_bh(lock) \ argument
258 #define __local_unlock_nested_bh(lock) \ argument
263 #define __local_trylock(lock) \ argument
278 #define __local_trylock_irqsave(lock, flags) \ argument