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

/freebsd-10.2-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c116 int nh_seqcount; /* heuristic */ member in struct:nfsheur
151 nh->nh_seqcount = 4;
153 nh->nh_seqcount = 1;
157 if ((uio->uio_offset == 0 && nh->nh_seqcount > 0) ||
160 nh->nh_seqcount += howmany(uio->uio_resid, 16384);
161 if (nh->nh_seqcount > IO_SEQMAX)
162 nh->nh_seqcount = IO_SEQMAX;
166 } else if (nh->nh_seqcount > 1) {
167 nh->nh_seqcount /= 2;
169 nh->nh_seqcount
[all...]
/freebsd-10.2-release/sys/nfsserver/
H A Dnfs_serv.c121 int nh_seqcount; /* heuristic */ member in struct:nfsheur
196 nh->nh_seqcount = 4;
198 nh->nh_seqcount = 1;
202 if ((uio->uio_offset == 0 && nh->nh_seqcount > 0) ||
205 nh->nh_seqcount += howmany(uio->uio_resid, 16384);
206 if (nh->nh_seqcount > IO_SEQMAX)
207 nh->nh_seqcount = IO_SEQMAX;
211 } else if (nh->nh_seqcount > 1) {
212 nh->nh_seqcount /= 2;
214 nh->nh_seqcount
[all...]

Completed in 58 milliseconds