• Home
  • Raw
  • Download

Lines Matching refs:now

766 static int update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq, bool update_freq);
857 u64 now = rq_clock_task(rq_of(cfs_rq)); in update_curr() local
863 delta_exec = now - curr->exec_start; in update_curr()
867 curr->exec_start = now; in update_curr()
1873 u64 runtime, delta, now; in numa_get_avg_runtime() local
1875 now = p->se.exec_start; in numa_get_avg_runtime()
1880 *period = now - p->last_task_numa_placement; in numa_get_avg_runtime()
1891 p->last_task_numa_placement = now; in numa_get_avg_runtime()
2345 unsigned long migrate, next_scan, now = jiffies; in task_numa_work() local
2368 mm->numa_next_scan = now + in task_numa_work()
2376 if (time_before(now, migrate)) in task_numa_work()
2384 next_scan = now + msecs_to_jiffies(p->numa_scan_period); in task_numa_work()
2479 u64 period, now; in task_tick_numa() local
2493 now = curr->se.sum_exec_runtime; in task_tick_numa()
2496 if (now > curr->node_stamp + period) { in task_tick_numa()
2751 __update_load_avg(u64 now, int cpu, struct sched_avg *sa, in __update_load_avg() argument
2759 delta = now - sa->last_update_time; in __update_load_avg()
2765 sa->last_update_time = now; in __update_load_avg()
2776 sa->last_update_time = now; in __update_load_avg()
3179 update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq, bool update_freq) in update_cfs_rq_load_avg() argument
3200 decayed = __update_load_avg(now, cpu_of(rq_of(cfs_rq)), sa, in update_cfs_rq_load_avg()
3228 u64 now = cfs_rq_clock_task(cfs_rq); in update_load_avg() local
3238 __update_load_avg(now, cpu, &se->avg, in update_load_avg()
3243 decayed = update_cfs_rq_load_avg(now, cfs_rq, true); in update_load_avg()
3412 update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq, bool update_freq) in update_cfs_rq_load_avg() argument
3936 u64 now; in __refill_cfs_bandwidth_runtime() local
3941 now = sched_clock_cpu(smp_processor_id()); in __refill_cfs_bandwidth_runtime()
3943 cfs_b->runtime_expires = now + ktime_to_ns(cfs_b->period); in __refill_cfs_bandwidth_runtime()
7874 unsigned long now = jiffies; in update_cfs_rq_h_load() local
7877 if (cfs_rq->last_h_load_update == now) in update_cfs_rq_h_load()
7884 if (cfs_rq->last_h_load_update == now) in update_cfs_rq_h_load()
7890 cfs_rq->last_h_load_update = now; in update_cfs_rq_h_load()
7899 cfs_rq->last_h_load_update = now; in update_cfs_rq_h_load()
9927 unsigned long now = jiffies; in nohz_kick_needed() local
9950 if (time_before(now, nohz.next_balance)) in nohz_kick_needed()