Home
last modified time | relevance | path

Searched refs:IO_SEQMAX (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_vnops.c590 if (uio->uio_resid >= IO_SEQMAX * 16384) in sequential_heuristic()
591 fp->f_seqcount[rw] = IO_SEQMAX; in sequential_heuristic()
594 if (fp->f_seqcount[rw] > IO_SEQMAX) in sequential_heuristic()
595 fp->f_seqcount[rw] = IO_SEQMAX; in sequential_heuristic()
H A Dkern_descrip.c823 fp->f_seqcount[UIO_READ] = MIN(IO_SEQMAX, in kern_fcntl()
/freebsd/sys/sys/
H A Dvnode.h333 #define IO_SEQMAX 0x7F /* seq heuristic max value */ macro
/freebsd/sys/vm/
H A Dvnode_pager.c1545 ioflags |= IO_SEQMAX << IO_SEQSHIFT; in vnode_pager_putpages_ioflags()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c351 if (nh->nh_seqcount > IO_SEQMAX) in nfsrv_sequential_heuristic()
352 nh->nh_seqcount = IO_SEQMAX; in nfsrv_sequential_heuristic()