Home
last modified time | relevance | path

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

/kernel/sched/
Dtopology.c98 group->sgc->id, in sched_domain_debug_one()
107 if (group->sgc->capacity != SCHED_CAPACITY_SCALE) in sched_domain_debug_one()
108 printk(KERN_CONT " cap=%lu", group->sgc->capacity); in sched_domain_debug_one()
588 if (free_sgc && atomic_dec_and_test(&sg->sgc->ref)) in free_sched_groups()
589 kfree(sg->sgc); in free_sched_groups()
932 sg->sgc = *per_cpu_ptr(sdd->sgc, cpu); in init_overlap_sched_group()
933 if (atomic_inc_return(&sg->sgc->ref) == 1) in init_overlap_sched_group()
944 sg->sgc->capacity = SCHED_CAPACITY_SCALE * cpumask_weight(sg_span); in init_overlap_sched_group()
945 sg->sgc->min_capacity = SCHED_CAPACITY_SCALE; in init_overlap_sched_group()
946 sg->sgc->max_capacity = SCHED_CAPACITY_SCALE; in init_overlap_sched_group()
[all …]
Dfair.c8742 sdg->sgc->capacity = capacity; in update_cpu_capacity()
8743 sdg->sgc->min_capacity = capacity; in update_cpu_capacity()
8744 sdg->sgc->max_capacity = capacity; in update_cpu_capacity()
8756 sdg->sgc->next_update = jiffies + interval; in update_group_capacity()
8788 struct sched_group_capacity *sgc = group->sgc; in update_group_capacity() local
8790 capacity += sgc->capacity; in update_group_capacity()
8791 min_capacity = min(sgc->min_capacity, min_capacity); in update_group_capacity()
8792 max_capacity = max(sgc->max_capacity, max_capacity); in update_group_capacity()
8797 sdg->sgc->capacity = capacity; in update_group_capacity()
8798 sdg->sgc->min_capacity = min_capacity; in update_group_capacity()
[all …]
Dsched.h1861 struct sched_group_capacity *sgc; member
1884 return to_cpumask(sg->sgc->cpumask); in group_balance_mask()