Home
last modified time | relevance | path

Searched refs:sibling (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dph.c45 node_t *leftmost_child, *sibling; in node_print() local
58 for (sibling = phn_next_get(node_t, link, leftmost_child); sibling != in node_print()
59 NULL; sibling = phn_next_get(node_t, link, sibling)) { in node_print()
60 node_print(sibling, depth + 1); in node_print()
90 node_t *leftmost_child, *sibling; in node_validate() local
105 for (sibling = phn_next_get(node_t, link, leftmost_child); sibling != in node_validate()
106 NULL; sibling = phn_next_get(node_t, link, sibling)) { in node_validate()
108 link, sibling)), sibling, in node_validate()
110 nnodes += node_validate(sibling, node); in node_validate()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.c1047 struct otx2_nix_tm_node *tm_node, *sibling; in otx2_nix_sq_flush_pre() local
1092 if (sibling->parent != tm_node->parent) in otx2_nix_sq_flush_pre()
1094 if (!(sibling->flags & NIX_TM_NODE_ENABLED)) in otx2_nix_sq_flush_pre()
1097 sq = sibling->id; in otx2_nix_sq_flush_pre()
1137 struct otx2_nix_tm_node *tm_node, *sibling; in otx2_nix_sq_flush_post() local
1159 if (sibling->parent != tm_node->parent) in otx2_nix_sq_flush_post()
1162 if (sibling->id == sq) in otx2_nix_sq_flush_post()
1168 s_sq = sibling->id; in otx2_nix_sq_flush_post()
2638 struct otx2_nix_tm_node *tm_node, *sibling; in otx2_nix_tm_node_parent_update() local
2706 if (sibling->parent != tm_node->parent) in otx2_nix_tm_node_parent_update()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dtwl-charger.txt9 if there is a sibling of the BCI node which is compatible with
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Dtwlxxxx-usb.txt33 If a sibling node is compatible "ti,twl4030-bci", then it will find
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_sched.c341 if (p->sibling == node) { in ice_free_sched_node()
342 p->sibling = node->sibling; in ice_free_sched_node()
345 p = p->sibling; in ice_free_sched_node()
351 node->sibling; in ice_free_sched_node()
943 new_node->sibling = NULL; in ice_sched_add_elems()
950 while (prev->sibling) in ice_sched_add_elems()
951 prev = prev->sibling; in ice_sched_add_elems()
1546 node = node->sibling; in ice_sched_get_vsi_node()
1578 node = node->sibling; in ice_sched_get_agg_node()
1685 node = node->sibling; in ice_sched_add_vsi_child_nodes()
[all …]
H A Dice_type.h597 struct ice_sched_node *sibling; /* next sibling in the same layer */ member
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Darm,versatile.yaml30 PCI host controller. Like the sibling board, it is done specifically
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtraffic_management.rst65 sibling nodes with different priority, while WFQ is used to schedule between
171 weights of all its sibling nodes that have the same priority, with 1 as the
190 its sibling nodes. At this time, since the hierarchy is not fully defined,
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c2999 portid_t sibling; in detach_device() local
3008 RTE_ETH_FOREACH_DEV_OF(sibling, dev) { in detach_device()
3009 if (ports[sibling].port_status != RTE_PORT_CLOSED) { in detach_device()
3010 if (ports[sibling].port_status != RTE_PORT_STOPPED) { in detach_device()
3011 printf("Port %u not stopped\n", sibling); in detach_device()
3014 port_flow_flush(sibling); in detach_device()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap.c681 uint64_t sibling = in zap_expand_leaf() local
687 err = zap_idx_to_blk(zap, sibling + i, &blk); in zap_expand_leaf()
698 err = zap_set_idx_to_blk(zap, sibling + i, nl->l_blkid, tx); in zap_expand_leaf()
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js5570 return jQuery.sibling( elem.parentNode.firstChild, elem );
5573 return jQuery.sibling( elem.firstChild );
5644 sibling: function( n, elem ) { method