Searched refs:delay_jiffies (Results 1 – 5 of 5) sorted by relevance
637 int delay_jiffies; in max8997_muic_probe() local724 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()
1075 int delay_jiffies; in max77693_muic_probe() local1211 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()
660 int delay_jiffies; in max14577_muic_probe() local732 delay_jiffies = msecs_to_jiffies(DELAY_MS_DEFAULT); in max14577_muic_probe()768 delay_jiffies); in max14577_muic_probe()
1205 unsigned long delay_jiffies = msecs_to_jiffies(PROCESS_ACTIVE_TIME_MS); in kgd2kfd_schedule_evict_and_restore_process() local1226 if (delay_jiffies > active_time) in kgd2kfd_schedule_evict_and_restore_process()1227 delay_jiffies -= active_time; in kgd2kfd_schedule_evict_and_restore_process()1229 delay_jiffies = 0; in kgd2kfd_schedule_evict_and_restore_process()1235 p->lead_thread->pid, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()1236 schedule_delayed_work(&p->eviction_work, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()
2535 u64 delay_jiffies = 0; in group_schedule_locked() local2586 delay_jiffies = min_t(unsigned long, sched->resched_target - now, ULONG_MAX); in group_schedule_locked()2588 sched_queue_delayed_work(sched, tick, delay_jiffies); in group_schedule_locked()
Completed in 22 milliseconds