Searched refs:queue_pair_array (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/ |
H A D | vmci_context.c | 123 context->queue_pair_array = in vmci_ctx_create() 125 if (!context->queue_pair_array) { in vmci_ctx_create() 178 vmci_handle_arr_destroy(context->queue_pair_array); in vmci_ctx_create() 442 temp_handle = vmci_handle_arr_get_entry(context->queue_pair_array, 0); in ctx_free_ctx() 452 vmci_handle_arr_remove_entry(context->queue_pair_array, in ctx_free_ctx() 456 vmci_handle_arr_get_entry(context->queue_pair_array, 0); in ctx_free_ctx() 477 vmci_handle_arr_destroy(context->queue_pair_array); in ctx_free_ctx() 1133 if (!vmci_handle_arr_has_entry(context->queue_pair_array, handle)) in vmci_ctx_qp_create() 1135 &context->queue_pair_array, handle); in vmci_ctx_qp_create() 1153 hndl = vmci_handle_arr_remove_entry(context->queue_pair_array, handl in vmci_ctx_qp_destroy() [all...] |
H A D | vmci_context.h | 65 struct vmci_handle_arr *queue_pair_array; member
|
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/ |
H A D | vmci_context.c | 123 context->queue_pair_array = in vmci_ctx_create() 125 if (!context->queue_pair_array) { in vmci_ctx_create() 178 vmci_handle_arr_destroy(context->queue_pair_array); in vmci_ctx_create() 442 temp_handle = vmci_handle_arr_get_entry(context->queue_pair_array, 0); in ctx_free_ctx() 452 vmci_handle_arr_remove_entry(context->queue_pair_array, in ctx_free_ctx() 456 vmci_handle_arr_get_entry(context->queue_pair_array, 0); in ctx_free_ctx() 477 vmci_handle_arr_destroy(context->queue_pair_array); in ctx_free_ctx() 1130 if (!vmci_handle_arr_has_entry(context->queue_pair_array, handle)) in vmci_ctx_qp_create() 1132 &context->queue_pair_array, handle); in vmci_ctx_qp_create() 1150 hndl = vmci_handle_arr_remove_entry(context->queue_pair_array, handl in vmci_ctx_qp_destroy() [all...] |
H A D | vmci_context.h | 65 struct vmci_handle_arr *queue_pair_array; member
|
Completed in 4 milliseconds