Lines Matching refs:completion
85 struct completion { struct
91 init_completion(struct completion *c) in init_completion() argument
98 reinit_completion(struct completion *c) in reinit_completion()
103 free_completion(struct completion *c) in free_completion()
109 complete(struct completion *c) in complete()
118 wait_for_completion(struct completion *c) in wait_for_completion()
131 wait_for_completion_timeout(struct completion *c, int timeout) in wait_for_completion_timeout()
420 struct completion query_completion, *query_comp;
532 struct completion host_event;
537 struct completion host_event;
552 wait_for_response(struct hv_pcibus *hbus, struct completion *c) in wait_for_response()
583 struct q_res_req_compl *completion = context; in q_resource_requirements() local
592 completion->hpdev->probed_bar[i] = in q_resource_requirements()
596 complete(&completion->host_event); in q_resource_requirements()
730 struct completion *query_comp; in pci_devices_present_work()