Home
last modified time | relevance | path

Searched refs:sched_rt_runtime (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/
H A Dftracetest40 readonly sched_rt_runtime=/proc/sys/kernel/sched_rt_runtime_us
42 sched_rt_runtime_orig=$(cat $sched_rt_runtime)
45 echo -1 > $sched_rt_runtime
49 echo $sched_rt_runtime_orig > $sched_rt_runtime
/kernel/linux/linux-6.6/tools/testing/selftests/ftrace/
H A Dftracetest41 readonly sched_rt_runtime=/proc/sys/kernel/sched_rt_runtime_us
43 sched_rt_runtime_orig=$(cat $sched_rt_runtime)
46 echo -1 > $sched_rt_runtime
50 echo $sched_rt_runtime_orig > $sched_rt_runtime
/kernel/linux/linux-5.10/kernel/sched/
H A Drt.c496 static inline u64 sched_rt_runtime(struct rt_rq *rt_rq) in sched_rt_runtime() function
619 static inline u64 sched_rt_runtime(struct rt_rq *rt_rq) in sched_rt_runtime() function
974 u64 runtime = sched_rt_runtime(rt_rq); in sched_rt_runtime_exceeded()
983 runtime = sched_rt_runtime(rt_rq); in sched_rt_runtime_exceeded()
1050 if (sched_rt_runtime(rt_rq) != RUNTIME_INF) { in update_curr_rt()
/kernel/linux/linux-6.6/kernel/sched/
H A Drt.c546 static inline u64 sched_rt_runtime(struct rt_rq *rt_rq) in sched_rt_runtime() function
669 static inline u64 sched_rt_runtime(struct rt_rq *rt_rq) in sched_rt_runtime() function
1015 u64 runtime = sched_rt_runtime(rt_rq); in sched_rt_runtime_exceeded()
1024 runtime = sched_rt_runtime(rt_rq); in sched_rt_runtime_exceeded()
1089 if (sched_rt_runtime(rt_rq) != RUNTIME_INF) { in update_curr_rt()

Completed in 9 milliseconds