Home
last modified time | relevance | path

Searched refs:siblings (Results 1 – 17 of 17) 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.c167 list_for_each_entry(node, &parent->child_list_head, siblings) { in ws_find_node()
173 list_for_each_entry(node, &parent->child_list_head, siblings) { in ws_find_node()
244 list_del(&tc_node->siblings); in irdma_remove_leaf()
252 list_del(&vsi_node->siblings); in irdma_remove_leaf()
304 list_add(&tc_node->siblings, &vsi_node->child_list_head); in irdma_add_leaf_node()
325 list_del(&tc_node->siblings); in irdma_add_leaf_node()
397 list_add(&vsi_node->siblings, &ws_tree_root->child_list_head); in irdma_ws_add()
428 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.c1156 topo_children, siblings) { in topo_add_node_by_hwid()
1169 TAILQ_INSERT_TAIL(&parent->children, node, siblings); in topo_add_node_by_hwid()
1185 TAILQ_FOREACH(node, &parent->children, siblings) { in topo_find_node_by_hwid()
1209 next = TAILQ_NEXT(child, siblings); in topo_promote_child()
1210 TAILQ_REMOVE(&parent->children, child, siblings); in topo_promote_child()
1211 TAILQ_INSERT_HEAD(&parent->children, child, siblings); in topo_promote_child()
1215 next = TAILQ_NEXT(node, siblings); in topo_promote_child()
1216 TAILQ_REMOVE(&parent->children, node, siblings); in topo_promote_child()
1217 TAILQ_INSERT_AFTER(&parent->children, child, node, siblings); in topo_promote_child()
1234 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.cc463 std::list<Vdev> siblings; in TryDetach() local
468 siblings = parent.Children(); in TryDetach()
471 for (siblings_it = siblings.begin(); in TryDetach()
472 siblings_it != siblings.end(); in TryDetach()
/freebsd/bin/ps/
H A Dps.c1100 int dst, lvl, maxlvl, n, ndst, nsrc, siblings, src; in descendant_sort() local
1185 for (siblings = 0, dst = src + 1; dst < items; dst++) { in descendant_sort()
1189 siblings = 1; in descendant_sort()
1192 if (siblings) in descendant_sort()
1196 ki[src].ki_d.prefix[n * 2] = siblings ? '|' : '`'; in descendant_sort()
/freebsd/sys/contrib/zstd/programs/
H A Dutil.c1506 int siblings = 0; in UTIL_countCores() local
1526 siblings = atoi(sep + 1); in UTIL_countCores()
1541 if (siblings && cpu_cores && siblings > cpu_cores) { in UTIL_countCores()
1542 ratio = siblings / cpu_cores; in UTIL_countCores()
/freebsd/sys/netgraph/
H A Dng_ksocket.c93 LIST_ENTRY(ng_ksocket_private) siblings;
639 LIST_REMOVE(priv, siblings); in ng_ksocket_newhook()
1045 LIST_REMOVE(priv, siblings); in ng_ksocket_shutdown()
1315 LIST_INSERT_HEAD(&priv->embryos, priv2, siblings); in ng_ksocket_accept()
/freebsd/sys/sys/
H A Dsmp.h55 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.inc385 else if (Name == "siblings")
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp3193 kmp_affin_mask_t *siblings = __kmp_parse_cpu_list(path); in __kmp_package_id_from_core_siblings_list() local
3197 if (!KMP_CPU_ISSET(cpu_id, siblings)) in __kmp_package_id_from_core_siblings_list()
3205 KMP_CPU_FREE(siblings); in __kmp_package_id_from_core_siblings_list()
3210 KMP_CPU_FREE(siblings); in __kmp_package_id_from_core_siblings_list()
/freebsd/contrib/expat/
H A Dconfigure.ac294 // NOTE: Please keep this block in sync with its two siblings in files
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js5569 siblings: function( elem ) { method