Searched refs:nextwait (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;
5659 while ((rxsize > 0) && req[nextwait]) {
5671 error = nmp->nm_funcs->nf_read_rpc_async_finish(np, req[nextwait], uio, &retsize, NULL);
5672 req[nextwait] = NULL;
5673 nextwait = (nextwait + 1) % MAXPAGINGREQS;
5697 while (req[nextwait]) {
5698 nfs_request_async_cancel(req[nextwait]);
5699 req[nextwait]
5878 int nextsend, nextwait, wverfset, commit, restart = 0; local
[all...]

Completed in 30 milliseconds