Searched refs:pending_doorbell_array (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_context.c61 vmci_handle_arr_get_size(context->pending_doorbell_array) == 0)
137 context->pending_doorbell_array =
139 if (!context->pending_doorbell_array) {
479 vmci_handle_arr_destroy(context->pending_doorbell_array);
870 *db_handle_array = context->pending_doorbell_array;
871 context->pending_doorbell_array =
873 if (!context->pending_doorbell_array) {
874 context->pending_doorbell_array = *db_handle_array;
911 context->pending_doorbell_array);
919 context->pending_doorbell_array);
[all...]
H A Dvmci_context.h71 struct vmci_handle_arr *pending_doorbell_array; member in struct:vmci_ctx
H A Dvmci_host.c186 context->pending_doorbell_array) > 0) {

Completed in 155 milliseconds