Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDvfs_vnops.c592 if (uio->uio_resid >= IO_SEQMAX * 16384) in sequential_heuristic()
593 fp->f_seqcount[rw] = IO_SEQMAX; in sequential_heuristic()
596 if (fp->f_seqcount[rw] > IO_SEQMAX) in sequential_heuristic()
597 fp->f_seqcount[rw] = IO_SEQMAX; in sequential_heuristic()
HDkern_descrip.c822 fp->f_seqcount[UIO_READ] = MIN(IO_SEQMAX, in kern_fcntl()
/freebsd-14-stable/sys/sys/
HDvnode.h336 #define IO_SEQMAX 0x7F /* seq heuristic max value */ macro
/freebsd-14-stable/sys/vm/
HDvnode_pager.c1547 ioflags |= IO_SEQMAX << IO_SEQSHIFT; in vnode_pager_putpages_ioflags()
/freebsd-14-stable/sys/fs/nfsserver/
HDnfs_nfsdport.c383 if (nh->nh_seqcount > IO_SEQMAX) in nfsrv_sequential_heuristic()
384 nh->nh_seqcount = IO_SEQMAX; in nfsrv_sequential_heuristic()