Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_handle_array.h40 struct vmci_handle_arr *vmci_handle_arr_create(u32 capacity, u32 max_capacity);
Dvmci_context.c132 vmci_handle_arr_create(0, VMCI_MAX_GUEST_QP_COUNT); in vmci_ctx_create()
139 vmci_handle_arr_create(0, VMCI_MAX_GUEST_DOORBELL_COUNT); in vmci_ctx_create()
146 vmci_handle_arr_create(0, VMCI_MAX_GUEST_DOORBELL_COUNT); in vmci_ctx_create()
221 subscriber_array = vmci_handle_arr_create(0, VMCI_MAX_CONTEXTS); in ctx_fire_notification()
883 vmci_handle_arr_create(0, VMCI_MAX_GUEST_DOORBELL_COUNT); in vmci_ctx_rcv_notifications_get()
Dvmci_handle_array.c25 struct vmci_handle_arr *vmci_handle_arr_create(u32 capacity, u32 max_capacity) in vmci_handle_arr_create() function