Searched refs:nh_seqcount (Results 1 – 1 of 1) sorted by relevance
448 int nh_seqcount; /* heuristic */ member482 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 …]