Searched refs:child2 (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/include/linux/
H A Drbtree_augmented.h220 struct rb_node *successor = child, *child2; local
234 child2 = successor->rb_right;
257 child2 = successor->rb_right;
258 WRITE_ONCE(parent->rb_left, child2);
274 if (child2) {
276 rb_set_parent_color(child2, parent, RB_BLACK);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dopregion.c129 struct efp_child_device_config child2; member in struct:vbt
192 v->child2.handle = DEVICE_TYPE_EFP3;
193 v->child2.device_type = DEVICE_TYPE_DP;
194 v->child2.dvo_port = DVO_PORT_DPC;
195 v->child2.aux_channel = DP_AUX_C;
196 v->child2.dp_compat = true;
197 v->child2.integrated_encoder = true;
/linux-master/include/linux/
H A Drbtree_augmented.h257 struct rb_node *successor = child, *child2; local
271 child2 = successor->rb_right;
294 child2 = successor->rb_right;
295 WRITE_ONCE(parent->rb_left, child2);
311 if (child2) {
312 rb_set_parent_color(child2, parent, RB_BLACK);
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpu.c40 char *parent = NULL, *child = NULL, *parent2 = NULL, *child2 = NULL; local
72 child2 = cg_name(parent2, "cpucg_test_child");
73 if (!child2)
76 if (cg_create(child2))
79 if (!cg_read_strstr(child2, "cgroup.controllers", "cpu"))
87 cg_destroy(child2);
88 free(child2);
H A Dtest_memcontrol.c33 char *parent, *child, *parent2 = NULL, *child2 = NULL; local
57 child2 = cg_name(root, "memcg_test_1/memcg_test_1");
58 if (!parent2 || !child2)
64 if (cg_create(child2))
67 if (cg_read(child2, "cgroup.controllers", buf, sizeof(buf)))
70 if (!cg_read_strstr(child2, "cgroup.controllers", "memory"))
76 cg_destroy(child2);
81 free(child2);
/linux-master/scripts/kconfig/
H A Dgconf.c1249 GtkTreeIter *child2 = &iter; local
1258 valid = gtk_tree_model_iter_children(model2, child2, dst);
1266 gtk_tree_model_get(model2, child2, COL_MENU,
1283 memcpy(&tmp, child2, sizeof(GtkTreeIter));
1285 child2);
1300 sibling = child2;
1302 child2,
1304 set_node(child2, menu1, fill_row(menu1));
1308 memcpy(&tmp, child2, sizeof(GtkTreeIter));
1310 child2);
[all...]
/linux-master/drivers/pinctrl/freescale/
H A Dpinctrl-mxs.c459 struct device_node *child2; local
475 for (child2 = of_get_next_child(np, child);
476 child2 != NULL;
477 child2 = of_get_next_child(np, child2)) {
478 if (!strcmp(child2->name, fn))
/linux-master/scripts/dtc/
H A Dchecks.c278 struct node *child, *child2; local
281 for (child2 = child->next_sibling;
282 child2;
283 child2 = child2->next_sibling)
284 if (streq(child->name, child2->name))
285 FAIL(c, dti, child2, "Duplicate node name");

Completed in 129 milliseconds