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

/linux-4.1.27/kernel/sched/
H A Dstop_task.c67 schedstat_set(curr->se.statistics.exec_max, put_prev_task_stop()
68 max(curr->se.statistics.exec_max, delta_exec)); put_prev_task_stop()
H A Ddebug.c88 PN(se->statistics.exec_max); print_cfs_group_stats()
590 PN(se.statistics.exec_max); proc_sched_show_task()
H A Ddeadline.c675 schedstat_set(curr->se.statistics.exec_max, update_curr_dl()
676 max(curr->se.statistics.exec_max, delta_exec)); update_curr_dl()
H A Drt.c949 schedstat_set(curr->se.statistics.exec_max, update_curr_rt()
950 max(curr->se.statistics.exec_max, delta_exec)); update_curr_rt()
H A Dfair.c710 schedstat_set(curr->statistics.exec_max, update_curr()
711 max(delta_exec, curr->statistics.exec_max)); update_curr()
/linux-4.1.27/include/linux/
H A Dsched.h1159 u64 exec_max; member in struct:sched_statistics

Completed in 337 milliseconds