Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_context.c184 vmci_handle_arr_destroy(context->doorbell_array); in vmci_ctx_create()
186 vmci_handle_arr_destroy(context->queue_pair_array); in vmci_ctx_create()
274 vmci_handle_arr_destroy(subscriber_array); in ctx_fire_notification()
485 vmci_handle_arr_destroy(context->queue_pair_array); in ctx_free_ctx()
486 vmci_handle_arr_destroy(context->doorbell_array); in ctx_free_ctx()
487 vmci_handle_arr_destroy(context->pending_doorbell_array); in ctx_free_ctx()
932 vmci_handle_arr_destroy(context->pending_doorbell_array); in vmci_ctx_rcv_notifications_release()
942 vmci_handle_arr_destroy(db_handle_array); in vmci_ctx_rcv_notifications_release()
945 vmci_handle_arr_destroy(qp_handle_array); in vmci_ctx_rcv_notifications_release()
Dvmci_handle_array.h41 void vmci_handle_arr_destroy(struct vmci_handle_arr *array);
Dvmci_handle_array.c47 void vmci_handle_arr_destroy(struct vmci_handle_arr *array) in vmci_handle_arr_destroy() function