Home
last modified time | relevance | path

Searched refs:siblings (Results 1 – 15 of 15) sorted by relevance

/freebsd/tools/regression/geom/ConfCmp/
H A DConfCmp.c53 LIST_ENTRY(node) siblings;
123 LIST_INSERT_HEAD(&mt->cur->children, np, siblings); in StartElement()
139 LIST_FOREACH(np, &mt->cur->children, siblings) { in EndElement()
224 LIST_FOREACH(np1, &np->children, siblings) in print_tree()
234 LIST_FOREACH(np1, &np->children, siblings) in sort_node()
242 np2 = LIST_NEXT(np1, siblings); in sort_node()
246 LIST_REMOVE(np2, siblings); in sort_node()
247 LIST_INSERT_BEFORE(np1, np2, siblings); in sort_node()
327 n1a = LIST_NEXT(n1a, siblings); in compare_node()
328 n2a = LIST_NEXT(n2a, siblings); in compare_node()
/freebsd/sys/dev/irdma/
H A Dirdma_ws.c168 list_for_each_entry(node, &parent->child_list_head, siblings) { in ws_find_node()
174 list_for_each_entry(node, &parent->child_list_head, siblings) { in ws_find_node()
252 list_del(&tc_node->siblings); in irdma_remove_leaf()
257 list_del(&vsi_node->siblings); in irdma_remove_leaf()
333 list_add(&vsi_node->siblings, &ws_tree_root->child_list_head); in irdma_ws_add()
360 list_add(&tc_node->siblings, &vsi_node->child_list_head); in irdma_ws_add()
392 list_del(&tc_node->siblings); in irdma_ws_add()
398 list_del(&vsi_node->siblings); in irdma_ws_add()
H A Dirdma_ws.h51 struct list_head siblings; member
/freebsd/sys/kern/
H A Dsubr_smp.c1126 topo_children, siblings) { in topo_add_node_by_hwid()
1139 TAILQ_INSERT_TAIL(&parent->children, node, siblings); in topo_add_node_by_hwid()
1155 TAILQ_FOREACH(node, &parent->children, siblings) { in topo_find_node_by_hwid()
1179 next = TAILQ_NEXT(child, siblings); in topo_promote_child()
1180 TAILQ_REMOVE(&parent->children, child, siblings); in topo_promote_child()
1181 TAILQ_INSERT_HEAD(&parent->children, child, siblings); in topo_promote_child()
1185 next = TAILQ_NEXT(node, siblings); in topo_promote_child()
1186 TAILQ_REMOVE(&parent->children, node, siblings); in topo_promote_child()
1187 TAILQ_INSERT_AFTER(&parent->children, child, node, siblings); in topo_promote_child()
1204 if ((next = TAILQ_NEXT(node, siblings)) != NULL) in topo_next_node()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp177 SmallVector<TrieNode<StackIdData> *, 4> siblings; member
194 // Only look for siblings in other threads. in findSiblings()
204 for (auto *ParentSibling : parent->ExtraData.siblings) in findSiblings()
229 SmallVector<StackTrieNode *, 4> siblings = in findOrCreateStackNode() local
231 if (siblings.empty()) { in findOrCreateStackNode()
238 unsigned stack_id = siblings[0]->ExtraData.id; in findOrCreateStackNode()
239 NodeStore.push_front({FuncId, Parent, {}, {stack_id, std::move(siblings)}}); in findOrCreateStackNode()
241 for (auto *sibling : CurrentStack->ExtraData.siblings) in findOrCreateStackNode()
242 sibling->ExtraData.siblings.push_back(CurrentStack); in findOrCreateStackNode()
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd_event.cc456 std::list<Vdev> siblings; in TryDetach() local
461 siblings = parent.Children(); in TryDetach()
464 for (siblings_it = siblings.begin(); in TryDetach()
465 siblings_it != siblings.end(); in TryDetach()
/freebsd/sys/contrib/zstd/programs/
H A Dutil.c1260 int siblings = 0; in UTIL_countCores() local
1280 siblings = atoi(sep + 1); in UTIL_countCores()
1295 if (siblings && cpu_cores && siblings > cpu_cores) { in UTIL_countCores()
1296 ratio = siblings / cpu_cores; in UTIL_countCores()
/freebsd/bin/ps/
H A Dps.c1040 int dst, lvl, maxlvl, n, ndst, nsrc, siblings, src; in descendant_sort() local
1125 for (siblings = 0, dst = src + 1; dst < items; dst++) { in descendant_sort()
1129 siblings = 1; in descendant_sort()
1132 if (siblings) in descendant_sort()
1136 ki[src].ki_d.prefix[n * 2] = siblings ? '|' : '`'; in descendant_sort()
/freebsd/sys/netgraph/
H A Dng_ksocket.c86 LIST_ENTRY(ng_ksocket_private) siblings;
556 LIST_REMOVE(priv, siblings); in ng_ksocket_newhook()
962 LIST_REMOVE(priv, siblings); in ng_ksocket_shutdown()
1232 LIST_INSERT_HEAD(&priv->embryos, priv2, siblings); in ng_ksocket_accept()
/freebsd/sys/sys/
H A Dsmp.h54 TAILQ_ENTRY(topo_node) siblings;
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dqe.txt8 as a complete entity (UCC, USB etc ). All of them should be siblings on
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,disp.txt10 All DISP device tree nodes must be siblings to the central MMSYS_CONFIG node.
/freebsd/sys/contrib/device-tree/Bindings/cpu/
H A Dcpu-topology.txt88 which are siblings within a single common parent node must be given a unique and
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc366 else if (Name == "siblings")
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js5569 siblings: function( elem ) { method