Searched refs:siblings (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/tools/regression/geom/ConfCmp/
H A DConfCmp.c55 LIST_ENTRY(node) siblings;
125 LIST_INSERT_HEAD(&mt->cur->children, np, siblings);
141 LIST_FOREACH(np, &mt->cur->children, siblings) {
226 LIST_FOREACH(np1, &np->children, siblings)
236 LIST_FOREACH(np1, &np->children, siblings)
244 np2 = LIST_NEXT(np1, siblings);
248 LIST_REMOVE(np2, siblings);
249 LIST_INSERT_BEFORE(np1, np2, siblings);
329 n1a = LIST_NEXT(n1a, siblings);
330 n2a = LIST_NEXT(n2a, siblings);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp168 SmallVector<TrieNode<StackIdData> *, 4> siblings; member in struct:__anon2884::StackIdData
185 // Only look for siblings in other threads.
195 for (auto *ParentSibling : parent->ExtraData.siblings)
220 SmallVector<StackTrieNode *, 4> siblings =
222 if (siblings.empty()) {
229 unsigned stack_id = siblings[0]->ExtraData.id;
230 NodeStore.push_front({FuncId, Parent, {}, {stack_id, std::move(siblings)}});
232 for (auto *sibling : CurrentStack->ExtraData.siblings)
233 sibling->ExtraData.siblings.push_back(CurrentStack);
/freebsd-11-stable/sys/kern/
H A Dsubr_smp.c933 topo_children, siblings) {
946 TAILQ_INSERT_TAIL(&parent->children, node, siblings);
962 TAILQ_FOREACH(node, &parent->children, siblings) {
986 next = TAILQ_NEXT(child, siblings);
987 TAILQ_REMOVE(&parent->children, child, siblings);
988 TAILQ_INSERT_HEAD(&parent->children, child, siblings);
992 next = TAILQ_NEXT(node, siblings);
993 TAILQ_REMOVE(&parent->children, node, siblings);
994 TAILQ_INSERT_AFTER(&parent->children, child, node, siblings);
1011 if ((next = TAILQ_NEXT(node, siblings)) !
[all...]
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dzfsd_event.cc451 std::list<Vdev> siblings; local
456 siblings = parent.Children();
459 for (siblings_it = siblings.begin();
460 siblings_it != siblings.end();
/freebsd-11-stable/sys/sys/
H A Dsmp.h54 TAILQ_ENTRY(topo_node) siblings; member in struct:topo_node
/freebsd-11-stable/sys/netgraph/
H A Dng_ksocket.c88 LIST_ENTRY(ng_ksocket_private) siblings;
555 LIST_REMOVE(priv, siblings);
957 LIST_REMOVE(priv, siblings);
1272 LIST_INSERT_HEAD(&priv->embryos, priv2, siblings);
/freebsd-11-stable/bin/ps/
H A Dps.c1018 int dst, lvl, maxlvl, n, ndst, nsrc, siblings, src; local
1103 /* Have I any more siblings? */
1104 for (siblings = 0, dst = src + 1; dst < items; dst++) {
1108 siblings = 1;
1111 if (siblings)
1115 ki[src].ki_d.prefix[n * 2] = siblings ? '|' : '`';
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js4902 // If the nodes are siblings (or identical) we can do a quick check
5569 siblings: function( elem ) {

Completed in 148 milliseconds