Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dpmu_event_filter_test.c198 static void remove_event(struct __kvm_pmu_event_filter *f, uint64_t event) in remove_event() function
297 remove_event(&f, INTEL_ARCH_INSTRUCTIONS_RETIRED); in test_not_member_deny_list()
298 remove_event(&f, INTEL_ARCH_BRANCHES_RETIRED); in test_not_member_deny_list()
299 remove_event(&f, AMD_ZEN_BRANCHES_RETIRED); in test_not_member_deny_list()
311 remove_event(&f, INTEL_ARCH_INSTRUCTIONS_RETIRED); in test_not_member_allow_list()
312 remove_event(&f, INTEL_ARCH_BRANCHES_RETIRED); in test_not_member_allow_list()
313 remove_event(&f, AMD_ZEN_BRANCHES_RETIRED); in test_not_member_allow_list()
/linux/include/linux/raspberrypi/
H A Dvchiq_arm.h70 struct completion remove_event; member
87 struct completion remove_event; member
H A Dvchiq_core.h217 struct completion remove_event; member
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_dev.c188 init_completion(&user_service->remove_event); in vchiq_ioc_create_service()
261 complete(&user_service->remove_event); in vchiq_ioc_dequeue_message()
576 complete(&instance->remove_event); in vchiq_ioc_await_completion()
1198 init_completion(&instance->remove_event); in vchiq_open()
1235 complete(&instance->remove_event); in vchiq_release()
1243 complete(&user_service->remove_event); in vchiq_release()
1254 wait_for_completion(&service->remove_event); in vchiq_release()
H A Dvchiq_core.c2031 complete(&service->remove_event); in parse_message()
2432 complete(&service->remove_event); in sync_func()
2748 init_completion(&service->remove_event); in vchiq_add_service_internal()
2865 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_open_service_internal()
3018 complete(&service->remove_event); in close_service_complete()
3191 complete(&service->remove_event); in vchiq_close_service_internal()
3197 complete(&service->remove_event); in vchiq_close_service_internal()
3311 complete(&service->remove_event); in vchiq_free_service_internal()
3397 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_close_service()
3459 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_remove_service()
H A Dvchiq_arm.c668 if (wait_for_completion_interruptible(&instance->remove_event)) { in add_completion()
740 if (wait_for_completion_interruptible(&user_service->remove_event)) { in service_single_message()