Lines Matching full:doorbell
7 /* This file implements the VMCI doorbell API. */
24 /* Describes a doorbell notification handle allocated by the host. */
98 "VMCI Doorbell index table lock")); in vmci_doorbell_init()
129 * Callback to free doorbell entry structure when resource is no longer used,
187 * given doorbell handle. For guest endpoints, the privileges are determined
236 * Find doorbell entry by bitmap index.
391 * Creates a link between the given doorbell handle and the given index in
434 * Unlinks the given doorbell handle from an index in the bitmap in the
475 * Creates a doorbell with the given callback. If the handle is
586 * Destroys a doorbell previously created with vmci_doorbell_create. This
610 VMCI_LOG_DEBUG(LGPFX"Failed to destroy doorbell " in vmci_doorbell_destroy()
625 * One case where this may happen is if a doorbell is in vmci_doorbell_destroy()
627 * doorbell state hasn't been restored on the hypervisor side in vmci_doorbell_destroy()
634 entry->is_doorbell ? "doorbell" : "queuepair", in vmci_doorbell_destroy()
701 * Generates a notification on the doorbell identified by the handle. For