Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/kvm/x86_64/
Dpmu_event_filter_test.c250 static struct kvm_pmu_event_filter *remove_event(struct kvm_pmu_event_filter *f, in remove_event() function
329 remove_event(f, INTEL_BR_RETIRED); in test_not_member_deny_list()
330 remove_event(f, AMD_ZEN_BR_RETIRED); in test_not_member_deny_list()
344 remove_event(f, INTEL_BR_RETIRED); in test_not_member_allow_list()
345 remove_event(f, AMD_ZEN_BR_RETIRED); in test_not_member_allow_list()
/linux-5.19.10/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()
1189 init_completion(&instance->remove_event); in vchiq_open()
1227 complete(&instance->remove_event); in vchiq_release()
1235 complete(&user_service->remove_event); in vchiq_release()
1246 wait_for_completion(&service->remove_event); in vchiq_release()
Dvchiq_core.c1667 complete(&service->remove_event); in parse_message()
2065 complete(&service->remove_event); in sync_func()
2388 init_completion(&service->remove_event); in vchiq_add_service_internal()
2505 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_open_service_internal()
2659 complete(&service->remove_event); in close_service_complete()
2698 complete(&service->remove_event); in vchiq_close_service_internal()
2707 complete(&service->remove_event); in vchiq_close_service_internal()
2821 complete(&service->remove_event); in vchiq_free_service_internal()
2905 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_close_service()
2967 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_remove_service()
Dvchiq_core.h215 struct completion remove_event; member
Dvchiq_arm.c1003 if (wait_for_completion_interruptible(&instance->remove_event)) { in add_completion()
1124 if (wait_for_completion_interruptible(&user_service->remove_event)) { in service_callback()