Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/extcon/
Dextcon-max8997.c644 int delay_jiffies; in max8997_muic_probe() local
727 delay_jiffies = in max8997_muic_probe()
730 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max8997_muic_probe()
734 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max8997_muic_probe()
753 delay_jiffies); in max8997_muic_probe()
Dextcon-max77693.c1084 int delay_jiffies; in max77693_muic_probe() local
1215 delay_jiffies = in max77693_muic_probe()
1218 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max77693_muic_probe()
1222 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max77693_muic_probe()
1250 delay_jiffies); in max77693_muic_probe()
Dextcon-max14577.c669 int delay_jiffies; in max14577_muic_probe() local
736 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max14577_muic_probe()
763 delay_jiffies); in max14577_muic_probe()
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_device.c730 unsigned long delay_jiffies = msecs_to_jiffies(PROCESS_ACTIVE_TIME_MS); in kgd2kfd_schedule_evict_and_restore_process() local
751 if (delay_jiffies > active_time) in kgd2kfd_schedule_evict_and_restore_process()
752 delay_jiffies -= active_time; in kgd2kfd_schedule_evict_and_restore_process()
754 delay_jiffies = 0; in kgd2kfd_schedule_evict_and_restore_process()
759 schedule_delayed_work(&p->eviction_work, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()