Lines Matching defs:nodes
11 * This API allows a worker thread to walk over a graph and nodes to create,
12 * process, enqueue and move streams of objects to the next nodes.
55 rte_node_t nb_nodes; /**< Number of nodes in the graph. */
144 alignas(RTE_CACHE_LINE_MIN_SIZE) struct rte_node *nodes[]; /**< Next nodes. */
148 static_assert(offsetof(struct rte_node, nodes) - offsetof(struct rte_node, ctx)
285 node = node->nodes[next];
413 * Enqueue objs to multiple next nodes for further processing and
414 * set the next nodes to pending state in the circular buffer.
503 * node in optimized way by swapping the streams of both nodes.