Searched refs:idle_stamp (Results 1 – 3 of 3) sorted by relevance
3721 if (rq->idle_stamp) { in ttwu_do_activate()3722 u64 delta = rq_clock(rq) - rq->idle_stamp; in ttwu_do_activate()3730 rq->idle_stamp = 0; in ttwu_do_activate()8762 rq->idle_stamp = 0; in sched_init()
7462 latest_idle_timestamp = rq->idle_stamp; in sched_balance_find_dst_group_cpu()7465 rq->idle_stamp > latest_idle_timestamp) { in sched_balance_find_dst_group_cpu()7471 latest_idle_timestamp = rq->idle_stamp; in sched_balance_find_dst_group_cpu()12809 this_rq->idle_stamp = rq_clock(this_rq); in sched_balance_newidle()12906 this_rq->idle_stamp = 0; in sched_balance_newidle()
1238 u64 idle_stamp; member