Home
last modified time | relevance | path

Searched refs:root2 (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/lib/
Dunion_find.c36 struct uf_node *root2 = uf_find(node2); in uf_union() local
38 if (root1 == root2) in uf_union()
41 if (root1->rank < root2->rank) { in uf_union()
42 root1->parent = root2; in uf_union()
43 } else if (root1->rank > root2->rank) { in uf_union()
44 root2->parent = root1; in uf_union()
46 root2->parent = root1; in uf_union()
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dunion_find.rst79 struct uf_node *root2 = uf_find(&node_2);
80 if (root1 == root2)
/linux-6.12.1/Documentation/core-api/
Dunion_find.rst92 struct uf_node *root2 = uf_find(&node_2);
93 if (root1 == root2)
/linux-6.12.1/tools/testing/selftests/tpm2/
Dtpm2_tests.py249 root2 = space2.create_root_key()
253 log.debug("%08x" % (root2))
/linux-6.12.1/Documentation/crypto/
Dasymmetric-keys.rst381 keyctl padd asymmetric "" $root_id < root2.cert