Searched refs:def_rt_bandwidth (Results 1 - 3 of 3) sorted by last modified time

/linux-master/kernel/sched/
H A Dcore.c9964 init_rt_bandwidth(&def_rt_bandwidth, global_rt_period(), global_rt_runtime());
10020 rq->rt.rt_runtime = def_rt_bandwidth.rt_runtime;
H A Drt.c13 struct rt_bandwidth def_rt_bandwidth; variable in typeref:struct:rt_bandwidth
257 ktime_to_ns(def_rt_bandwidth.rt_period), 0);
616 return ktime_to_ns(def_rt_bandwidth.rt_period);
666 return &def_rt_bandwidth;
1187 start_rt_bandwidth(&def_rt_bandwidth);
2918 raw_spin_lock_irqsave(&def_rt_bandwidth.rt_runtime_lock, flags);
2926 raw_spin_unlock_irqrestore(&def_rt_bandwidth.rt_runtime_lock, flags);
2949 raw_spin_lock_irqsave(&def_rt_bandwidth.rt_runtime_lock, flags);
2950 def_rt_bandwidth.rt_runtime = global_rt_runtime();
2951 def_rt_bandwidth
[all...]
H A Dsched.h2471 extern struct rt_bandwidth def_rt_bandwidth;

Completed in 467 milliseconds