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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Object.cpp18 RetryDelay(uint32 attempt, uint32 leaseTime = 0) argument
20 attempt = min_c(attempt, 10);
22 bigtime_t delay = (bigtime_t(1) << (attempt - 1)) * 100000;
30 NFS4Object::HandleErrors(uint32& attempt, uint32 nfs4Error, RPC::Server* server, argument
40 attempt++;
53 if (attempt == 1) {
69 B_RELATIVE_TIMEOUT, RetryDelay(attempt));
88 snooze_etc(RetryDelay(attempt), B_SYSTEM_TIMEBASE,
100 B_RELATIVE_TIMEOUT, RetryDelay(attempt));
200 uint32 attempt = 0; local
[all...]
H A DDelegation.cpp43 uint32 attempt = 0; local
58 if (HandleErrors(attempt, reply.NFS4Error(), serv, NULL,
H A DNFS4Object.h21 bool HandleErrors(uint32& attempt, uint32 nfs4Error,
H A DNFS4Inode.cpp23 uint32 attempt = 0; local
43 if (HandleErrors(attempt, reply.NFS4Error(), serv))
66 uint32 attempt = 0; local
81 if (HandleErrors(attempt, reply.NFS4Error(), serv))
95 uint32 attempt = 0; local
110 if (HandleErrors(attempt, reply.NFS4Error(), serv))
126 uint32 attempt = 0; local
157 if (HandleErrors(attempt, reply.NFS4Error(), serv))
216 uint32 attempt = 0; local
233 if (HandleErrors(attempt, repl
252 uint32 attempt = 0; local
287 uint32 attempt = 0; local
325 uint32 attempt = 0; local
371 uint32 attempt = 0; local
457 uint32 attempt = 0; local
555 uint32 attempt = 0; local
664 uint32 attempt = 0; local
728 uint32 attempt = 0; local
764 uint32 attempt = 0; local
804 uint32 attempt = 0; local
884 uint32 attempt = 0; local
965 uint32 attempt = 0; local
1037 uint32 attempt = 0; local
1075 uint32 attempt = 0; local
1115 uint32 attempt = 0; local
1165 uint32 attempt = 0; local
[all...]
H A DOpenState.cpp117 uint32 attempt = 0; local
131 if (HandleErrors(attempt, reply.NFS4Error(), server))
170 uint32 attempt = 0; local
194 && HandleErrors(attempt, reply.NFS4Error(), server, NULL, NULL,
239 uint32 attempt = 0; local
263 && HandleErrors(attempt, reply.NFS4Error(), server, NULL, NULL,
291 uint32 attempt = 0; local
321 if (HandleErrors(attempt, reply.NFS4Error(), serv, NULL, this,
H A DRootInode.cpp61 uint32 attempt = 0;
79 if (HandleErrors(attempt, reply.NFS4Error(), server))
152 uint32 attempt = 0; local
170 if (HandleErrors(attempt, reply.NFS4Error(), server))
183 uint32 attempt = 0; local
199 if (HandleErrors(attempt, reply.NFS4Error(), server))
H A DConnection.cpp655 uint16 port, attempt = 0;
663 if (attempt == 9)
665 attempt++;
670 } while (attempt <= 10 && result != B_OK);
672 if (attempt > 10) {
H A DInodeDir.cpp147 uint32 attempt = 0; local
168 if (HandleErrors(attempt, reply.NFS4Error(), serv))
H A DInode.cpp63 uint32 attempt = 0; local
82 if (inode->HandleErrors(attempt, reply.NFS4Error(), serv))
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp264 BString attempt;
265 attempt << "Attempt " << info.info.connectAttempt << " of " <<
268 return attempt;
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.cpp258 for (int attempt = 0; attempt < 7; attempt++) {
304 for (int attempt = 0; attempt < 7; attempt++) {
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp252 for (int attempt = 0; attempt < 2; attempt++) {
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp639 for (int attempt = 0; attempt < 7; attempt++) {
688 for (int attempt = 0; attempt < 7; attempt++) {
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex607 resulted from the attempt to assign all the fields a reasonable meaning, but

Completed in 168 milliseconds