OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:countdown
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe_mbx.c
239
int
countdown
= mbx->timeout;
local in function:ixgbe_poll_for_msg
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 in function:ixgbe_poll_for_ack
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 in function:ixgbe_obtain_mbx_lock_vf
862
int
countdown
= mbx->timeout;
local in function:ixgbe_obtain_mbx_lock_pf
[
all
...]
/src/sys/kern/
kern_heartbeat.c
506
unsigned
countdown
= 1000; /* 1sec */
local in function:defibrillate
529
while (
countdown
--> 0) {
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_df_v3_6.c
238
int
countdown
= ARM_RETRY_USEC_TIMEOUT;
local in function:df_v3_6_perfmon_arm_with_retry
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 in function:r600_vm_flush_gart_range
219
countdown
--;
221
} while (((resp & 0xf0) == 0) &&
countdown
);
Completed in 22 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025