Lines Matching full:siblings
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()
1208 if ((next = TAILQ_NEXT(node, siblings)) != NULL) in topo_next_node()
1223 if ((next = TAILQ_NEXT(node, siblings)) != NULL) in topo_next_nonchild_node()
1227 if ((next = TAILQ_NEXT(node, siblings)) != NULL) in topo_next_nonchild_node()