Home
last modified time | relevance | path

Searched refs:iov_max (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/sys_util/src/
Dlib.rs124 pub fn iov_max() -> usize { in iov_max() function
/external/crosvm/devices/src/virtio/
Dblock.rs18 error, info, iov_max, warn, AsRawDescriptor, Event, PollToken, RawDescriptor, Timer, Tube,
566 let seg_max = min(max(iov_max(), 1), u32::max_value() as usize) as u32; in new()
Dblock_async.rs24 error, info, iov_max, warn, AsRawDescriptor, AsyncTube, Event, RawDescriptor, Timer, Tube,
636 let seg_max = min(max(iov_max(), 1), u32::max_value() as usize) as u32; in new()