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

/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_handle_array.h27 void vmci_handle_arr_destroy(struct vmci_handle_arr *array);
H A Dvmci_context.c176 vmci_handle_arr_destroy(context->doorbell_array);
178 vmci_handle_arr_destroy(context->queue_pair_array);
266 vmci_handle_arr_destroy(subscriber_array);
477 vmci_handle_arr_destroy(context->queue_pair_array);
478 vmci_handle_arr_destroy(context->doorbell_array);
479 vmci_handle_arr_destroy(context->pending_doorbell_array);
921 vmci_handle_arr_destroy(context->pending_doorbell_array);
931 vmci_handle_arr_destroy(db_handle_array);
934 vmci_handle_arr_destroy(qp_handle_array);
H A Dvmci_handle_array.c33 void vmci_handle_arr_destroy(struct vmci_handle_arr *array) function

Completed in 272 milliseconds