Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Dpmu_event_filter_test.c249 static struct kvm_pmu_event_filter *remove_event(struct kvm_pmu_event_filter *f, in remove_event() function
328 remove_event(f, INTEL_BR_RETIRED); in test_not_member_deny_list()
329 remove_event(f, AMD_ZEN_BR_RETIRED); in test_not_member_deny_list()
343 remove_event(f, INTEL_BR_RETIRED); in test_not_member_allow_list()
344 remove_event(f, AMD_ZEN_BR_RETIRED); in test_not_member_allow_list()
/Linux-v6.1/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.h39 struct completion remove_event; member
56 struct completion remove_event; member
Dvchiq_dev.c188 init_completion(&user_service->remove_event); in vchiq_ioc_create_service()
262 complete(&user_service->remove_event); in vchiq_ioc_dequeue_message()
569 complete(&instance->remove_event); in vchiq_ioc_await_completion()
1191 init_completion(&instance->remove_event); in vchiq_open()
1229 complete(&instance->remove_event); in vchiq_release()
1237 complete(&user_service->remove_event); in vchiq_release()
1248 wait_for_completion(&service->remove_event); in vchiq_release()
Dvchiq_core.c1677 complete(&service->remove_event); in parse_message()
2077 complete(&service->remove_event); in sync_func()
2396 init_completion(&service->remove_event); in vchiq_add_service_internal()
2513 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_open_service_internal()
2667 complete(&service->remove_event); in close_service_complete()
2706 complete(&service->remove_event); in vchiq_close_service_internal()
2715 complete(&service->remove_event); in vchiq_close_service_internal()
2829 complete(&service->remove_event); in vchiq_free_service_internal()
2913 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_close_service()
2975 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_remove_service()
Dvchiq_core.h215 struct completion remove_event; member
Dvchiq_arm.c1002 if (wait_for_completion_interruptible(&instance->remove_event)) { in add_completion()
1121 if (wait_for_completion_interruptible(&user_service->remove_event)) { in service_callback()