/freebsd/tools/regression/geom/ConfCmp/ |
H A D | ConfCmp.c | 53 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 D | irdma_ws.c | 168 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 D | irdma_ws.h | 51 struct list_head siblings; member
|
/freebsd/sys/kern/ |
H A D | subr_smp.c | 1126 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 D | xray-converter.cpp | 177 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 D | zfsd_event.cc | 456 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 D | util.c | 1260 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 D | ps.c | 1040 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 D | ng_ksocket.c | 86 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 D | smp.h | 54 TAILQ_ENTRY(topo_node) siblings;
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/ |
H A D | qe.txt | 8 as a complete entity (UCC, USB etc ). All of them should be siblings on
|
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,disp.txt | 10 All DISP device tree nodes must be siblings to the central MMSYS_CONFIG node.
|
/freebsd/sys/contrib/device-tree/Bindings/cpu/ |
H A D | cpu-topology.txt | 88 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 D | Threading.inc | 366 else if (Name == "siblings")
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 5569 siblings: function( elem ) { method
|