Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.h70 struct completion remove_event; member
87 struct completion remove_event; member
Dvchiq_dev.c187 init_completion(&user_service->remove_event); in vchiq_ioc_create_service()
260 complete(&user_service->remove_event); in vchiq_ioc_dequeue_message()
575 complete(&instance->remove_event); in vchiq_ioc_await_completion()
1197 init_completion(&instance->remove_event); in vchiq_open()
1234 complete(&instance->remove_event); in vchiq_release()
1242 complete(&user_service->remove_event); in vchiq_release()
1253 wait_for_completion(&service->remove_event); in vchiq_release()
Dvchiq_core.c1662 complete(&service->remove_event); in parse_message()
2063 complete(&service->remove_event); in sync_func()
2379 init_completion(&service->remove_event); in vchiq_add_service_internal()
2496 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_open_service_internal()
2649 complete(&service->remove_event); in close_service_complete()
2815 complete(&service->remove_event); in vchiq_close_service_internal()
2824 complete(&service->remove_event); in vchiq_close_service_internal()
2938 complete(&service->remove_event); in vchiq_free_service_internal()
3022 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_close_service()
3084 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_remove_service()
Dvchiq_core.h197 struct completion remove_event; member
Dvchiq_arm.c1013 if (wait_for_completion_interruptible(&instance->remove_event)) { in add_completion()
1084 if (wait_for_completion_interruptible(&user_service->remove_event)) { in service_single_message()
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dpmu_event_filter_test.c198 static void remove_event(struct __kvm_pmu_event_filter *f, uint64_t event) in remove_event() function
295 remove_event(&f, INTEL_ARCH_INSTRUCTIONS_RETIRED); in test_not_member_deny_list()
296 remove_event(&f, INTEL_ARCH_BRANCHES_RETIRED); in test_not_member_deny_list()
297 remove_event(&f, AMD_ZEN_BRANCHES_RETIRED); in test_not_member_deny_list()
309 remove_event(&f, INTEL_ARCH_INSTRUCTIONS_RETIRED); in test_not_member_allow_list()
310 remove_event(&f, INTEL_ARCH_BRANCHES_RETIRED); in test_not_member_allow_list()
311 remove_event(&f, AMD_ZEN_BRANCHES_RETIRED); in test_not_member_allow_list()