Home
last modified time | relevance | path

Searched refs:remove_event (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c65 struct completion remove_event; member
82 struct completion remove_event; member
533 &instance->remove_event)) { in add_completion()
645 &user_service->remove_event)) { in service_callback()
852 init_completion(&user_service->remove_event); in vchiq_ioc_create_service()
924 complete(&user_service->remove_event); in vchiq_ioc_dequeue_message()
1241 complete(&instance->remove_event); in vchiq_ioc_await_completion()
1876 init_completion(&instance->remove_event); in vchiq_open()
1914 complete(&instance->remove_event); in vchiq_release()
1922 complete(&user_service->remove_event); in vchiq_release()
[all …]
Dvchiq_core.c1659 complete(&service->remove_event); in parse_rx_slots()
2031 complete(&service->remove_event); in sync_func()
2377 init_completion(&service->remove_event); in vchiq_add_service_internal()
2497 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_open_service_internal()
2649 complete(&service->remove_event); in close_service_complete()
2690 complete(&service->remove_event); in vchiq_close_service_internal()
2699 complete(&service->remove_event); in vchiq_close_service_internal()
2832 complete(&service->remove_event); in vchiq_free_service_internal()
2924 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_close_service()
2986 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_remove_service()
Dvchiq_core.h297 struct completion remove_event; member
/Linux-v5.10/drivers/pci/controller/
Dpci-hyperv.c464 struct completion remove_event; member
2979 complete(&hbus->remove_event); in put_hvpcibus()
3108 init_completion(&hbus->remove_event); in hv_pci_probe()
3328 wait_for_completion(&hbus->remove_event); in hv_pci_remove()