Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_context.c130 context->doorbell_array = in vmci_ctx_create()
132 if (!context->doorbell_array) { in vmci_ctx_create()
176 vmci_handle_arr_destroy(context->doorbell_array); in vmci_ctx_create()
478 vmci_handle_arr_destroy(context->doorbell_array); in ctx_free_ctx()
735 n_doorbells = vmci_handle_arr_get_size(context->doorbell_array); in vmci_ctx_get_chkpt_doorbells()
749 context->doorbell_array, i); in vmci_ctx_get_chkpt_doorbells()
954 if (!vmci_handle_arr_has_entry(context->doorbell_array, handle)) in vmci_ctx_dbell_create()
955 result = vmci_handle_arr_append_entry(&context->doorbell_array, in vmci_ctx_dbell_create()
984 vmci_handle_arr_remove_entry(context->doorbell_array, handle); in vmci_ctx_dbell_destroy()
1012 struct vmci_handle_arr *arr = context->doorbell_array; in vmci_ctx_dbell_destroy_all()
[all …]
H A Dvmci_context.h68 struct vmci_handle_arr *doorbell_array; member