OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:delay_jiffies
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_device.c
926
unsigned long
delay_jiffies
= msecs_to_jiffies(PROCESS_ACTIVE_TIME_MS);
local in function:kgd2kfd_schedule_evict_and_restore_process
947
if (
delay_jiffies
> active_time)
948
delay_jiffies
-= active_time;
950
delay_jiffies
= 0;
955
schedule_delayed_work(&p->eviction_work,
delay_jiffies
);
kfd_device.c
926
unsigned long
delay_jiffies
= msecs_to_jiffies(PROCESS_ACTIVE_TIME_MS);
local in function:kgd2kfd_schedule_evict_and_restore_process
947
if (
delay_jiffies
> active_time)
948
delay_jiffies
-= active_time;
950
delay_jiffies
= 0;
955
schedule_delayed_work(&p->eviction_work,
delay_jiffies
);
Completed in 22 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025