Searched refs:vmci_handle_arr_has_entry (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_handle_array.h36 bool vmci_handle_arr_has_entry(const struct vmci_handle_arr *array,
H A Dvmci_handle_array.c118 bool vmci_handle_arr_has_entry(const struct vmci_handle_arr *array, function
H A Dvmci_context.c913 if (!vmci_handle_arr_has_entry(db_handle_array,
954 if (!vmci_handle_arr_has_entry(context->doorbell_array, handle))
1087 if (!vmci_handle_arr_has_entry(dst_context->doorbell_array,
1091 if (!vmci_handle_arr_has_entry(
1130 if (!vmci_handle_arr_has_entry(context->queue_pair_array, handle))
1165 return vmci_handle_arr_has_entry(context->queue_pair_array, handle);

Completed in 389 milliseconds