Searched refs:minphys (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-mk.c223 return(block_io(gprofstrategy, minphys, ior));
230 return (block_io(gprofstrategy, minphys, ior));
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_physio.c237 * "The minphys() routine is called by physio() to adjust the
245 minphys(struct buf *bp) function
/darwin-on-arm/xnu/bsd/sys/
H A Dbuf.h927 @function minphys
929 @discussion physio() takes as a parameter a function to bound transfer sizes for each VNOP_STRATEGY() call. minphys()
935 u_int minphys(buf_t bp);

Completed in 20 milliseconds