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