Home
last modified time | relevance | path

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

/f-stack/lib/include/sys/
H A Dvnode.h160 #define IO_SEQMAX 0x7F /* seq heuristic max value */ macro
/f-stack/freebsd/kern/
H A Dvfs_vnops.c535 if (uio->uio_resid >= IO_SEQMAX * 16384) in sequential_heuristic()
536 fp->f_seqcount[rw] = IO_SEQMAX; in sequential_heuristic()
539 if (fp->f_seqcount[rw] > IO_SEQMAX) in sequential_heuristic()
540 fp->f_seqcount[rw] = IO_SEQMAX; in sequential_heuristic()
H A Dkern_descrip.c798 fp->f_seqcount[UIO_READ] = MIN(IO_SEQMAX, in kern_fcntl()
/f-stack/freebsd/sys/
H A Dvnode.h333 #define IO_SEQMAX 0x7F /* seq heuristic max value */ macro
/f-stack/freebsd/vm/
H A Dvnode_pager.c1461 ioflags |= IO_SEQMAX << IO_SEQSHIFT; in vnode_pager_putpages_ioflags()