Lines Matching refs:def_rt_bandwidth
15 struct rt_bandwidth def_rt_bandwidth; variable
261 ktime_to_ns(def_rt_bandwidth.rt_period), 0); in alloc_rt_sched_group()
667 return ktime_to_ns(def_rt_bandwidth.rt_period); in sched_rt_period()
717 return &def_rt_bandwidth; in sched_rt_bandwidth()
1256 start_rt_bandwidth(&def_rt_bandwidth); in inc_rt_group()
3062 raw_spin_lock_irqsave(&def_rt_bandwidth.rt_runtime_lock, flags); in sched_rt_global_constraints()
3070 raw_spin_unlock_irqrestore(&def_rt_bandwidth.rt_runtime_lock, flags); in sched_rt_global_constraints()
3093 raw_spin_lock_irqsave(&def_rt_bandwidth.rt_runtime_lock, flags); in sched_rt_do_global()
3094 def_rt_bandwidth.rt_runtime = global_rt_runtime(); in sched_rt_do_global()
3095 def_rt_bandwidth.rt_period = ns_to_ktime(global_rt_period()); in sched_rt_do_global()
3096 raw_spin_unlock_irqrestore(&def_rt_bandwidth.rt_runtime_lock, flags); in sched_rt_do_global()