Home
last modified time | relevance | path

Searched refs:exec_max (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/kernel/sched/
Dstop_task.c67 schedstat_set(curr->se.statistics.exec_max, in put_prev_task_stop()
68 max(curr->se.statistics.exec_max, delta_exec)); in put_prev_task_stop()
Ddebug.c83 PN(se->statistics.exec_max); in print_cfs_group_stats()
578 PN(se.statistics.exec_max); in proc_sched_show_task()
Ddeadline.c735 schedstat_set(curr->se.statistics.exec_max, in update_curr_dl()
736 max(curr->se.statistics.exec_max, delta_exec)); in update_curr_dl()
Drt.c952 schedstat_set(curr->se.statistics.exec_max, in update_curr_rt()
953 max(curr->se.statistics.exec_max, delta_exec)); in update_curr_rt()
Dfair.c716 schedstat_set(curr->statistics.exec_max, in update_curr()
717 max(delta_exec, curr->statistics.exec_max)); in update_curr()
/linux-4.4.14/include/linux/
Dsched.h1225 u64 exec_max; member