OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timeout_counter
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_smu_v11_0_i2c.c
139
unsigned long
timeout_counter
= jiffies + msecs_to_jiffies(20);
local
142
if (time_after(jiffies,
timeout_counter
)) {
200
unsigned long
timeout_counter
= jiffies + msecs_to_jiffies(20);
local
203
if (time_after(jiffies,
timeout_counter
)) {
235
unsigned long
timeout_counter
;
local
256
timeout_counter
= jiffies + msecs_to_jiffies(20);
294
if (time_after(jiffies,
timeout_counter
)) {
amdgpu_smu_v11_0_i2c.c
139
unsigned long
timeout_counter
= jiffies + msecs_to_jiffies(20);
local
142
if (time_after(jiffies,
timeout_counter
)) {
200
unsigned long
timeout_counter
= jiffies + msecs_to_jiffies(20);
local
203
if (time_after(jiffies,
timeout_counter
)) {
235
unsigned long
timeout_counter
;
local
256
timeout_counter
= jiffies + msecs_to_jiffies(20);
294
if (time_after(jiffies,
timeout_counter
)) {
Completed in 66 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026