Home
last modified time | relevance | path

Searched full:child2 (Results 1 – 25 of 31) sorted by relevance

12

/kernel/linux/linux-6.6/tools/include/linux/
Drbtree_augmented.h220 struct rb_node *successor = child, *child2; in __rb_erase_augmented() local
234 child2 = successor->rb_right; in __rb_erase_augmented()
257 child2 = successor->rb_right; in __rb_erase_augmented()
258 WRITE_ONCE(parent->rb_left, child2); in __rb_erase_augmented()
274 if (child2) { in __rb_erase_augmented()
276 rb_set_parent_color(child2, parent, RB_BLACK); in __rb_erase_augmented()
/kernel/linux/linux-5.10/tools/include/linux/
Drbtree_augmented.h220 struct rb_node *successor = child, *child2; in __rb_erase_augmented() local
234 child2 = successor->rb_right; in __rb_erase_augmented()
257 child2 = successor->rb_right; in __rb_erase_augmented()
258 WRITE_ONCE(parent->rb_left, child2); in __rb_erase_augmented()
274 if (child2) { in __rb_erase_augmented()
276 rb_set_parent_color(child2, parent, RB_BLACK); in __rb_erase_augmented()
/kernel/linux/linux-5.10/include/linux/
Drbtree_augmented.h231 struct rb_node *successor = child, *child2; in __rb_erase_augmented() local
245 child2 = successor->rb_right; in __rb_erase_augmented()
268 child2 = successor->rb_right; in __rb_erase_augmented()
269 WRITE_ONCE(parent->rb_left, child2); in __rb_erase_augmented()
285 if (child2) { in __rb_erase_augmented()
286 rb_set_parent_color(child2, parent, RB_BLACK); in __rb_erase_augmented()
/kernel/linux/linux-6.6/include/linux/
Drbtree_augmented.h257 struct rb_node *successor = child, *child2; in __rb_erase_augmented() local
271 child2 = successor->rb_right; in __rb_erase_augmented()
294 child2 = successor->rb_right; in __rb_erase_augmented()
295 WRITE_ONCE(parent->rb_left, child2); in __rb_erase_augmented()
311 if (child2) { in __rb_erase_augmented()
312 rb_set_parent_color(child2, parent, RB_BLACK); in __rb_erase_augmented()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
Dopregion.c129 struct efp_child_device_config child2; member
192 v->child2.handle = DEVICE_TYPE_EFP3; in virt_vbt_generation()
193 v->child2.device_type = DEVICE_TYPE_DP; in virt_vbt_generation()
194 v->child2.dvo_port = DVO_PORT_DPC; in virt_vbt_generation()
195 v->child2.aux_channel = DP_AUX_C; in virt_vbt_generation()
196 v->child2.dp_compat = true; in virt_vbt_generation()
197 v->child2.integrated_encoder = true; in virt_vbt_generation()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
Dopregion.c129 struct efp_child_device_config child2; member
192 v->child2.handle = DEVICE_TYPE_EFP3; in virt_vbt_generation()
193 v->child2.device_type = DEVICE_TYPE_DP; in virt_vbt_generation()
194 v->child2.dvo_port = DVO_PORT_DPC; in virt_vbt_generation()
195 v->child2.aux_channel = DP_AUX_C; in virt_vbt_generation()
196 v->child2.dp_compat = true; in virt_vbt_generation()
197 v->child2.integrated_encoder = true; in virt_vbt_generation()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dcgroup_hierarchical_stats.c57 CGROUP_PATH("/test", "child2"),
60 CGROUP_PATH("/test/child2", "child2_1"),
61 CGROUP_PATH("/test/child2", "child2_2"),
234 /* Check that child2 == child2_1 + child2_2 */ in check_attach_counters()
237 /* Check that test == child1 + child2 */ in check_attach_counters()
Dcgroup_iter.c13 #define CHILD2 3 macro
20 "/", "/parent", "/parent/child1", "/parent/child2"
134 cg_id[PARENT], cg_id[CHILD1], cg_id[CHILD2]); in test_walk_preorder()
145 cg_id[CHILD1], cg_id[CHILD2], cg_id[PARENT]); in test_walk_postorder()
/kernel/linux/linux-6.6/scripts/kconfig/
Dgconf.c1249 GtkTreeIter *child2 = &iter; in update_tree() local
1258 valid = gtk_tree_model_iter_children(model2, child2, dst); in update_tree()
1266 gtk_tree_model_get(model2, child2, COL_MENU, in update_tree()
1283 memcpy(&tmp, child2, sizeof(GtkTreeIter)); in update_tree()
1285 child2); in update_tree()
1300 sibling = child2; in update_tree()
1302 child2, in update_tree()
1304 set_node(child2, menu1, fill_row(menu1)); in update_tree()
1308 memcpy(&tmp, child2, sizeof(GtkTreeIter)); in update_tree()
1310 child2); in update_tree()
[all …]
/kernel/linux/linux-5.10/scripts/kconfig/
Dgconf.c1252 GtkTreeIter *child2 = &iter; in update_tree() local
1261 valid = gtk_tree_model_iter_children(model2, child2, dst); in update_tree()
1269 gtk_tree_model_get(model2, child2, COL_MENU, in update_tree()
1286 memcpy(&tmp, child2, sizeof(GtkTreeIter)); in update_tree()
1288 child2); in update_tree()
1303 sibling = child2; in update_tree()
1305 child2, in update_tree()
1307 set_node(child2, menu1, fill_row(menu1)); in update_tree()
1311 memcpy(&tmp, child2, sizeof(GtkTreeIter)); in update_tree()
1313 child2); in update_tree()
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
Dtest_cpu.c40 char *parent = NULL, *child = NULL, *parent2 = NULL, *child2 = NULL; in test_cpucg_subtree_control() local
72 child2 = cg_name(parent2, "cpucg_test_child"); in test_cpucg_subtree_control()
73 if (!child2) in test_cpucg_subtree_control()
76 if (cg_create(child2)) in test_cpucg_subtree_control()
79 if (!cg_read_strstr(child2, "cgroup.controllers", "cpu")) in test_cpucg_subtree_control()
87 cg_destroy(child2); in test_cpucg_subtree_control()
88 free(child2); in test_cpucg_subtree_control()
Dtest_memcontrol.c33 char *parent, *child, *parent2 = NULL, *child2 = NULL; in test_memcg_subtree_control() local
57 child2 = cg_name(root, "memcg_test_1/memcg_test_1"); in test_memcg_subtree_control()
58 if (!parent2 || !child2) in test_memcg_subtree_control()
64 if (cg_create(child2)) in test_memcg_subtree_control()
67 if (cg_read(child2, "cgroup.controllers", buf, sizeof(buf))) in test_memcg_subtree_control()
70 if (!cg_read_strstr(child2, "cgroup.controllers", "memory")) in test_memcg_subtree_control()
76 cg_destroy(child2); in test_memcg_subtree_control()
81 free(child2); in test_memcg_subtree_control()
/kernel/linux/linux-5.10/drivers/pinctrl/freescale/
Dpinctrl-mxs.c451 struct device_node *child2; in mxs_pinctrl_probe_dt() local
467 for (child2 = of_get_next_child(np, child); in mxs_pinctrl_probe_dt()
468 child2 != NULL; in mxs_pinctrl_probe_dt()
469 child2 = of_get_next_child(np, child2)) { in mxs_pinctrl_probe_dt()
470 if (!strcmp(child2->name, fn)) in mxs_pinctrl_probe_dt()
/kernel/linux/linux-6.6/drivers/pinctrl/freescale/
Dpinctrl-mxs.c454 struct device_node *child2; in mxs_pinctrl_probe_dt() local
470 for (child2 = of_get_next_child(np, child); in mxs_pinctrl_probe_dt()
471 child2 != NULL; in mxs_pinctrl_probe_dt()
472 child2 = of_get_next_child(np, child2)) { in mxs_pinctrl_probe_dt()
473 if (!strcmp(child2->name, fn)) in mxs_pinctrl_probe_dt()
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
Dprocess_test_034.cpp44 static int Child2(int currGid, int gid) in Child2() function
73 Child2(currGid, pid); in TestCase()
Dprocess_test_035.cpp42 static int Child2(int currGid, int gid) in Child2() function
75 Child2(currGid, pid); in TestCase()
Dprocess_test_032.cpp44 static int Child2(int currGid, int gid) in Child2() function
80 Child2(currGid, pid); in TestCase()
Dprocess_test_031.cpp44 static int Child2(int currGid, int gid) in Child2() function
77 Child2(currGid, pid); in TestCase()
Dprocess_test_033.cpp44 static int Child2(int currGid, int gid) in Child2() function
81 Child2(currGid, pid); in TestCase()
Dprocess_test_037.cpp48 static int Child2(int currGid, int gid) in Child2() function
91 Child2(currGid, pid); in ProcessGroup()
Dprocess_test_036.cpp53 static int Child2(int currGid, int gid) in Child2() function
98 Child2(currGid, pid); in ProcessGroup()
Dprocess_test_042.cpp37 static void Child2(int shmid) in Child2() function
110 Child2(shmid); in GroupProcess()
/kernel/liteos_a/testsuites/unittest/container/full/
DIt_pid_container_018.cpp52 static int Child2(void *p) in Child2() function
91 (void)Child2(NULL); in ChildFun()
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/
Dprocess_test_038.cpp40 static int Child2(int currGid, int gid) in Child2() function
73 Child2(currGid, pid); in ProcessGroup()
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
Dtest_memcontrol.c29 char *parent, *child, *parent2 = NULL, *child2 = NULL; in test_memcg_subtree_control() local
53 child2 = cg_name(root, "memcg_test_1/memcg_test_1"); in test_memcg_subtree_control()
54 if (!parent2 || !child2) in test_memcg_subtree_control()
60 if (cg_create(child2)) in test_memcg_subtree_control()
63 if (cg_read(child2, "cgroup.controllers", buf, sizeof(buf))) in test_memcg_subtree_control()
66 if (!cg_read_strstr(child2, "cgroup.controllers", "memory")) in test_memcg_subtree_control()
72 cg_destroy(child2); in test_memcg_subtree_control()
77 free(child2); in test_memcg_subtree_control()

12