Lines Matching refs:now

697 	u64 now = rq_clock_task(rq_of(cfs_rq));
703 delta_exec = now - curr->exec_start;
707 curr->exec_start = now;
1410 * alternative node to recheck if the tasks is now properly placed.
1564 u64 runtime, delta, now;
1566 now = p->se.exec_start;
1571 *period = now - p->last_task_numa_placement;
1578 p->last_task_numa_placement = now;
1919 unsigned long migrate, next_scan, now = jiffies;
1942 mm->numa_next_scan = now +
1950 if (time_before(now, migrate))
1958 next_scan = now + msecs_to_jiffies(p->numa_scan_period);
2029 * scanner to the start so check it now.
2044 u64 period, now;
2058 now = curr->se.sum_exec_runtime;
2061 if (now - curr->node_stamp > period) {
2298 * (now) (~1ms ago) (~2ms ago)
2318 static __always_inline int __update_entity_runnable_avg(u64 now,
2326 delta = now - sa->last_runnable_update;
2332 sa->last_runnable_update = now;
2343 sa->last_runnable_update = now;
2541 u64 now;
2548 now = cfs_rq_clock_task(cfs_rq);
2550 now = cfs_rq_clock_task(group_cfs_rq(se));
2552 if (!__update_entity_runnable_avg(now, &se->avg, se->on_rq))
2572 u64 now = cfs_rq_clock_task(cfs_rq) >> 20;
2575 decays = now - cfs_rq->last_decay;
2589 cfs_rq->last_decay = now;
2623 /* Indicate that we're now synchronized and on-rq */
3190 u64 now;
3195 now = sched_clock_cpu(smp_processor_id());
3197 cfs_b->runtime_expires = now + ktime_to_ns(cfs_b->period);
3760 ktime_t now;
3766 now = hrtimer_cb_get_time(timer);
3767 overrun = hrtimer_forward(timer, now, cfs_b->period);
4250 * those are clipped to [MIN_SHARES, ...) do so now. See
4658 * Since its curr running now, convert the gran from real-time
5385 * Right now, this is only the second place where
5471 * Right now, this is one of only two places we collect this stat
5592 unsigned long now = jiffies;
5595 if (cfs_rq->last_h_load_update == now)
5602 if (cfs_rq->last_h_load_update == now)
5608 cfs_rq->last_h_load_update = now;
5617 cfs_rq->last_h_load_update = now;
6742 * nohz-idle), we now have balance_cpu in a position to move
6989 * now runnable tasks on this rq.
7407 unsigned long now = jiffies;
7429 if (time_before(now, nohz.next_balance))