OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:delay_between_attempts
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_dp.c
1511
uint8_t
delay_between_attempts
= LINK_TRAINING_RETRY_DELAY;
local
1554
msleep(
delay_between_attempts
);
1556
delay_between_attempts
+= LINK_TRAINING_RETRY_DELAY;
amdgpu_dc_link_dp.c
1511
uint8_t
delay_between_attempts
= LINK_TRAINING_RETRY_DELAY;
local
1554
msleep(
delay_between_attempts
);
1556
delay_between_attempts
+= LINK_TRAINING_RETRY_DELAY;
Completed in 32 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026