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.c637 if (uio->uio_resid >= IO_SEQMAX * 16384) in sequential_heuristic()
638 fp->f_seqcount[rw] = IO_SEQMAX; in sequential_heuristic()
641 if (fp->f_seqcount[rw] > IO_SEQMAX) in sequential_heuristic()
642 fp->f_seqcount[rw] = IO_SEQMAX; in sequential_heuristic()
H A Dkern_descrip.c925 fp->f_seqcount[UIO_READ] = MIN(IO_SEQMAX, in kern_fcntl()
/freebsd/sys/sys/
H A Dvnode.h347 #define IO_SEQMAX 0x7F /* seq heuristic max value */ macro
/freebsd/sys/vm/
H A Dvnode_pager.c1507 ioflags |= IO_SEQMAX << IO_SEQSHIFT; in vnode_pager_putpages_ioflags()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c448 if (nh->nh_seqcount > IO_SEQMAX) in nfsrv_sequential_heuristic()
449 nh->nh_seqcount = IO_SEQMAX; in nfsrv_sequential_heuristic()