Searched refs:next_node (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-procfs-list.c | 79 void *next_node; in procfs_list_next_node() local 83 next_node = list_head(&procfs_list->pl_list); in procfs_list_next_node() 85 next_node = list_next(&procfs_list->pl_list, in procfs_list_next_node() 88 if (next_node != NULL) { in procfs_list_next_node() 89 cursor->cached_node = next_node; in procfs_list_next_node() 103 return (next_node); in procfs_list_next_node()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-dfa.h | 202 uint64_t next_node :20;/**< Next node */ member 211 …uint64_t next_node :20;/**< Next node ID, Note, combine with next_node_repl to u… member 222 uint64_t next_node :20;/**< Next node */ member 232 …uint64_t next_node :20;/**< Next node ID, Note, combine with next_node_repl to u… member 254 uint64_t next_node :20;/**< Next node */ member 275 uint64_t next_node :20;/**< Next node */ member 596 next_ptr.lg.w32.next_node = destination_node; in cvmx_dfa_write_node_lg() 602 next_ptr.lg.w36.next_node = destination_node; in cvmx_dfa_write_node_lg()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | graph_lib.rst | 109 ``rte_node_edge_shrink()`` functions shall be used to update the ``next_node[]`` 110 objects. Consumers of the node APIs are free to update the ``next_node[]`` 113 next_node[]: 273 ``next_node[]`` to send to on a per-packet basis. In these nodes, 293 1. Start with speculation that next_node = node->ctx. 294 This could be the next_node application used in the previous function call of this node. 296 2. Get the next_node stream array with required space using 297 ``rte_node_next_stream_get(next_node, space)``. 307 Also, one of the next_node can be updated as speculated next_node if it is more 314 ``rte_node_next_stream_move(node, next_node)``. [all …]
|
| /f-stack/dpdk/lib/librte_node/ |
| H A D | rte_node_ip4_api.h | 54 enum rte_node_ip4_lookup_next next_node);
|
| H A D | ip4_lookup.c | 128 enum rte_node_ip4_lookup_next next_node) in rte_node_ip4_route_add() argument 139 val = ((next_node << 16) | next_hop) & ((1ull << 24) - 1); in rte_node_ip4_route_add()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_iter.c | 178 zpool_node_t *node, *next_node; in pool_list_iter() local 181 for (node = uu_avl_first(zlp->zl_avl); node != NULL; node = next_node) { in pool_list_iter() 182 next_node = uu_avl_next(zlp->zl_avl, node); in pool_list_iter()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 248 const int *next_node; in mlx5_flow_expand_rss() local 333 next_node = node->next; in mlx5_flow_expand_rss() 334 stack[stack_pos] = next_node; in mlx5_flow_expand_rss() 335 node = next_node ? &graph[*next_node] : NULL; in mlx5_flow_expand_rss() 369 next_node = node->next; in mlx5_flow_expand_rss() 374 stack[stack_pos] = next_node; in mlx5_flow_expand_rss() 375 } else if (*(next_node + 1)) { in mlx5_flow_expand_rss() 377 ++next_node; in mlx5_flow_expand_rss() 382 next_node++; in mlx5_flow_expand_rss() 383 stack[stack_pos] = next_node; in mlx5_flow_expand_rss() [all …]
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_tm.c | 1257 struct otx2_nix_tm_node *tm_node, *next_node; in nix_tm_free_resources() local 1263 next_node = TAILQ_FIRST(&dev->node_list); in nix_tm_free_resources() 1264 while (next_node) { in nix_tm_free_resources() 1265 tm_node = next_node; in nix_tm_free_resources() 1266 next_node = TAILQ_NEXT(tm_node, node); in nix_tm_free_resources()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 5139 fs_perm_node_t *next_node = in fs_perm_set_fini() local 5145 node = next_node; in fs_perm_set_fini() 5185 deleg_perm_node_t *next_node = in who_perm_fini() local 5190 node = next_node; in who_perm_fini() 5221 who_perm_node_t *next_node = uu_avl_next(fsperm->fsp_sc_avl, in fs_perm_fini() local 5227 node = next_node; in fs_perm_fini() 5232 who_perm_node_t *next_node = uu_avl_next(fsperm->fsp_uge_avl, in fs_perm_fini() local 5238 node = next_node; in fs_perm_fini()
|