Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/block/sys/
Dunix.rs9 let seg_max = min(max(iov_max(), 1), u32::max_value() as usize) as u32; in get_seg_max() localVariable
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_split_tmp.h68 unsigned flags = DRAW_SPLIT_AFTER, seg_start = 0, seg_max; in FUNC() local
/external/crosvm/devices/src/virtio/vhost/user/device/
Dblock.rs39 seg_max: u32, field
88 let seg_max = get_seg_max(QUEUE_SIZE); in new() localVariable
/external/kernel-headers/original/uapi/linux/
Dvirtio_blk.h64 __virtio32 seg_max; member
Dvirtio_scsi.h107 __virtio32 seg_max; member
/external/crosvm/devices/src/virtio/block/
Dblock.rs406 seg_max: u32, field
441 let seg_max = get_seg_max(QUEUE_SIZE); in new() localVariable
Dcommon.rs72 pub seg_max: Le32, field
Dasynchronous.rs464 seg_max: u32, field
499 let seg_max = get_seg_max(QUEUE_SIZE); in new() localVariable
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h68486 __virtio32 seg_max; member