Home
last modified time | relevance | path

Searched refs:sibling (Results 1 - 9 of 9) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dtopology.c901 struct sched_domain *sibling; in build_balance_mask() local
908 sibling = *per_cpu_ptr(sdd->sd, i); in build_balance_mask()
914 if (!sibling->child) { in build_balance_mask()
919 if (!cpumask_equal(sg_span, sched_domain_span(sibling->child))) { in build_balance_mask()
984 static struct sched_domain *find_descended_sibling(struct sched_domain *sd, struct sched_domain *sibling) in find_descended_sibling() argument
990 while (sibling->child && !cpumask_subset(sched_domain_span(sibling->child), sched_domain_span(sd))) { in find_descended_sibling()
991 sibling = sibling->child; in find_descended_sibling()
999 while (sibling in find_descended_sibling()
1012 struct sched_domain *sibling; build_overlap_sched_groups() local
[all...]
H A Dfair.c457 * preemption test can be made between sibling entities who are in the in find_matching_se()
1582 int sibling; in is_core_idle() local
1584 for_each_cpu(sibling, cpu_smt_mask(cpu)) in is_core_idle()
1586 if (cpu == sibling) { in is_core_idle()
1590 if (!idle_cpu(sibling)) { in is_core_idle()
7110 * certain conditions an idle sibling CPU if the domain has SD_WAKE_AFFINE set.
8613 unsigned int prefer_sibling; /* tasks should go to sibling first */
9682 * When prefer sibling, evenly spread running tasks on in calculate_imbalance()
9799 /* There is no busy sibling group to pull tasks from */ in find_busiest_group()
9864 /* Try to move all excess tasks to child's sibling domai in find_busiest_group()
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/
H A Dplatform_device.h45 struct resource *parent, *sibling, *child; member
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcpuset.c623 * If either I or some sibling (!= me) is exclusive, we can't in validate_change()
1509 struct cpuset *sibling; in update_sibling_cpumasks() local
1519 cpuset_for_each_child(sibling, pos_css, parent) { in update_sibling_cpumasks()
1520 if (sibling == cs) { in update_sibling_cpumasks()
1523 if (!sibling->use_parent_ecpus) { in update_sibling_cpumasks()
1526 if (!css_tryget_online(&sibling->css)) { in update_sibling_cpumasks()
1530 update_cpumasks_hier(sibling, tmp); in update_sibling_cpumasks()
1532 css_put(&sibling->css); in update_sibling_cpumasks()
1623 * For partition root, update the cpumasks of sibling in update_cpumask()
2859 * Currently, if any sibling cpuset in cpuset_css_online()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dcore.c975 struct regulator *sibling; in drms_uA_update() local
997 list_for_each_entry(sibling, &rdev->consumer_list, list) in drms_uA_update()
999 if (sibling->enable_count) { in drms_uA_update()
1000 current_uA += sibling->uA_load; in drms_uA_update()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h971 * Pointers to the (original) parent process, youngest child, younger sibling,
972 * older sibling, respectively. (p->father can be replaced with
983 * Children/sibling form the list of natural children:
986 struct list_head sibling; member
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H A Dirq-gic-v3-its.c2611 struct its_node *sibling; in its_alloc_tables() local
2614 if ((sibling = find_sibling_its(its))) { in its_alloc_tables()
2615 *baser = sibling->tables[0x2]; in its_alloc_tables()
/device/soc/rockchip/common/sdk_linux/
H A DMakefile802 KBUILD_CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm5931 4.[3-9].*) check_cflags -fno-optimize-sibling-calls ;;

Completed in 45 milliseconds