Lines Matching refs:rt_bandwidth
3926 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler()
7412 init_rt_bandwidth(&root_task_group.rt_bandwidth, in sched_init()
7856 period = ktime_to_ns(tg->rt_bandwidth.rt_period); in tg_rt_schedulable()
7857 runtime = tg->rt_bandwidth.rt_runtime; in tg_rt_schedulable()
7888 period = ktime_to_ns(child->rt_bandwidth.rt_period); in tg_rt_schedulable()
7889 runtime = child->rt_bandwidth.rt_runtime; in tg_rt_schedulable()
7944 raw_spin_lock_irq(&tg->rt_bandwidth.rt_runtime_lock); in tg_set_rt_bandwidth()
7945 tg->rt_bandwidth.rt_period = ns_to_ktime(rt_period); in tg_set_rt_bandwidth()
7946 tg->rt_bandwidth.rt_runtime = rt_runtime; in tg_set_rt_bandwidth()
7955 raw_spin_unlock_irq(&tg->rt_bandwidth.rt_runtime_lock); in tg_set_rt_bandwidth()
7967 rt_period = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_set_rt_runtime()
7979 if (tg->rt_bandwidth.rt_runtime == RUNTIME_INF) in sched_group_rt_runtime()
7982 rt_runtime_us = tg->rt_bandwidth.rt_runtime; in sched_group_rt_runtime()
7992 rt_runtime = tg->rt_bandwidth.rt_runtime; in sched_group_set_rt_period()
8001 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_rt_period()
8024 if (rt_task(tsk) && tg->rt_bandwidth.rt_runtime == 0) in sched_rt_can_attach()