Searched refs:countdown (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/dev/e1000/ |
| H A D | e1000_mbx.c | 218 int countdown = mbx->timeout; in e1000_poll_for_msg() local 222 if (!countdown || !mbx->ops.check_for_msg) in e1000_poll_for_msg() 225 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in e1000_poll_for_msg() 226 countdown--; in e1000_poll_for_msg() 227 if (!countdown) in e1000_poll_for_msg() 233 if (!countdown) in e1000_poll_for_msg() 236 return countdown ? E1000_SUCCESS : -E1000_ERR_MBX; in e1000_poll_for_msg() 249 int countdown = mbx->timeout; in e1000_poll_for_ack() local 253 if (!countdown || !mbx->ops.check_for_ack) in e1000_poll_for_ack() 256 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) { in e1000_poll_for_ack() [all …]
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe_mbx.c | 236 int countdown = mbx->timeout; in ixgbe_poll_for_msg() local 240 if (!countdown || !mbx->ops[mbx_id].check_for_msg) in ixgbe_poll_for_msg() 243 while (countdown && mbx->ops[mbx_id].check_for_msg(hw, mbx_id)) { in ixgbe_poll_for_msg() 244 countdown--; in ixgbe_poll_for_msg() 245 if (!countdown) in ixgbe_poll_for_msg() 250 if (countdown == 0) { in ixgbe_poll_for_msg() 269 int countdown = mbx->timeout; in ixgbe_poll_for_ack() local 273 if (!countdown || !mbx->ops[mbx_id].check_for_ack) in ixgbe_poll_for_ack() 276 while (countdown && mbx->ops[mbx_id].check_for_ack(hw, mbx_id)) { in ixgbe_poll_for_ack() 277 countdown--; in ixgbe_poll_for_ack() [all …]
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/include/ |
| H A D | brcmu_utils.h | 17 uint countdown = (us) + 9; \ 18 while ((exp) && (countdown >= 10)) {\ 20 countdown -= 10; \
|
| /freebsd/contrib/ntp/sntp/libevent/m4/ |
| H A D | ax_prog_doxygen.m4 | 467 countdown=5; \\ 470 && test \$\$countdown -gt 0; do \\ 472 countdown=\`expr \$\$countdown - 1\`; \\ 498 countdown=5; \\ 501 && test \$\$countdown -gt 0; do \\ 503 countdown=\`expr \$\$countdown - 1\`; \\
|
| /freebsd/contrib/libevent/m4/ |
| H A D | ax_prog_doxygen.m4 | 467 countdown=5; \\ 470 && test \$\$countdown -gt 0; do \\ 472 countdown=\`expr \$\$countdown - 1\`; \\ 498 countdown=5; \\ 501 && test \$\$countdown -gt 0; do \\ 503 countdown=\`expr \$\$countdown - 1\`; \\
|
| /freebsd/cddl/usr.sbin/zfsd/ |
| H A D | case_file.cc | 766 timeval now, countdown, elapsed, timestamp, zero, remaining; in RegisterCallout() local 790 timersub(&removeGracePeriod, &elapsed, &countdown); in RegisterCallout() 796 if (timercmp(&countdown, &zero, <=)) { in RegisterCallout() 797 timerclear(&countdown); in RegisterCallout() 798 countdown.tv_usec = 1; in RegisterCallout() 804 || timercmp(&countdown, &remaining, <)) in RegisterCallout() 805 m_tentativeTimer.Reset(countdown, OnGracePeriodEnded, this); in RegisterCallout()
|
| /freebsd/cddl/usr.sbin/dtrace/tests/common/docsExamples/ |
| H A D | Makefile | 9 countdown.d \
|
| /freebsd/contrib/ntp/sntp/unity/ |
| H A D | unity_fixture.c | 148 void UnityMalloc_MakeMallocFailAfterCount(int countdown) in UnityMalloc_MakeMallocFailAfterCount() argument 150 malloc_fail_countdown = countdown; in UnityMalloc_MakeMallocFailAfterCount()
|
| /freebsd/stand/forth/ |
| H A D | check-password.4th | 167 \ the user aborts/escapes the countdown sequence leading to boot).
|
| H A D | menusets.4th | 290 begin ( using u2 in c-addr2/u2 pair as countdown to zero ) 409 begin ( using u2 in c-addr2/u2 pair as countdown to zero )
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mp-hummingboard-iiot.dts | 494 * which is for countdown timer irqs only.
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | pci.c | 447 int countdown = rtwdev->napi_budget_countdown; in rtw89_pci_poll_rxq_dma() local 464 return budget - countdown; in rtw89_pci_poll_rxq_dma()
|