Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dtopology.c96 printk(KERN_CONT " %d:{ span=%*pbl", group->sgc->id, cpumask_pr_args(sched_group_span(group))); in sched_domain_debug_one()
102 if (group->sgc->capacity != SCHED_CAPACITY_SCALE) { in sched_domain_debug_one()
103 printk(KERN_CONT " cap=%lu", group->sgc->capacity); in sched_domain_debug_one()
616 if (free_sgc && atomic_dec_and_test(&sg->sgc->ref)) { in free_sched_groups()
617 kfree(sg->sgc); in free_sched_groups()
966 sg->sgc = *per_cpu_ptr(sdd->sgc, cpu); in init_overlap_sched_group()
967 if (atomic_inc_return(&sg->sgc->ref) == 1) { in init_overlap_sched_group()
974 * Initialize sgc->capacity such that even if we mess up the in init_overlap_sched_group()
979 sg->sgc in init_overlap_sched_group()
1903 struct sched_group_capacity *sgc; __sdt_alloc() local
[all...]
H A Dfair.c8685 sdg->sgc->capacity = capacity; in update_cpu_capacity()
8686 sdg->sgc->min_capacity = capacity; in update_cpu_capacity()
8687 sdg->sgc->max_capacity = capacity; in update_cpu_capacity()
8699 sdg->sgc->next_update = jiffies + interval; in update_group_capacity()
8736 struct sched_group_capacity *sgc = group->sgc; in update_group_capacity() local
8740 capacity += sgc->capacity; in update_group_capacity()
8741 min_capacity = min(sgc->min_capacity, min_capacity); in update_group_capacity()
8742 max_capacity = max(sgc->max_capacity, max_capacity); in update_group_capacity()
8748 sdg->sgc in update_group_capacity()
[all...]
H A Dsched.h1576 struct sched_group_capacity *sgc; member
1599 return to_cpumask(sg->sgc->cpumask); in group_balance_mask()

Completed in 30 milliseconds