Lines Matching refs:completion
84 struct completion { struct
90 init_completion(struct completion *c) in init_completion() argument
97 reinit_completion(struct completion *c) in reinit_completion()
102 free_completion(struct completion *c) in free_completion()
108 complete(struct completion *c) in complete()
117 wait_for_completion(struct completion *c) in wait_for_completion()
130 wait_for_completion_timeout(struct completion *c, int timeout) in wait_for_completion_timeout()
419 struct completion query_completion, *query_comp;
531 struct completion host_event;
536 struct completion host_event;
551 wait_for_response(struct hv_pcibus *hbus, struct completion *c) in wait_for_response()
582 struct q_res_req_compl *completion = context; in q_resource_requirements() local
591 completion->hpdev->probed_bar[i] = in q_resource_requirements()
595 complete(&completion->host_event); in q_resource_requirements()
729 struct completion *query_comp; in pci_devices_present_work()