Home
last modified time | relevance | path

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

/external/crosvm/io_uring/src/
During.rs191 ring_file: File, // Holds the io_uring context FD returned from io_uring_setup. field
211 let ring_file = File::from_raw_fd(fd); in new() localVariable