Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/sched/
Dstop_task.c81 schedstat_set(curr->stats.exec_max, in put_prev_task_stop()
82 max(curr->stats.exec_max, delta_exec)); in put_prev_task_stop()
Ddebug.c518 PN_SCHEDSTAT(exec_max); in print_cfs_group_stats()
1021 PN_SCHEDSTAT(exec_max); in proc_sched_show_task()
Drt.c1060 schedstat_set(curr->stats.exec_max, in update_curr_rt()
1061 max(curr->stats.exec_max, delta_exec)); in update_curr_rt()
Ddeadline.c1325 schedstat_set(curr->stats.exec_max, in update_curr_dl()
1326 max(curr->stats.exec_max, delta_exec)); in update_curr_dl()
Dfair.c1169 __schedstat_set(stats->exec_max, in update_curr()
1170 max(delta_exec, stats->exec_max)); in update_curr()
/Linux-v6.6/include/linux/
Dsched.h523 u64 exec_max; member