Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c448 int nh_seqcount; /* heuristic */ member
482 nh->nh_seqcount = 4; in nfsrv_sequential_heuristic()
484 nh->nh_seqcount = 1; in nfsrv_sequential_heuristic()
488 if ((uio->uio_offset == 0 && nh->nh_seqcount > 0) || in nfsrv_sequential_heuristic()
491 nh->nh_seqcount += howmany(uio->uio_resid, 16384); in nfsrv_sequential_heuristic()
492 if (nh->nh_seqcount > IO_SEQMAX) in nfsrv_sequential_heuristic()
493 nh->nh_seqcount = IO_SEQMAX; in nfsrv_sequential_heuristic()
497 } else if (nh->nh_seqcount > 1) { in nfsrv_sequential_heuristic()
498 nh->nh_seqcount /= 2; in nfsrv_sequential_heuristic()
500 nh->nh_seqcount = 0; in nfsrv_sequential_heuristic()
[all …]