Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/vmw_vmci/
Dvmci_handle_array.h33 void vmci_handle_arr_append_entry(struct vmci_handle_arr **array_ptr,
Dvmci_context.c239 vmci_handle_arr_append_entry(&subscriber_array, in ctx_fire_notification()
914 vmci_handle_arr_append_entry( in vmci_ctx_rcv_notifications_release()
954 vmci_handle_arr_append_entry(&context->doorbell_array, handle); in vmci_ctx_dbell_create()
1094 vmci_handle_arr_append_entry( in vmci_ctx_notify_dbell()
1130 vmci_handle_arr_append_entry(&context->queue_pair_array, in vmci_ctx_qp_create()
Dvmci_handle_array.c47 void vmci_handle_arr_append_entry(struct vmci_handle_arr **array_ptr, in vmci_handle_arr_append_entry() function