Searched defs:INIT_COMPLETION (Results 1 – 3 of 3) sorted by relevance
38 #define INIT_COMPLETION(c) \ macro
226 #define INIT_COMPLETION(x) INIT_COMPLETION_locked(&(x)) macro
468 #define INIT_COMPLETION(c) ((c).done = 0); macro