Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_handle_array.h34 int vmci_handle_arr_append_entry(struct vmci_handle_arr **array_ptr,
H A Dvmci_context.c237 vmci_handle_arr_append_entry(&subscriber_array, in ctx_fire_notification()
915 vmci_handle_arr_append_entry( in vmci_ctx_rcv_notifications_release()
955 result = vmci_handle_arr_append_entry(&context->doorbell_array, in vmci_ctx_dbell_create()
1094 result = vmci_handle_arr_append_entry( in vmci_ctx_notify_dbell()
1131 result = vmci_handle_arr_append_entry( in vmci_ctx_qp_create()
H A Dvmci_handle_array.c44 int vmci_handle_arr_append_entry(struct vmci_handle_arr **array_ptr, in vmci_handle_arr_append_entry() function