Home
last modified time | relevance | path

Searched refs:doorbell_array (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_context.c138 context->doorbell_array = in vmci_ctx_create()
140 if (!context->doorbell_array) { in vmci_ctx_create()
184 vmci_handle_arr_destroy(context->doorbell_array); in vmci_ctx_create()
486 vmci_handle_arr_destroy(context->doorbell_array); in ctx_free_ctx()
746 n_doorbells = vmci_handle_arr_get_size(context->doorbell_array); in vmci_ctx_get_chkpt_doorbells()
760 context->doorbell_array, i); in vmci_ctx_get_chkpt_doorbells()
965 if (!vmci_handle_arr_has_entry(context->doorbell_array, handle)) in vmci_ctx_dbell_create()
966 result = vmci_handle_arr_append_entry(&context->doorbell_array, in vmci_ctx_dbell_create()
995 vmci_handle_arr_remove_entry(context->doorbell_array, handle); in vmci_ctx_dbell_destroy()
1023 struct vmci_handle_arr *arr = context->doorbell_array; in vmci_ctx_dbell_destroy_all()
[all …]
Dvmci_context.h76 struct vmci_handle_arr *doorbell_array; member