Searched refs:exec_max (Results 1 – 6 of 6) sorted by relevance
67 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()
88 PN(se->statistics.exec_max); in print_cfs_group_stats()590 PN(se.statistics.exec_max); in proc_sched_show_task()
675 schedstat_set(curr->se.statistics.exec_max, in update_curr_dl()676 max(curr->se.statistics.exec_max, delta_exec)); in update_curr_dl()
949 schedstat_set(curr->se.statistics.exec_max, in update_curr_rt()950 max(curr->se.statistics.exec_max, delta_exec)); in update_curr_rt()
710 schedstat_set(curr->statistics.exec_max, in update_curr()711 max(delta_exec, curr->statistics.exec_max)); in update_curr()
1159 u64 exec_max; member