Home
last modified time | relevance | path

Searched refs:sched_rt_runtime (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/testing/selftests/ftrace/
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
/Linux-v6.6/kernel/sched/
Drt.c531 static inline u64 sched_rt_runtime(struct rt_rq *rt_rq) in sched_rt_runtime() function
654 static inline u64 sched_rt_runtime(struct rt_rq *rt_rq) in sched_rt_runtime() function
1000 u64 runtime = sched_rt_runtime(rt_rq); in sched_rt_runtime_exceeded()
1009 runtime = sched_rt_runtime(rt_rq); in sched_rt_runtime_exceeded()
1074 if (sched_rt_runtime(rt_rq) != RUNTIME_INF) { in update_curr_rt()