Home
last modified time | relevance | path

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

/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()
458 vmci_handle_arr_destroy(context->doorbell_array); in ctx_free_ctx()
715 n_doorbells = vmci_handle_arr_get_size(context->doorbell_array); in vmci_ctx_get_chkpt_doorbells()
729 context->doorbell_array, i); in vmci_ctx_get_chkpt_doorbells()
934 if (!vmci_handle_arr_has_entry(context->doorbell_array, handle)) in vmci_ctx_dbell_create()
935 result = vmci_handle_arr_append_entry(&context->doorbell_array, in vmci_ctx_dbell_create()
964 vmci_handle_arr_remove_entry(context->doorbell_array, handle); in vmci_ctx_dbell_destroy()
1035 if (!vmci_handle_arr_has_entry(dst_context->doorbell_array, in vmci_ctx_notify_dbell()
H A Dvmci_context.h68 struct vmci_handle_arr *doorbell_array; member