/linux-6.6.21/tools/include/linux/ ! |
D | rbtree_augmented.h | 220 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()
|
/linux-6.6.21/drivers/gpu/drm/i915/gvt/ ! |
D | opregion.c | 129 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()
|
/linux-6.6.21/include/linux/ ! |
D | rbtree_augmented.h | 257 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()
|
/linux-6.6.21/tools/testing/selftests/cgroup/ ! |
D | test_cpu.c | 40 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()
|
D | test_memcontrol.c | 33 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()
|
/linux-6.6.21/scripts/kconfig/ ! |
D | gconf.c | 1249 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 …]
|
/linux-6.6.21/drivers/pinctrl/freescale/ ! |
D | pinctrl-mxs.c | 454 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()
|
/linux-6.6.21/scripts/dtc/ ! |
D | checks.c | 278 struct node *child, *child2; in check_duplicate_node_names() local 281 for (child2 = child->next_sibling; in check_duplicate_node_names() 282 child2; in check_duplicate_node_names() 283 child2 = child2->next_sibling) in check_duplicate_node_names() 284 if (streq(child->name, child2->name)) in check_duplicate_node_names() 285 FAIL(c, dti, child2, "Duplicate node name"); in check_duplicate_node_names()
|
/linux-6.6.21/Documentation/devicetree/bindings/power/ ! |
D | power-domain.yaml | 93 child2: power-controller@12341000 {
|