Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/extcon/
A Dextcon-max8997.c637 int delay_jiffies; in max8997_muic_probe() local
724 delay_jiffies = in max8997_muic_probe()
727 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max8997_muic_probe()
731 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max8997_muic_probe()
759 delay_jiffies); in max8997_muic_probe()
A Dextcon-max77693.c1075 int delay_jiffies; in max77693_muic_probe() local
1211 delay_jiffies = in max77693_muic_probe()
1214 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max77693_muic_probe()
1218 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max77693_muic_probe()
1256 delay_jiffies); in max77693_muic_probe()
A Dextcon-max14577.c660 int delay_jiffies; in max14577_muic_probe() local
732 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max14577_muic_probe()
768 delay_jiffies); in max14577_muic_probe()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/
A Dkfd_device.c893 unsigned long delay_jiffies = msecs_to_jiffies(PROCESS_ACTIVE_TIME_MS); in kgd2kfd_schedule_evict_and_restore_process() local
914 if (delay_jiffies > active_time) in kgd2kfd_schedule_evict_and_restore_process()
915 delay_jiffies -= active_time; in kgd2kfd_schedule_evict_and_restore_process()
917 delay_jiffies = 0; in kgd2kfd_schedule_evict_and_restore_process()
923 p->lead_thread->pid, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()
924 schedule_delayed_work(&p->eviction_work, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()
/linux-6.3-rc2/drivers/thermal/
A Dthermal_core.c1151 static void thermal_set_delay_jiffies(unsigned long *delay_jiffies, int delay_ms) in thermal_set_delay_jiffies() argument
1153 *delay_jiffies = msecs_to_jiffies(delay_ms); in thermal_set_delay_jiffies()
1155 *delay_jiffies = round_jiffies(*delay_jiffies); in thermal_set_delay_jiffies()

Completed in 13 milliseconds