Home
last modified time | relevance | path

Searched refs:MAXPHYS (Results 1 – 9 of 9) sorted by relevance

/xnu-11215.81.4/bsd/i386/
H A Dparam.h94 #define MAXPHYS (128 * 1024) /* max raw I/O transfer size */ macro
/xnu-11215.81.4/bsd/arm/
H A Dparam.h70 #define MAXPHYS (64 * 1024) /* max raw I/O transfer size */ macro
/xnu-11215.81.4/bsd/sys/
H A Dparam.h192 #define MAXPHYSIO MAXPHYS
/xnu-11215.81.4/bsd/kern/
H A Dkern_physio.c254 buf_setcount(bp, min(MAXPHYS, buf_count(bp))); in minphys()
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_init.c392 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS; in vfsinit()
H A Dkpi_vfs.c887 ioattrp->io_maxreadcnt = MAXPHYS; in vfs_ioattr()
888 ioattrp->io_maxwritecnt = MAXPHYS; in vfs_ioattr()
891 ioattrp->io_maxsegreadsize = MAXPHYS; in vfs_ioattr()
892 ioattrp->io_maxsegwritesize = MAXPHYS; in vfs_ioattr()
H A Dvfs_subr.c1123 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS; in vfs_rootmountalloc_internal()
H A Dvfs_syscalls.c1274 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS; in mount_common()
/xnu-11215.81.4/bsd/miscfs/devfs/
H A Ddevfs_tree.c204 mp->mnt_maxreadcnt = mp->mnt_maxwritecnt = MAXPHYS; in devfs_sinit()