Searched refs:DECLARE_COMPLETION (Results 1 – 1 of 1) sorted by relevance
182 #define DECLARE_COMPLETION(x) struct completion x = COMPLETION_INITIALIZER(x) macro183 #define DECLARE_COMPLETION_ONSTACK(x) DECLARE_COMPLETION(x)