Searched refs:first_obj_table (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/mempool/ |
| H A D | rte_mempool_trace_fp.h | 31 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 D | rte_mempool.h | 454 void **first_obj_table, unsigned int n); 771 void **first_obj_table, unsigned int n) in rte_mempool_ops_dequeue_contig_blocks() argument 777 rte_mempool_trace_ops_dequeue_contig_blocks(mp, first_obj_table, n); in rte_mempool_ops_dequeue_contig_blocks() 778 return ops->dequeue_contig_blocks(mp, first_obj_table, n); in rte_mempool_ops_dequeue_contig_blocks() 1629 void **first_obj_table, unsigned int n) in rte_mempool_get_contig_blocks() argument 1633 ret = rte_mempool_ops_dequeue_contig_blocks(mp, first_obj_table, n); in rte_mempool_get_contig_blocks() 1637 RTE_MEMPOOL_CONTIG_BLOCKS_CHECK_COOKIES(mp, first_obj_table, n, in rte_mempool_get_contig_blocks() 1644 rte_mempool_trace_get_contig_blocks(mp, first_obj_table, n); in rte_mempool_get_contig_blocks()
|
| /dpdk/drivers/mempool/bucket/ |
| H A D | rte_mempool_bucket.c | 310 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()
|