Home
last modified time | relevance | path

Searched defs:delay_jiffies (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c1089 unsigned long delay_jiffies = msecs_to_jiffies(PROCESS_ACTIVE_TIME_MS); in kgd2kfd_schedule_evict_and_restore_process() local
/openbmc/linux/drivers/extcon/
H A Dextcon-max14577.c660 int delay_jiffies; in max14577_muic_probe() local
H A Dextcon-max8997.c637 int delay_jiffies; in max8997_muic_probe() local
H A Dextcon-max77693.c1075 int delay_jiffies; in max77693_muic_probe() local
/openbmc/linux/drivers/thermal/
H A Dthermal_core.c1177 static void thermal_set_delay_jiffies(unsigned long *delay_jiffies, int delay_ms) in thermal_set_delay_jiffies()