Searched refs:COMPLETION_INITIALIZER (Results 1 – 3 of 3) sorted by relevance
36 #define COMPLETION_INITIALIZER(work) \ macro54 struct completion work = COMPLETION_INITIALIZER(work)
181 #define COMPLETION_INITIALIZER(x) {.count = 0} macro182 #define DECLARE_COMPLETION(x) struct completion x = COMPLETION_INITIALIZER(x)
42 COMPLETION_INITIALIZER(suspend_threads_started);44 COMPLETION_INITIALIZER(suspend_threads_done);