doorbell_array    130 drivers/misc/vmw_vmci/vmci_context.c 	context->doorbell_array =
doorbell_array    132 drivers/misc/vmw_vmci/vmci_context.c 	if (!context->doorbell_array) {
doorbell_array    176 drivers/misc/vmw_vmci/vmci_context.c 	vmci_handle_arr_destroy(context->doorbell_array);
doorbell_array    478 drivers/misc/vmw_vmci/vmci_context.c 	vmci_handle_arr_destroy(context->doorbell_array);
doorbell_array    738 drivers/misc/vmw_vmci/vmci_context.c 	n_doorbells = vmci_handle_arr_get_size(context->doorbell_array);
doorbell_array    752 drivers/misc/vmw_vmci/vmci_context.c 						context->doorbell_array, i);
doorbell_array    957 drivers/misc/vmw_vmci/vmci_context.c 	if (!vmci_handle_arr_has_entry(context->doorbell_array, handle))
doorbell_array    958 drivers/misc/vmw_vmci/vmci_context.c 		result = vmci_handle_arr_append_entry(&context->doorbell_array,
doorbell_array    987 drivers/misc/vmw_vmci/vmci_context.c 	    vmci_handle_arr_remove_entry(context->doorbell_array, handle);
doorbell_array   1015 drivers/misc/vmw_vmci/vmci_context.c 		struct vmci_handle_arr *arr = context->doorbell_array;
doorbell_array   1090 drivers/misc/vmw_vmci/vmci_context.c 		if (!vmci_handle_arr_has_entry(dst_context->doorbell_array,
doorbell_array     68 drivers/misc/vmw_vmci/vmci_context.h 	struct vmci_handle_arr *doorbell_array;