Lines Matching refs:flags
50 #define read_lock_irqsave(lock, flags) \ argument
52 typecheck(unsigned long, flags); \
54 flags = 0; \
76 unsigned long flags) in read_unlock_irqrestore() argument
97 #define write_lock_irqsave(lock, flags) \ argument
99 typecheck(unsigned long, flags); \
101 flags = 0; \
106 #define write_trylock_irqsave(lock, flags) \ argument
110 typecheck(unsigned long, flags); \
111 flags = 0; \
133 unsigned long flags) in write_unlock_irqrestore() argument