Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dfair.c4257 void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b) in __refill_cfs_bandwidth_runtime() argument
4261 if (cfs_b->quota == RUNTIME_INF) in __refill_cfs_bandwidth_runtime()
4265 cfs_b->runtime = cfs_b->quota; in __refill_cfs_bandwidth_runtime()
4266 cfs_b->runtime_expires = now + ktime_to_ns(cfs_b->period); in __refill_cfs_bandwidth_runtime()
4267 cfs_b->expires_seq++; in __refill_cfs_bandwidth_runtime()
4288 struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(tg); in assign_cfs_rq_runtime() local
4295 raw_spin_lock(&cfs_b->lock); in assign_cfs_rq_runtime()
4296 if (cfs_b->quota == RUNTIME_INF) in assign_cfs_rq_runtime()
4299 start_cfs_bandwidth(cfs_b); in assign_cfs_rq_runtime()
4301 if (cfs_b->runtime > 0) { in assign_cfs_rq_runtime()
[all …]
Dcore.c6509 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_set_cfs_bandwidth() local
6541 runtime_was_enabled = cfs_b->quota != RUNTIME_INF; in tg_set_cfs_bandwidth()
6548 raw_spin_lock_irq(&cfs_b->lock); in tg_set_cfs_bandwidth()
6549 cfs_b->period = ns_to_ktime(period); in tg_set_cfs_bandwidth()
6550 cfs_b->quota = quota; in tg_set_cfs_bandwidth()
6552 __refill_cfs_bandwidth_runtime(cfs_b); in tg_set_cfs_bandwidth()
6556 start_cfs_bandwidth(cfs_b); in tg_set_cfs_bandwidth()
6558 raw_spin_unlock_irq(&cfs_b->lock); in tg_set_cfs_bandwidth()
6684 struct cfs_bandwidth *cfs_b = &tg->cfs_bandwidth; in tg_cfs_schedulable_down() local
6709 cfs_b->hierarchical_quota = quota; in tg_cfs_schedulable_down()
[all …]
Dsched.h436 extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b);
438 extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b);
439 extern void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b);