Home
last modified time | relevance | path

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

/linux/lib/
H A 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/Documentation/translations/zh_CN/core-api/
H A Dunion_find.rst79 struct uf_node *root2 = uf_find(&node_2);
80 if (root1 == root2)
/linux/Documentation/core-api/
H A Dunion_find.rst92 struct uf_node *root2 = uf_find(&node_2);
93 if (root1 == root2)
/linux/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py249 root2 = space2.create_root_key()
253 log.debug("%08x" % (root2))
/linux/Documentation/crypto/
H A Dasymmetric-keys.rst381 keyctl padd asymmetric "" $root_id < root2.cert