Home
last modified time | relevance | path

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

/drivers/misc/vmw_vmci/
Dvmci_context.c133 context->doorbell_array = vmci_handle_arr_create(0); in vmci_ctx_create()
134 if (!context->doorbell_array) { in vmci_ctx_create()
177 vmci_handle_arr_destroy(context->doorbell_array); in vmci_ctx_create()
479 vmci_handle_arr_destroy(context->doorbell_array); in ctx_free_ctx()
734 n_doorbells = vmci_handle_arr_get_size(context->doorbell_array); in vmci_ctx_get_chkpt_doorbells()
748 context->doorbell_array, i); in vmci_ctx_get_chkpt_doorbells()
952 if (!vmci_handle_arr_has_entry(context->doorbell_array, handle)) { in vmci_ctx_dbell_create()
953 vmci_handle_arr_append_entry(&context->doorbell_array, handle); in vmci_ctx_dbell_create()
983 vmci_handle_arr_remove_entry(context->doorbell_array, handle); in vmci_ctx_dbell_destroy()
1011 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