Home
last modified time | relevance | path

Searched refs:attempt (Results 1 – 25 of 50) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Object.cpp18 RetryDelay(uint32 attempt, uint32 leaseTime = 0) in RetryDelay() argument
20 attempt = min_c(attempt, 10); in RetryDelay()
22 bigtime_t delay = (bigtime_t(1) << (attempt - 1)) * 100000; in RetryDelay()
30 NFS4Object::HandleErrors(uint32& attempt, uint32 nfs4Error, RPC::Server* server, in HandleErrors() argument
40 attempt++; in HandleErrors()
53 if (attempt == 1) { in HandleErrors()
69 B_RELATIVE_TIMEOUT, RetryDelay(attempt)); in HandleErrors()
88 snooze_etc(RetryDelay(attempt), B_SYSTEM_TIMEBASE, in HandleErrors()
100 B_RELATIVE_TIMEOUT, RetryDelay(attempt)); in HandleErrors()
124 snooze_etc(RetryDelay(attempt, leaseTime), B_SYSTEM_TIMEBASE, in HandleErrors()
[all …]
H A DNFS4Inode.cpp23 uint32 attempt = 0; in GetChangeInfo() local
43 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in GetChangeInfo()
66 uint32 attempt = 0; in CommitWrites() local
81 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in CommitWrites()
95 uint32 attempt = 0; in Access() local
110 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in Access()
126 uint32 attempt = 0; in LookUp() local
157 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in LookUp()
216 uint32 attempt = 0; in Link() local
233 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in Link()
[all …]
H A DRootInode.cpp61 uint32 attempt = 0; in _UpdateInfo() local
79 if (HandleErrors(attempt, reply.NFS4Error(), server)) in _UpdateInfo()
152 uint32 attempt = 0; in ProbeMigration() local
170 if (HandleErrors(attempt, reply.NFS4Error(), server)) in ProbeMigration()
183 uint32 attempt = 0; in GetLocations() local
199 if (HandleErrors(attempt, reply.NFS4Error(), server)) in GetLocations()
H A DOpenState.cpp117 uint32 attempt = 0; in _ReleaseLockOwner() local
131 if (HandleErrors(attempt, reply.NFS4Error(), server)) in _ReleaseLockOwner()
170 uint32 attempt = 0; in _ReclaimOpen() local
194 && HandleErrors(attempt, reply.NFS4Error(), server, NULL, NULL, in _ReclaimOpen()
239 uint32 attempt = 0; in _ReclaimLocks() local
263 && HandleErrors(attempt, reply.NFS4Error(), server, NULL, NULL, in _ReclaimLocks()
291 uint32 attempt = 0; in Close() local
321 if (HandleErrors(attempt, reply.NFS4Error(), serv, NULL, this, in Close()
H A DDelegation.cpp43 uint32 attempt = 0; in ReturnDelegation() local
58 if (HandleErrors(attempt, reply.NFS4Error(), serv, NULL, in ReturnDelegation()
H A DNFS4Object.h21 bool HandleErrors(uint32& attempt, uint32 nfs4Error,
H A DConnection.cpp655 uint16 port, attempt = 0; in Connect() local
663 if (attempt == 9) in Connect()
665 attempt++; in Connect()
670 } while (attempt <= 10 && result != B_OK); in Connect()
672 if (attempt > 10) { in Connect()
H A DInodeDir.cpp147 uint32 attempt = 0; in ReadDirUp() local
168 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in ReadDirUp()
H A DInode.cpp63 uint32 attempt = 0; in CreateInode() local
82 if (inode->HandleErrors(attempt, reply.NFS4Error(), serv)) in CreateInode()
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp264 BString attempt; in AttemptString() local
265 attempt << "Attempt " << info.info.connectAttempt << " of " << in AttemptString()
268 return attempt; in AttemptString()
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.cpp258 for (int attempt = 0; attempt < 7; attempt++) { in dp_aux_get_i2c_byte() local
304 for (int attempt = 0; attempt < 7; attempt++) { in dp_aux_set_i2c_byte() local
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp252 for (int attempt = 0; attempt < 2; attempt++) { in read_table_of_contents() local
/haiku/docs/misc/
H A Dhistory.txt32 The company shifted its focus to attempt to use BeOS in Internet appliances.
H A DBeIDE_ProjFileFormat.md1 BeIDE .prof project file format - a reverse engineering attempt
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp641 for (int attempt = 0; attempt < 7; attempt++) { in _DpAuxSendReceive() local
690 for (int attempt = 0; attempt < 7; attempt++) { in _DpAuxSendReceive() local
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dscripts.ss61 ; Driver must load DSA and jump here to attempt to select a target, beginning a new
/haiku/3rdparty/kallisti5/
H A Dhowto-iommu-old.md50 no host drivers attempt to attach to the PCI device in question.
H A Dhowto-iommu.md28 no host drivers attempt to attach to the PCI device in question.
/haiku/docs/user/midi2/
H A DMidiConsumer.dox27 The latency is measured in microseconds. Producers should attempt to get MIDI
197 remember that the data buffer is owned by the Midi Kit. Do not attempt to
/haiku/docs/develop/busses/usb/
H A DUSB_stack_design.rst8 …e because they couldn't simply send references of themselves. The second attempt of the USB stack …
/haiku/data/system/data/licenses/
H A DArtistic120 when no overt attempt is made to make this Package's interfaces visible
H A DMPL v2.0167 attempt to alter or restrict the recipients' rights in the Source Code
182 license for the Executable Form does not attempt to limit or alter
H A DIntel (2xxx firmware)43 engineer, or disassemble any portion of the Software or otherwise attempt to
/haiku/data/system/data/fortunes/
H A DPets130 When man calls an animal "vicious", he usually means that it will attempt to defend itself when he …
/haiku/docs/develop/file_systems/
H A Dfat.rst85 The driver will attempt to assign a location-based inode number as follows:

12