Home
last modified time | relevance | path

Searched refs:backoff (Results 1 – 9 of 9) sorted by relevance

/dragonfly/libexec/dma/
H A Ddma.c320 unsigned int backoff = MIN_RETRY, slept; in deliver() local
352 for (slept = 0; slept < backoff;) { in deliver()
355 backoff = MIN_RETRY; in deliver()
359 if (slept >= backoff) { in deliver()
361 backoff = backoff + backoff / 2 + random() % backoff; in deliver()
362 if (backoff > MAX_RETRY) in deliver()
363 backoff = MAX_RETRY; in deliver()
/dragonfly/usr.bin/login/
H A Dlogin.c153 int retries, backoff; in main() local
253 backoff = login_getcapnum(lc, "login-backoff", in main()
354 if (++cnt > backoff) { in main()
359 sleep((u_int)((cnt - backoff) * 5)); in main()
/dragonfly/tools/tools/ath/athprom/
H A Deeprom-416 | worldwide roaming $WWR | False detect backoff $falseDetectBackoff |
89 | worldwide roaming $WWR | False detect backoff $falseDetectBackoff |
154 | worldwide roaming $WWR | False detect backoff $falseDetectBackoff |
H A Deeprom-517 | worldwide roaming $WWR | False detect backoff $falseDetectBackoff |
103 | worldwide roaming $WWR | False detect backoff $falseDetectBackoff |
181 | worldwide roaming $WWR | False detect backoff $falseDetectBackoff |
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_cs.c410 static void radeon_cs_parser_fini(struct radeon_cs_parser *parser, int error, bool backoff) in radeon_cs_parser_fini() argument
430 } else if (backoff) { in radeon_cs_parser_fini()
/dragonfly/sys/dev/drm/
H A Ddrm_fb_helper.c419 goto backoff; in restore_fbdev_mode_atomic()
428 backoff: in restore_fbdev_mode_atomic()
1394 goto backoff;
1404 backoff:
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_cs.c786 bool backoff) in amdgpu_cs_parser_fini() argument
790 if (error && backoff) in amdgpu_cs_parser_fini()
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm.c4790 iwm_tt_tx_backoff(struct iwm_softc *sc, uint32_t backoff) in iwm_tt_tx_backoff() argument
4795 .data = { &backoff, }, in iwm_tt_tx_backoff()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DChangeLog855 * adjusted bgscan_simple fast-scan backoff to avoid too frequent