Lines Matching refs:jiffies
1510 time = jiffies_to_msecs(jiffies); in numa_hint_fault_latency()
1527 now = jiffies_to_msecs(jiffies); in numa_promotion_rate_limit()
1548 now = jiffies_to_msecs(jiffies); in numa_promotion_adjust_threshold()
2308 p->numa_migrate_retry = jiffies + interval; in numa_migrate_preferred()
2382 p->mm->numa_next_scan = jiffies + in update_task_scan_period()
2902 if (time_after(jiffies, p->numa_migrate_retry)) { in task_numa_fault()
2937 unsigned long migrate, next_scan, now = jiffies; in task_numa_work()
3089 mm->numa_next_scan = jiffies + msecs_to_jiffies(sysctl_numa_balancing_scan_delay); in init_numa_balancing()
3156 if (!time_before(jiffies, curr->mm->numa_next_scan)) in task_tick_numa()
6291 rq->next_balance = jiffies; in dequeue_task_fair()
6387 if (time_after(jiffies, current->wakee_flip_decay_ts + HZ)) { in record_wakee()
6389 current->wakee_flip_decay_ts = jiffies; in record_wakee()
6800 unsigned long now = jiffies; in select_idle_cpu()
8766 WRITE_ONCE(rq->last_blocked_load_update_tick, jiffies); in update_blocked_load_tick()
8863 unsigned long now = jiffies; in update_cfs_rq_h_load()
9057 sdg->sgc->next_update = jiffies + interval; in update_group_capacity()
10013 time_after_eq(jiffies, sg->sgc->next_update)) in update_sd_lb_stats()
11057 sd->last_decay_max_lb_cost = jiffies; in update_newidle_cost()
11058 } else if (time_after(jiffies, sd->last_decay_max_lb_cost + HZ)) { in update_newidle_cost()
11065 sd->last_decay_max_lb_cost = jiffies; in update_newidle_cost()
11087 unsigned long next_balance = jiffies + 60*HZ; in rebalance_domains()
11124 if (time_after_eq(jiffies, sd->last_balance + interval)) { in rebalance_domains()
11134 sd->last_balance = jiffies; in rebalance_domains()
11216 nohz.next_balance = jiffies+1; in kick_ilb()
11245 unsigned long now = jiffies; in nohz_balancer_kick()
11479 if (!time_after(jiffies, READ_ONCE(rq->last_blocked_load_update_tick))) in update_nohz_stats()
11495 unsigned long now = jiffies; in _nohz_idle_balance()
11556 if (time_after_eq(jiffies, rq->next_balance)) { in _nohz_idle_balance()
11647 time_before(jiffies, READ_ONCE(nohz.next_blocked))) in nohz_newidle_balance()
11679 unsigned long next_balance = jiffies + HZ; in newidle_balance()
11842 if (time_after_eq(jiffies, rq->next_balance)) in trigger_load_balance()
12654 nohz.next_balance = jiffies; in init_sched_fair_class()
12655 nohz.next_blocked = jiffies; in init_sched_fair_class()