Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_handle_array.h44 struct vmci_handle vmci_handle_arr_remove_entry(struct vmci_handle_arr *array,
Dvmci_handle_array.c85 struct vmci_handle vmci_handle_arr_remove_entry(struct vmci_handle_arr *array, in vmci_handle_arr_remove_entry() function
Dvmci_context.c460 vmci_handle_arr_remove_entry(context->queue_pair_array, in ctx_free_ctx()
995 vmci_handle_arr_remove_entry(context->doorbell_array, handle); in vmci_ctx_dbell_destroy()
996 vmci_handle_arr_remove_entry(context->pending_doorbell_array, handle); in vmci_ctx_dbell_destroy()
1161 hndl = vmci_handle_arr_remove_entry(context->queue_pair_array, handle); in vmci_ctx_qp_destroy()