Searched refs:vmci_handle_arr_destroy (Results 1 – 3 of 3) sorted by relevance
176 vmci_handle_arr_destroy(context->doorbell_array); in vmci_ctx_create() 178 vmci_handle_arr_destroy(context->queue_pair_array); in vmci_ctx_create() 268 vmci_handle_arr_destroy(subscriber_array); in ctx_fire_notification() 457 vmci_handle_arr_destroy(context->queue_pair_array); in ctx_free_ctx() 458 vmci_handle_arr_destroy(context->doorbell_array); in ctx_free_ctx() 459 vmci_handle_arr_destroy(context->pending_doorbell_array); in ctx_free_ctx() 901 vmci_handle_arr_destroy(context->pending_doorbell_array); in vmci_ctx_rcv_notifications_release() 911 vmci_handle_arr_destroy(db_handle_array); in vmci_ctx_rcv_notifications_release() 914 vmci_handle_arr_destroy(qp_handle_array); in vmci_ctx_rcv_notifications_release()
27 void vmci_handle_arr_destroy(struct vmci_handle_arr *array);
33 void vmci_handle_arr_destroy(struct vmci_handle_arr *array) in vmci_handle_arr_destroy() function