Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/nfsserver/
H A Dnfs_nfsdport.c339 int nh_seqcount; /* heuristic */ member
373 nh->nh_seqcount = 4; in nfsrv_sequential_heuristic()
375 nh->nh_seqcount = 1; in nfsrv_sequential_heuristic()
382 nh->nh_seqcount += howmany(uio->uio_resid, 16384); in nfsrv_sequential_heuristic()
383 if (nh->nh_seqcount > IO_SEQMAX) in nfsrv_sequential_heuristic()
384 nh->nh_seqcount = IO_SEQMAX; in nfsrv_sequential_heuristic()
388 } else if (nh->nh_seqcount > 1) { in nfsrv_sequential_heuristic()
389 nh->nh_seqcount /= 2; in nfsrv_sequential_heuristic()
391 nh->nh_seqcount = 0; in nfsrv_sequential_heuristic()
1069 ioflag |= nh->nh_seqcount << IO_SEQSHIFT; in nfsvno_read()
[all …]