Searched refs:iov_max (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/sys_util/src/ |
D | lib.rs | 124 pub fn iov_max() -> usize { in iov_max() function
|
/external/crosvm/devices/src/virtio/ |
D | block.rs | 18 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()
|
D | block_async.rs | 24 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()
|