Lines Matching refs:completion
82 struct completion { struct
88 init_completion(struct completion *c) in init_completion() argument
96 free_completion(struct completion *c) in free_completion()
102 complete(struct completion *c) in complete()
111 wait_for_completion(struct completion *c) in wait_for_completion()
124 wait_for_completion_timeout(struct completion *c, int timeout) in wait_for_completion_timeout()
355 struct completion query_completion, *query_comp;
452 struct completion host_event;
457 struct completion host_event;
472 wait_for_response(struct hv_pcibus *hbus, struct completion *c) in wait_for_response()
503 struct q_res_req_compl *completion = context; in q_resource_requirements() local
512 completion->hpdev->probed_bar[i] = in q_resource_requirements()
516 complete(&completion->host_event); in q_resource_requirements()
769 struct completion *query_comp; in pci_devices_present_work()