Lines Matching defs:var
253 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ argument
280 #define __wait_var_event(var, condition) \ argument
283 #define __wait_var_event_io(var, condition) \ argument
303 #define wait_var_event(var, condition) \ argument
331 #define wait_var_event_io(var, condition) \ argument
339 #define __wait_var_event_killable(var, condition) \ argument
361 #define wait_var_event_killable(var, condition) \ argument
370 #define __wait_var_event_timeout(var, condition, timeout) \ argument
395 #define wait_var_event_timeout(var, condition, timeout) \ argument
404 #define __wait_var_event_interruptible(var, condition) \ argument
425 #define wait_var_event_interruptible(var, condition) \ argument
459 #define wait_var_event_any_lock(var, condition, lock, type, state) \ argument
488 #define wait_var_event_spinlock(var, condition, lock) \ argument
509 #define wait_var_event_mutex(var, condition, lock) \ argument
522 #define wake_up_var_protected(var, cond) \ argument
537 #define wake_up_var_locked(var, lock) \ argument
592 static inline bool atomic_dec_and_wake_up(atomic_t *var) in atomic_dec_and_wake_up()
611 #define store_release_wake_up(var, val) \ argument