Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_handle_array.h42 int vmci_handle_arr_append_entry(struct vmci_handle_arr **array_ptr,
Dvmci_context.c245 vmci_handle_arr_append_entry(&subscriber_array, in ctx_fire_notification()
926 vmci_handle_arr_append_entry( in vmci_ctx_rcv_notifications_release()
966 result = vmci_handle_arr_append_entry(&context->doorbell_array, in vmci_ctx_dbell_create()
1105 result = vmci_handle_arr_append_entry( in vmci_ctx_notify_dbell()
1142 result = vmci_handle_arr_append_entry( in vmci_ctx_qp_create()
Dvmci_handle_array.c52 int vmci_handle_arr_append_entry(struct vmci_handle_arr **array_ptr, in vmci_handle_arr_append_entry() function