Home
last modified time | relevance | path

Searched refs: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
218 &ring_file, in new()
232 &ring_file, in new()
244 &ring_file, in new()
256 ring_file, in new()
562 io_uring_enter(self.ring_file.as_raw_fd(), added as u64, wait_nr, flags) in enter()
586 io_uring_enter(self.ring_file.as_raw_fd(), 0, wait_nr, flags) in enter()
626 self.ring_file.as_raw_fd() in as_raw_fd()