Home
last modified time | relevance | path

Searched refs:def_rt_bandwidth (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/sched/
H A Drt.c13 struct rt_bandwidth def_rt_bandwidth; variable
259 ktime_to_ns(def_rt_bandwidth.rt_period), 0); in alloc_rt_sched_group()
665 return ktime_to_ns(def_rt_bandwidth.rt_period); in sched_rt_period()
715 return &def_rt_bandwidth; in sched_rt_bandwidth()
1236 start_rt_bandwidth(&def_rt_bandwidth); in inc_rt_group()
2969 raw_spin_lock_irqsave(&def_rt_bandwidth.rt_runtime_lock, flags); in sched_rt_global_constraints()
2977 raw_spin_unlock_irqrestore(&def_rt_bandwidth.rt_runtime_lock, flags); in sched_rt_global_constraints()
3000 raw_spin_lock_irqsave(&def_rt_bandwidth.rt_runtime_lock, flags); in sched_rt_do_global()
3001 def_rt_bandwidth.rt_runtime = global_rt_runtime(); in sched_rt_do_global()
3002 def_rt_bandwidth.rt_period = ns_to_ktime(global_rt_period()); in sched_rt_do_global()
[all …]
H A Dsched.h2449 extern struct rt_bandwidth def_rt_bandwidth;
H A Dcore.c9979 init_rt_bandwidth(&def_rt_bandwidth, global_rt_period(), global_rt_runtime()); in sched_init()
10035 rq->rt.rt_runtime = def_rt_bandwidth.rt_runtime; in sched_init()