Searched refs:pending_doorbell_array (Results 1 – 3 of 3) sorted by relevance
65 vmci_handle_arr_get_size(context->pending_doorbell_array) == 0) in ctx_clear_notify_call()139 context->pending_doorbell_array = vmci_handle_arr_create(0); in vmci_ctx_create()140 if (!context->pending_doorbell_array) { in vmci_ctx_create()480 vmci_handle_arr_destroy(context->pending_doorbell_array); in ctx_free_ctx()869 *db_handle_array = context->pending_doorbell_array; in vmci_ctx_rcv_notifications_get()870 context->pending_doorbell_array = vmci_handle_arr_create(0); in vmci_ctx_rcv_notifications_get()871 if (!context->pending_doorbell_array) { in vmci_ctx_rcv_notifications_get()872 context->pending_doorbell_array = *db_handle_array; in vmci_ctx_rcv_notifications_get()909 context->pending_doorbell_array); in vmci_ctx_rcv_notifications_release()917 context->pending_doorbell_array); in vmci_ctx_rcv_notifications_release()[all …]
79 struct vmci_handle_arr *pending_doorbell_array; member
183 context->pending_doorbell_array) > 0) { in vmci_host_poll()