Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.h39 struct completion remove_event; member
56 struct completion remove_event; member
H A 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()
H A Dvchiq_core.c1686 complete(&service->remove_event); in parse_message()
2086 complete(&service->remove_event); in sync_func()
2405 init_completion(&service->remove_event); in vchiq_add_service_internal()
2522 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_open_service_internal()
2676 complete(&service->remove_event); in close_service_complete()
2715 complete(&service->remove_event); in vchiq_close_service_internal()
2724 complete(&service->remove_event); in vchiq_close_service_internal()
2838 complete(&service->remove_event); in vchiq_free_service_internal()
2922 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_close_service()
2984 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_remove_service()
H A Dvchiq_core.h233 struct completion remove_event; member
H A Dvchiq_arm.c1008 if (wait_for_completion_interruptible(&instance->remove_event)) { in add_completion()
1127 if (wait_for_completion_interruptible(&user_service->remove_event)) { in service_callback()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c253 static void remove_event(struct __kvm_pmu_event_filter *f, uint64_t event) in remove_event() function
350 remove_event(&f, INST_RETIRED); in test_not_member_deny_list()
351 remove_event(&f, INTEL_BR_RETIRED); in test_not_member_deny_list()
352 remove_event(&f, AMD_ZEN_BR_RETIRED); in test_not_member_deny_list()
364 remove_event(&f, INST_RETIRED); in test_not_member_allow_list()
365 remove_event(&f, INTEL_BR_RETIRED); in test_not_member_allow_list()
366 remove_event(&f, AMD_ZEN_BR_RETIRED); in test_not_member_allow_list()