n_doorbells       736 drivers/misc/vmw_vmci/vmci_context.c 	u32 i, n_doorbells;
n_doorbells       738 drivers/misc/vmw_vmci/vmci_context.c 	n_doorbells = vmci_handle_arr_get_size(context->doorbell_array);
n_doorbells       739 drivers/misc/vmw_vmci/vmci_context.c 	if (n_doorbells > 0) {
n_doorbells       740 drivers/misc/vmw_vmci/vmci_context.c 		size_t data_size = n_doorbells * sizeof(*dbells);
n_doorbells       750 drivers/misc/vmw_vmci/vmci_context.c 		for (i = 0; i < n_doorbells; i++)