Searched defs:sync_completion (Results 1 – 2 of 2) sorted by relevance
62 struct sync_completion { struct63 struct vdo_completion vdo_completion;64 struct completion completion;
1476 static void sync_completion(struct srp_event_struct *evt_struct) in sync_completion() function