Home
last modified time | relevance | path

Searched defs:VIRTIO_F_NOTIFY_ON_EMPTY (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dvirtio_config.h60 #define VIRTIO_F_NOTIFY_ON_EMPTY 24 macro
/external/crosvm/virtio_sys/src/
Dvhost.rs46 pub const VIRTIO_F_NOTIFY_ON_EMPTY: u32 = 24; constant