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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vnops.c5596 int nextsend, nextwait; local
5645 nextsend = nextwait = 0;
5648 while ((txsize > 0) && (req[nextsend] == NULL)) {
5650 if ((error = nmp->nm_funcs->nf_read_rpc_async(np, txoffset, iosize, thd, cred, NULL, &req[nextsend]))) {
5651 req[nextsend] = NULL;
5656 nextsend = (nextsend + 1) % MAXPAGINGREQS;
5878 int nextsend, nextwait, wverfset, commit, restart = 0; local
6058 nextsend = nextwait = 0;
6061 while ((txsize > 0) && (req[nextsend]
[all...]

Completed in 84 milliseconds