Searched refs:last_runnable_update (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/kernel/sched/
H A Dfair.c2531 delta = now - sa->last_runnable_update; __update_entity_runnable_avg()
2537 sa->last_runnable_update = now; __update_entity_runnable_avg()
2548 sa->last_runnable_update = now; __update_entity_runnable_avg()
2858 se->avg.last_runnable_update = rq_clock_task(rq_of(cfs_rq)); enqueue_entity_load_avg()
2868 se->avg.last_runnable_update -= (-se->avg.decay_count) enqueue_entity_load_avg()
/linux-4.1.27/include/linux/
H A Dsched.h1120 u64 last_runnable_update; member in struct:sched_avg

Completed in 102 milliseconds