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