Searched refs:iosize (Results 1 – 3 of 3) sorted by relevance
47 typeset iosize=$352 typeset suffix="$sync_str.$iosize-ios"66 typeset iosize=$769 log_note "Running with $threads $sync_str threads, $iosize ios"118 export BLOCKSIZE=$iosize132 typeset suffix=$(get_suffix $threads $sync $iosize)175 typeset threads threads_per_fs sync iosize180 for iosize in $PERF_IOSIZES; do188 $iosize
961 size_t iosize; in vop_stdallocate() local976 iosize = vap->va_blocksize; in vop_stdallocate()977 if (iosize == 0) in vop_stdallocate()978 iosize = BLKDEV_IOSIZE; in vop_stdallocate()979 if (iosize > maxphys) in vop_stdallocate()980 iosize = maxphys; in vop_stdallocate()981 buf = malloc(iosize, M_TEMP, M_WAITOK); in vop_stdallocate()1025 cur = iosize; in vop_stdallocate()1026 if ((offset % iosize) != 0) in vop_stdallocate()1027 cur -= (offset % iosize); in vop_stdallocate()
2888 int i, iosize, resid; in vfs_vmio_iodone() local2905 iosize = bp->b_bcount - bp->b_resid; in vfs_vmio_iodone()2908 if (resid > iosize) in vfs_vmio_iodone()2909 resid = iosize; in vfs_vmio_iodone()2938 iosize -= resid; in vfs_vmio_iodone()