Lines Matching defs:nb_objs
303 * @param nb_objs
308 rte_edge_t next, void **objs, uint16_t nb_objs)
313 __rte_node_enqueue_prologue(graph, node, idx, nb_objs);
315 rte_memcpy(&node->objs[idx], objs, nb_objs * sizeof(void *));
316 node->idx = idx + nb_objs;
425 * @param nb_objs
430 rte_edge_t *nexts, void **objs, uint16_t nb_objs)
434 for (i = 0; i < nb_objs; i++)
449 * @param nb_objs
459 rte_edge_t next, uint16_t nb_objs)
465 if (unlikely(free_space < nb_objs))
466 __rte_node_stream_alloc_size(graph, node, node->size + nb_objs);