Searched refs:exec_max (Results 1 – 6 of 6) sorted by relevance
75 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()
397 PN_SCHEDSTAT(se->statistics.exec_max); in print_cfs_group_stats()896 PN_SCHEDSTAT(se.statistics.exec_max); in proc_sched_show_task()
1206 schedstat_set(curr->se.statistics.exec_max, in update_curr_dl()1207 max(curr->se.statistics.exec_max, delta_exec)); in update_curr_dl()
970 schedstat_set(curr->se.statistics.exec_max, in update_curr_rt()971 max(curr->se.statistics.exec_max, delta_exec)); in update_curr_rt()
848 schedstat_set(curr->statistics.exec_max, in update_curr()849 max(delta_exec, curr->statistics.exec_max)); in update_curr()
423 u64 exec_max; member