Searched refs:vmci_handle_arr_create (Results 1 – 3 of 3) sorted by relevance
127 context->queue_pair_array = vmci_handle_arr_create(0); in vmci_ctx_create()133 context->doorbell_array = vmci_handle_arr_create(0); in vmci_ctx_create()139 context->pending_doorbell_array = vmci_handle_arr_create(0); in vmci_ctx_create()214 subscriber_array = vmci_handle_arr_create(0); in ctx_fire_notification()870 context->pending_doorbell_array = vmci_handle_arr_create(0); in vmci_ctx_rcv_notifications_get()
31 struct vmci_handle_arr *vmci_handle_arr_create(size_t capacity);
25 struct vmci_handle_arr *vmci_handle_arr_create(size_t capacity) in vmci_handle_arr_create() function