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