Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dstop_task.c75 schedstat_set(curr->se.statistics.exec_max, in put_prev_task_stop()
76 max(curr->se.statistics.exec_max, delta_exec)); in put_prev_task_stop()
Ddebug.c449 PN_SCHEDSTAT(se->statistics.exec_max); in print_cfs_group_stats()
971 PN_SCHEDSTAT(se.statistics.exec_max); in proc_sched_show_task()
Ddeadline.c1267 schedstat_set(curr->se.statistics.exec_max, in update_curr_dl()
1268 max(curr->se.statistics.exec_max, delta_exec)); in update_curr_dl()
Drt.c1034 schedstat_set(curr->se.statistics.exec_max, in update_curr_rt()
1035 max(curr->se.statistics.exec_max, delta_exec)); in update_curr_rt()
Dfair.c895 schedstat_set(curr->statistics.exec_max, in update_curr()
896 max(delta_exec, curr->statistics.exec_max)); in update_curr()
/kernel/linux/linux-5.10/include/linux/
Dsched.h493 u64 exec_max; member