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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c2013 int error = 0, on = 1, try, sendat = 2; local
2032 if (!try || (try == sendat)) {
2041 sendat *= 2;
2042 if (sendat > 30)
2043 sendat = 30;

Completed in 27 milliseconds