Searched refs:sched_rt_runtime (Results 1 - 2 of 2) sorted by last modified time

/linux-master/kernel/sched/
H A Drt.c486 static inline u64 sched_rt_runtime(struct rt_rq *rt_rq) function
609 static inline u64 sched_rt_runtime(struct rt_rq *rt_rq) function
955 u64 runtime = sched_rt_runtime(rt_rq);
964 runtime = sched_rt_runtime(rt_rq);
1020 if (sched_rt_runtime(rt_rq) != RUNTIME_INF) {
/linux-master/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

Completed in 134 milliseconds