Searched refs:rq_clock (Results 1 – 9 of 9) sorted by relevance
| /linux/kernel/sched/ |
| H A D | stats.c | 12 wait_start = rq_clock(rq); in __update_stats_wait_start() 24 u64 delta = rq_clock(rq) - schedstat_val(stats->wait_start); in __update_stats_wait_end() 57 u64 delta = rq_clock(rq) - sleep_start; in __update_stats_enqueue_sleeper() 75 u64 delta = rq_clock(rq) - block_start; in __update_stats_enqueue_sleeper()
|
| H A D | stats.h | 253 delta = rq_clock(rq) - t->sched_info.last_queued; in sched_info_dequeue() 275 now = rq_clock(rq); in sched_info_arrive() 297 t->sched_info.last_queued = rq_clock(rq); in sched_info_enqueue() 310 unsigned long long delta = rq_clock(rq) - t->sched_info.last_arrival; in sched_info_depart()
|
| H A D | deadline.c | 426 zerolag_time -= rq_clock(rq); in task_non_contending() 725 dl_se->deadline = rq_clock(rq) + pi_of(dl_se)->dl_deadline; in replenish_dl_new_period() 758 WARN_ON(dl_time_before(rq_clock(rq), dl_se->deadline)); in setup_new_dl_entity() 815 (dl_se->dl_defer_armed && dl_entity_overflow(dl_se, rq_clock(rq)))) { in replenish_dl_entity() 816 dl_se->deadline = rq_clock(rq) + pi_of(dl_se)->dl_deadline; in replenish_dl_entity() 843 if (dl_time_before(dl_se->deadline, rq_clock(rq))) { in replenish_dl_entity() 868 dl_time_before(rq_clock(dl_se->rq), dl_se->deadline - dl_se->runtime)) { in replenish_dl_entity() 966 u64 laxity = dl_se->deadline - rq_clock(rq); in update_dl_revised_wakeup() 974 WARN_ON(dl_time_before(dl_se->deadline, rq_clock(rq))); in update_dl_revised_wakeup() 1029 if (dl_time_before(dl_se->deadline, rq_clock(rq)) || in update_dl_entity() [all …]
|
| H A D | pelt.h | 82 u64_u32_store(rq->clock_idle, rq_clock(rq)); in _update_idle_rq_clock_pelt()
|
| H A D | core_sched.c | 245 u64 delta, now = rq_clock(rq->core); in __sched_core_account_forceidle()
|
| H A D | rt.c | 1318 rq_clock(rq_of_rt_rq(rt_rq))); in update_stats_dequeue_rt() 1322 rq_clock(rq_of_rt_rq(rt_rq))); in update_stats_dequeue_rt()
|
| H A D | sched.h | 1695 static inline u64 rq_clock(struct rq *rq) in rq_clock() function 3385 data->func(data, rq_clock(rq), flags); in cpufreq_update_util()
|
| H A D | fair.c | 1348 rq_clock(rq_of(cfs_rq))); in update_stats_dequeue_fair() 1351 rq_clock(rq_of(cfs_rq))); in update_stats_dequeue_fair() 5860 u64 delta = rq_clock(rq) - cfs_rq->throttled_clock_self; in tg_unthrottle_up() 5909 cfs_rq->throttled_clock = rq_clock(rq); in record_throttle_clock() 5912 cfs_rq->throttled_clock_self = rq_clock(rq); in record_throttle_clock() 6003 cfs_b->throttled_time += rq_clock(rq) - cfs_rq->throttled_clock; in unthrottle_cfs_rq() 12883 this_rq->idle_stamp = rq_clock(this_rq); in sched_balance_newidle()
|
| H A D | core.c | 3647 u64 delta = rq_clock(rq) - rq->idle_stamp; in ttwu_do_activate() 5458 u64 resched_latency, now = rq_clock(rq); in cpu_resched_latency() 6134 rq->core->core_forceidle_start = rq_clock(rq->core); in pick_next_task()
|