Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
Drt.c1076 schedstat_set(curr->se.statistics.exec_max, max(curr->se.statistics.exec_max, delta_exec)); in update_curr_rt()
Dfair.c911 schedstat_set(curr->statistics.exec_max, max(delta_exec, curr->statistics.exec_max)); in update_curr()
/device/soc/rockchip/common/sdk_linux/include/linux/
Dsched.h485 u64 exec_max; member