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

/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_handle_array.h32 void vmci_handle_arr_destroy(struct vmci_handle_arr *array);
H A Dvmci_context.c177 vmci_handle_arr_destroy(context->doorbell_array); vmci_ctx_create()
179 vmci_handle_arr_destroy(context->queue_pair_array); vmci_ctx_create()
267 vmci_handle_arr_destroy(subscriber_array); ctx_fire_notification()
478 vmci_handle_arr_destroy(context->queue_pair_array); ctx_free_ctx()
479 vmci_handle_arr_destroy(context->doorbell_array); ctx_free_ctx()
480 vmci_handle_arr_destroy(context->pending_doorbell_array); ctx_free_ctx()
919 vmci_handle_arr_destroy(context->pending_doorbell_array); vmci_ctx_rcv_notifications_release()
929 vmci_handle_arr_destroy(db_handle_array); vmci_ctx_rcv_notifications_release()
932 vmci_handle_arr_destroy(qp_handle_array); vmci_ctx_rcv_notifications_release()
H A Dvmci_handle_array.c42 void vmci_handle_arr_destroy(struct vmci_handle_arr *array) vmci_handle_arr_destroy() function

Completed in 91 milliseconds