Lines Matching refs:rt_bandwidth
3558 task_group(p)->rt_bandwidth.rt_runtime == 0 && in __sched_setscheduler()
7154 init_rt_bandwidth(&root_task_group.rt_bandwidth, in sched_init()
7621 period = ktime_to_ns(tg->rt_bandwidth.rt_period); in tg_rt_schedulable()
7622 runtime = tg->rt_bandwidth.rt_runtime; in tg_rt_schedulable()
7653 period = ktime_to_ns(child->rt_bandwidth.rt_period); in tg_rt_schedulable()
7654 runtime = child->rt_bandwidth.rt_runtime; in tg_rt_schedulable()
7709 raw_spin_lock_irq(&tg->rt_bandwidth.rt_runtime_lock); in tg_set_rt_bandwidth()
7710 tg->rt_bandwidth.rt_period = ns_to_ktime(rt_period); in tg_set_rt_bandwidth()
7711 tg->rt_bandwidth.rt_runtime = rt_runtime; in tg_set_rt_bandwidth()
7720 raw_spin_unlock_irq(&tg->rt_bandwidth.rt_runtime_lock); in tg_set_rt_bandwidth()
7732 rt_period = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_set_rt_runtime()
7744 if (tg->rt_bandwidth.rt_runtime == RUNTIME_INF) in sched_group_rt_runtime()
7747 rt_runtime_us = tg->rt_bandwidth.rt_runtime; in sched_group_rt_runtime()
7757 rt_runtime = tg->rt_bandwidth.rt_runtime; in sched_group_set_rt_period()
7766 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_rt_period()
7789 if (rt_task(tsk) && tg->rt_bandwidth.rt_runtime == 0) in sched_rt_can_attach()