Searched refs:delay_jiffies (Results 1 – 4 of 4) sorted by relevance
632 int delay_jiffies; in max8997_muic_probe() local717 delay_jiffies = in max8997_muic_probe()720 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max8997_muic_probe()724 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max8997_muic_probe()752 delay_jiffies); in max8997_muic_probe()
1074 int delay_jiffies; in max77693_muic_probe() local1207 delay_jiffies = in max77693_muic_probe()1210 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max77693_muic_probe()1214 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max77693_muic_probe()1252 delay_jiffies); in max77693_muic_probe()
659 int delay_jiffies; in max14577_muic_probe() local728 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max14577_muic_probe()764 delay_jiffies); in max14577_muic_probe()
1022 unsigned long delay_jiffies = msecs_to_jiffies(PROCESS_ACTIVE_TIME_MS); in kgd2kfd_schedule_evict_and_restore_process() local1043 if (delay_jiffies > active_time) in kgd2kfd_schedule_evict_and_restore_process()1044 delay_jiffies -= active_time; in kgd2kfd_schedule_evict_and_restore_process()1046 delay_jiffies = 0; in kgd2kfd_schedule_evict_and_restore_process()1052 p->lead_thread->pid, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()1053 schedule_delayed_work(&p->eviction_work, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()