| /src/sys/kern/ |
| kern_heartbeat.c | 507 unsigned countdown = 1000; /* 1sec */ local 530 while (countdown --> 0) {
|
| /src/external/bsd/zstd/dist/tests/ |
| poolTests.c | 93 int countdown; member in struct:__anon8912 111 test->countdown--; 112 if (test->countdown == 0) 121 test.countdown = nbWaits; 130 while (test.countdown > 0) 137 test.countdown = nbWaits; 145 while (test.countdown > 0)
|
| /src/sys/dev/pci/ixgbe/ |
| ixgbe_mbx.c | 239 int countdown = mbx->timeout; local 243 if (!countdown || !mbx->ops[mbx_id].check_for_msg) 246 while (countdown && mbx->ops[mbx_id].check_for_msg(hw, mbx_id)) { 247 countdown--; 248 if (!countdown) 253 if (countdown == 0) { 272 int countdown = mbx->timeout; local 276 if (!countdown || !mbx->ops[mbx_id].check_for_ack) 279 while (countdown && mbx->ops[mbx_id].check_for_ack(hw, mbx_id)) { 280 countdown-- 436 int countdown = mbx->timeout; local 862 int countdown = mbx->timeout; local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| dv-pal.c | 62 |32 countdown register (read/write, 32bit, big-endian) 63 |36 countdown value register (read, 32bit, big-endian) 93 COUNDOWN (read/write): The countdown registers provide a 95 zero value to this register clears the countdown timer. Writing a 97 countdown timer to expire in VALUE ticks (ticks is target 98 dependant). Reading the countdown register returns the last value 101 COUNTDOWN VALUE (read): Reading this 32 bit big-endian register 102 returns the number of ticks remaining until the countdown timer 139 countdown 141 Driven whenever the countdown counter reaches zero 191 hw_pal_counter countdown; member in struct:_hw_pal_device [all...] |
| /src/external/gpl3/gdb/dist/sim/common/ |
| dv-pal.c | 62 |32 countdown register (read/write, 32bit, big-endian) 63 |36 countdown value register (read, 32bit, big-endian) 93 COUNDOWN (read/write): The countdown registers provide a 95 zero value to this register clears the countdown timer. Writing a 97 countdown timer to expire in VALUE ticks (ticks is target 98 dependant). Reading the countdown register returns the last value 101 COUNTDOWN VALUE (read): Reading this 32 bit big-endian register 102 returns the number of ticks remaining until the countdown timer 139 countdown 141 Driven whenever the countdown counter reaches zero 191 hw_pal_counter countdown; member in struct:_hw_pal_device [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_df_v3_6.c | 238 int countdown = ARM_RETRY_USEC_TIMEOUT; local 240 while (countdown) { 246 countdown -= ARM_RETRY_USEC_INTERVAL; 250 return countdown > 0 ? 0 : -ETIME;
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| r600_cp.c | 212 u32 resp, countdown = 1000; local 219 countdown--; 221 } while (((resp & 0xf0) == 0) && countdown );
|