Home
last modified time | relevance | path

Searched refs:first_obj_table (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool_trace_fp.h31 RTE_TRACE_POINT_ARGS(void *mempool, void **first_obj_table,
34 rte_trace_point_emit_ptr(first_obj_table);
89 RTE_TRACE_POINT_ARGS(void *mempool, void **first_obj_table,
92 rte_trace_point_emit_ptr(first_obj_table);
H A Drte_mempool.h421 void **first_obj_table, unsigned int n);
732 void **first_obj_table, unsigned int n) in rte_mempool_ops_dequeue_contig_blocks() argument
738 rte_mempool_trace_ops_dequeue_contig_blocks(mp, first_obj_table, n); in rte_mempool_ops_dequeue_contig_blocks()
739 return ops->dequeue_contig_blocks(mp, first_obj_table, n); in rte_mempool_ops_dequeue_contig_blocks()
1578 void **first_obj_table, unsigned int n) in rte_mempool_get_contig_blocks() argument
1582 ret = rte_mempool_ops_dequeue_contig_blocks(mp, first_obj_table, n); in rte_mempool_get_contig_blocks()
1585 __mempool_contig_blocks_check_cookies(mp, first_obj_table, n, in rte_mempool_get_contig_blocks()
1591 rte_mempool_trace_get_contig_blocks(mp, first_obj_table, n); in rte_mempool_get_contig_blocks()
/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c310 bucket_dequeue_contig_blocks(struct rte_mempool *mp, void **first_obj_table, in bucket_dequeue_contig_blocks() argument
318 void **first_objp = first_obj_table; in bucket_dequeue_contig_blocks()
331 while (first_objp-- != first_obj_table) { in bucket_dequeue_contig_blocks()