Searched refs:INIT_COMPLETION_locked (Results 1 – 2 of 2) sorted by relevance
224 void INIT_COMPLETION_locked(struct completion *c);226 #define INIT_COMPLETION(x) INIT_COMPLETION_locked(&(x))
182 INIT_COMPLETION_locked(struct completion *c) in INIT_COMPLETION_locked() function