Home
last modified time | relevance | path

Searched refs:sdg (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/system/
H A Ddevice_table_dev.txt100 #/dev/sdg b 640 0 0 8 96 0 0 -
101 #/dev/sdg b 640 0 0 8 97 1 1 15
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c8385 struct sched_group *sdg = sd->groups; in update_cpu_capacity() local
8396 sdg->sgc->capacity = capacity; in update_cpu_capacity()
8397 sdg->sgc->min_capacity = capacity; in update_cpu_capacity()
8398 sdg->sgc->max_capacity = capacity; in update_cpu_capacity()
8404 struct sched_group *group, *sdg = sd->groups; in update_group_capacity() local
8410 sdg->sgc->next_update = jiffies + interval; in update_group_capacity()
8427 for_each_cpu(cpu, sched_group_span(sdg)) { in update_group_capacity()
8451 sdg->sgc->capacity = capacity; in update_group_capacity()
8452 sdg->sgc->min_capacity = min_capacity; in update_group_capacity()
8453 sdg->sgc->max_capacity = max_capacity; in update_group_capacity()