Searched refs:INIT_COMPLETION (Results 1 – 4 of 4) sorted by relevance
38 #define INIT_COMPLETION(c) \ macro
226 #define INIT_COMPLETION(x) INIT_COMPLETION_locked(&(x)) macro
2075 INIT_COMPLETION(arm_state->vc_suspend_complete); in set_suspend_state()2104 INIT_COMPLETION(arm_state->vc_resume_complete); in set_resume_state()2167 INIT_COMPLETION(arm_state->blocked_blocker); in block_resume()2213 INIT_COMPLETION(arm_state->resume_blocker); in block_resume()
461 #define INIT_COMPLETION(c) ((c).done = 0); macro