Home
last modified time | relevance | path

Searched refs:cfs_bandwidth (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dsched.h425 struct cfs_bandwidth { struct
486 struct cfs_bandwidth cfs_bandwidth; member
547 extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b);
549 extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b);
550 extern void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b);
584 struct cfs_bandwidth { struct
H A Dfair.c4841 void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b) in __refill_cfs_bandwidth_runtime()
4848 static inline struct cfs_bandwidth *tg_cfs_bandwidth(struct task_group *tg) in tg_cfs_bandwidth()
4850 return &tg->cfs_bandwidth; in tg_cfs_bandwidth()
4854 static int fair_assign_cfs_rq_runtime(struct cfs_bandwidth *cfs_b, struct cfs_rq *cfs_rq, u64 target_runtime) in fair_assign_cfs_rq_runtime()
4883 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in assign_cfs_rq_runtime()
4985 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in throttle_cfs_rq()
5059 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg); in unthrottle_cfs_rq()
5150 static void distribute_cfs_runtime(struct cfs_bandwidth *cfs_b) in distribute_cfs_runtime()
5201 static int do_sched_cfs_period_timer(struct cfs_bandwidth *cfs_b, int overrun, unsigned long flags) in do_sched_cfs_period_timer()
5272 static int runtime_refresh_within(struct cfs_bandwidth *cfs_
[all...]
H A Dcore.c8078 init_cfs_bandwidth(&root_task_group.cfs_bandwidth); in sched_init()
8968 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth()
9061 period = ktime_to_ns(tg->cfs_bandwidth.period); in tg_set_cfs_quota()
9077 if (tg->cfs_bandwidth.quota == RUNTIME_INF) { in tg_get_cfs_quota()
9081 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota()
9096 quota = tg->cfs_bandwidth.quota; in tg_set_cfs_period()
9105 cfs_period_us = ktime_to_ns(tg->cfs_bandwidth.period); in tg_get_cfs_period()
9168 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down()
[all...]

Completed in 24 milliseconds