Searched refs:idle_stamp (Results 1 – 3 of 3) sorted by relevance
3748 if (rq->idle_stamp) { in ttwu_do_activate()3749 u64 delta = rq_clock(rq) - rq->idle_stamp; in ttwu_do_activate()3757 rq->idle_stamp = 0; in ttwu_do_activate()8651 rq->idle_stamp = 0; in sched_init()
7471 latest_idle_timestamp = rq->idle_stamp; in sched_balance_find_dst_group_cpu()7474 rq->idle_stamp > latest_idle_timestamp) { in sched_balance_find_dst_group_cpu()7480 latest_idle_timestamp = rq->idle_stamp; in sched_balance_find_dst_group_cpu()12803 this_rq->idle_stamp = rq_clock(this_rq); in sched_balance_newidle()12893 this_rq->idle_stamp = 0; in sched_balance_newidle()
1216 u64 idle_stamp; member