Home
last modified time | relevance | path

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

/drivers/misc/vmw_vmci/
Dvmci_context.c137 context->doorbell_array = in vmci_ctx_create()
139 if (!context->doorbell_array) { in vmci_ctx_create()
183 vmci_handle_arr_destroy(context->doorbell_array); in vmci_ctx_create()
485 vmci_handle_arr_destroy(context->doorbell_array); in ctx_free_ctx()
745 n_doorbells = vmci_handle_arr_get_size(context->doorbell_array); in vmci_ctx_get_chkpt_doorbells()
759 context->doorbell_array, i); in vmci_ctx_get_chkpt_doorbells()
964 if (!vmci_handle_arr_has_entry(context->doorbell_array, handle)) in vmci_ctx_dbell_create()
965 result = vmci_handle_arr_append_entry(&context->doorbell_array, in vmci_ctx_dbell_create()
994 vmci_handle_arr_remove_entry(context->doorbell_array, handle); in vmci_ctx_dbell_destroy()
1022 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