Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dstop_task.c72 schedstat_set(curr->se.statistics.exec_max, in put_prev_task_stop()
73 max(curr->se.statistics.exec_max, delta_exec)); in put_prev_task_stop()
H A Ddebug.c451 PN_SCHEDSTAT(se->statistics.exec_max); in print_cfs_group_stats()
956 PN_SCHEDSTAT(se.statistics.exec_max); in proc_sched_show_task()
H A Drt.c1025 schedstat_set(curr->se.statistics.exec_max, in update_curr_rt()
1026 max(curr->se.statistics.exec_max, delta_exec)); in update_curr_rt()
H A Ddeadline.c1266 schedstat_set(curr->se.statistics.exec_max, in update_curr_dl()
1267 max(curr->se.statistics.exec_max, delta_exec)); in update_curr_dl()
H A Dfair.c877 schedstat_set(curr->statistics.exec_max, in update_curr()
878 max(delta_exec, curr->statistics.exec_max)); in update_curr()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h440 u64 exec_max; member