Lines Matching defs:lock
54 #define __local_lock_init(lock) \ argument
65 #define __spinlock_nested_bh_init(lock) \ argument
76 #define __local_lock(lock) \ argument
82 #define __local_lock_irq(lock) \ argument
88 #define __local_lock_irqsave(lock, flags) \ argument
94 #define __local_unlock(lock) \ argument
100 #define __local_unlock_irq(lock) \ argument
106 #define __local_unlock_irqrestore(lock, flags) \ argument
112 #define __local_lock_nested_bh(lock) \ argument
118 #define __local_unlock_nested_bh(lock) \ argument
142 #define __local_lock_irq(lock) __local_lock(lock) argument
144 #define __local_lock_irqsave(lock, flags) \ argument
157 #define __local_unlock_irq(lock) __local_unlock(lock) argument
159 #define __local_unlock_irqrestore(lock, flags) __local_unlock(lock) argument
161 #define __local_lock_nested_bh(lock) \ argument
167 #define __local_unlock_nested_bh(lock) \ argument