/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-converter.cpp | 177 SmallVector<TrieNode<StackIdData> *, 4> siblings; member 190 SmallVector<StackTrieNode *, 4> Siblings{}; in findSiblings() local 194 // Only look for siblings in other threads. in findSiblings() 198 Siblings.push_back(node_iter); in findSiblings() 201 return Siblings; in findSiblings() 204 for (auto *ParentSibling : parent->ExtraData.siblings) in findSiblings() 207 Siblings.push_back(node_iter); in findSiblings() 209 return Siblings; in findSiblings() 229 SmallVector<StackTrieNode *, 4> siblings = in findOrCreateStackNode() local 231 if (siblings in findOrCreateStackNode() [all...] |
/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/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/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAnalysisManager.cpp | 35 // want siblings in forward program order to match the LoopPassManager so we in invalidate() 36 // get the preorder with siblings reversed. in invalidate()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | IntervalMap.cpp | 26 // The root has no siblings. in getLeftSibling() 76 // The root has no siblings. in getRightSibling()
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | util.c | 1241 * siblings / cpu cores should give hyperthreading ratio 1260 int siblings = 0; in UTIL_countCores() local 1269 /* assume the cpu cores/siblings values will be constant across all in UTIL_countCores() 1273 if (strncmp(buff, "siblings", 8) == 0) { in UTIL_countCores() 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/contrib/llvm-project/lldb/source/Host/common/ |
H A D | XML.cpp | 213 // iterate through all siblings in ForEachSiblingNode() 226 // iterate through all siblings in ForEachSiblingElement() 244 // iterate through all siblings in ForEachSiblingElementWithName()
|
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,od.yaml | 16 OD device node must be siblings to the central MMSYS_CONFIG node.
|
H A D | mediatek,ufoe.yaml | 17 UFOe device node must be siblings to the central MMSYS_CONFIG node.
|
H A D | mediatek,postmask.yaml | 16 POSTMASK device node must be siblings to the central MMSYS_CONFIG node.
|
H A D | mediatek,mdp-rdma.yaml | 18 RDMA device node must be siblings to the central MMSYS_CONFIG node.
|
H A D | mediatek,mutex.yaml | 19 MUTEX device node must be siblings to the central MMSYS_CONFIG node.
|
H A D | mediatek,wdma.yaml | 16 WDMA device node must be siblings to the central MMSYS_CONFIG node.
|
H A D | mediatek,ccorr.yaml | 16 CCORR device node must be siblings to the central MMSYS_CONFIG node.
|
H A D | mediatek,dither.yaml | 17 DITHER device node must be siblings to the central MMSYS_CONFIG node.
|
H A D | mediatek,ovl-2l.yaml | 16 OVL-2L device node must be siblings to the central MMSYS_CONFIG node.
|
H A D | mediatek,merge.yaml | 16 MERGE device node must be siblings to the central MMSYS_CONFIG node.
|
H A D | mediatek,aal.yaml | 16 AAL device node must be siblings to the central MMSYS_CONFIG node.
|
H A D | mediatek,gamma.yaml | 16 GAMMA device node must be siblings to the central MMSYS_CONFIG node.
|
H A D | mediatek,split.yaml | 16 SPLIT device node must be siblings to the central MMSYS_CONFIG node.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFixSGPRCopies.cpp | 108 SetVector<unsigned> Siblings; member in __anon8637e2150111::V2SCopyInfo 975 Info->Siblings = SiblingPenalty[*llvm::max_element( in needToBeConvertedToVALU() 979 Info->Siblings.remove_if([&](unsigned ID) { return ID == Info->ID; }); in needToBeConvertedToVALU() 986 for (auto J : Info->Siblings) { in needToBeConvertedToVALU() 1026 for (auto S : C.Siblings) { in lowerVGPR2SGPRCopies() 1036 SI.Siblings.remove_if([&](unsigned ID) { return ID == C.ID; }); in lowerVGPR2SGPRCopies() 1056 // remove it from the V2SCopies and remove it from all its siblings in lowerVGPR2SGPRCopies()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericLoopInfo.h | 335 /// with siblings in forward program order. 352 /// siblings in forward program order. in getInnerLoopsInPreorder() 584 /// nests, with siblings in forward program order. 591 /// nests, with siblings in *reverse* program order. in empty() 596 /// Also note that this is *not* a reverse preorder. Only the siblings are in
|