Lines Matching defs:c
38 #define INIT_COMPLETION(c) \ argument
40 #define init_completion(c) \ argument
42 #define reinit_completion(c) \ argument
44 #define complete(c) \ argument
46 #define complete_all(c) \ argument
48 #define wait_for_completion(c) \ argument
50 #define wait_for_completion_interruptible(c) \ argument
52 #define wait_for_completion_timeout(c, timeout) \ argument
54 #define wait_for_completion_interruptible_timeout(c, timeout) \ argument
56 #define try_wait_for_completion(c) \ argument
58 #define completion_done(c) \ argument