Symbol: remove_event
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
668
if (wait_for_completion_interruptible(&instance->remove_event)) {
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
740
if (wait_for_completion_interruptible(&user_service->remove_event)) {
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2031
complete(&service->remove_event);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2432
complete(&service->remove_event);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2748
init_completion(&service->remove_event);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2865
if (wait_for_completion_interruptible(&service->remove_event)) {
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3018
complete(&service->remove_event);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3191
complete(&service->remove_event);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3197
complete(&service->remove_event);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3311
complete(&service->remove_event);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3397
if (wait_for_completion_interruptible(&service->remove_event)) {
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3459
if (wait_for_completion_interruptible(&service->remove_event)) {
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
1198
init_completion(&instance->remove_event);
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
1235
complete(&instance->remove_event);
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
1243
complete(&user_service->remove_event);
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
1254
wait_for_completion(&service->remove_event);
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
188
init_completion(&user_service->remove_event);
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
261
complete(&user_service->remove_event);
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
576
complete(&instance->remove_event);
include/linux/raspberrypi/vchiq_arm.h
70
struct completion remove_event;
include/linux/raspberrypi/vchiq_arm.h
87
struct completion remove_event;
include/linux/raspberrypi/vchiq_core.h
217
struct completion remove_event;
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
297
remove_event(&f, INTEL_ARCH_INSTRUCTIONS_RETIRED);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
298
remove_event(&f, INTEL_ARCH_BRANCHES_RETIRED);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
299
remove_event(&f, AMD_ZEN_BRANCHES_RETIRED);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
311
remove_event(&f, INTEL_ARCH_INSTRUCTIONS_RETIRED);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
312
remove_event(&f, INTEL_ARCH_BRANCHES_RETIRED);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
313
remove_event(&f, AMD_ZEN_BRANCHES_RETIRED);