Searched refs:COMPLETION_INITIALIZER (Results 1 – 2 of 2) sorted by relevance
39 #define COMPLETION_INITIALIZER(work) \ macro57 struct completion work = COMPLETION_INITIALIZER(work)
181 #define COMPLETION_INITIALIZER(x) {.count = 0} macro182 #define DECLARE_COMPLETION(x) struct completion x = COMPLETION_INITIALIZER(x)