Home
last modified time | relevance | path

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

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