HomeSort by: relevance | last modified time | path
    Searched refs:backoff (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mutex.cc 185 class Backoff {
187 Backoff()
235 for (Backoff backoff; backoff.Do();) { local in function:__tsan::Mutex::Lock
241 StatInc(cur_thread(), stat_type_, backoff.Contention());
265 for (Backoff backoff; backoff.Do();) { local in function:__tsan::Mutex::ReadLock
269 StatInc(cur_thread(), stat_type_, backoff.Contention())
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_validation.h 240 bool backoff);
vmwgfx_validation.c 496 * @backoff: Whether this is a backoff- of a commit-type operation. This
500 bool backoff)
505 if (backoff)
vmwgfx_execbuf.c 175 * @backoff: Whether this is part of the error path and binding state changes
179 bool backoff)
184 if (!backoff)
  /src/sys/arch/arm/arm/
cpufunc_asm_pj4b.S 75 orr r0, r0, #(1 << 5) @ STREX backoff disable
  /src/sys/external/bsd/drm2/dist/drm/
drm_client_modeset.c 1047 goto backoff;
1056 backoff:
drm_fb_helper.c 1097 goto backoff;
1107 backoff:
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cs.c 430 static void radeon_cs_parser_fini(struct radeon_cs_parser *parser, int error, bool backoff)
450 } else if (backoff) {
  /src/usr.sbin/ypbind/
ypbind.c 93 DOM_DEAD, /* long-term lost, in exponential backoff */
105 unsigned dom_backofftime; /* current backoff period, when DEAD */
163 * Exponential backoff for pinging servers for a dead domain.
168 * With a 60 minute max backoff the response time for when things come
174 backoff(unsigned *psecs) function in typeref:typename:void
629 /* Clear the dead/backoff state. */
1505 * for 60 seconds, switch to DOM_DEAD and begin exponential backoff.
1506 * The exponential backoff starts at 10 seconds and tops out at one
1550 "going to exponential backoff",
1559 backoff(&dom->dom_backofftime)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_cs.c 692 bool backoff)
696 if (error && backoff)
  /src/sys/arch/alpha/alpha/
pmap.c 1110 int backoff = SPINLOCK_BACKOFF_MIN; local in function:pmap_tlb_shootnow
1114 SPINLOCK_BACKOFF(backoff);
  /src/sys/dev/pci/
if_iwm.c 6594 iwm_tt_tx_backoff(struct iwm_softc *sc, uint32_t backoff)
6599 .data = { &backoff, },

Completed in 31 milliseconds