Searched refs:first_obj_table_const (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/mempool/ |
| H A D | rte_mempool.h | 406 void * const *first_obj_table_const, unsigned int n, int free); 409 #define RTE_MEMPOOL_CONTIG_BLOCKS_CHECK_COOKIES(mp, first_obj_table_const, n, \ argument 411 rte_mempool_contig_blocks_check_cookies(mp, first_obj_table_const, n, \ 414 #define RTE_MEMPOOL_CONTIG_BLOCKS_CHECK_COOKIES(mp, first_obj_table_const, n, \ argument
|
| H A D | rte_mempool.c | 1128 void * const *first_obj_table_const, unsigned int n, int free) in rte_mempool_contig_blocks_check_cookies() argument 1139 void *first_obj = first_obj_table_const[i]; in rte_mempool_contig_blocks_check_cookies() 1150 RTE_SET_USED(first_obj_table_const); in rte_mempool_contig_blocks_check_cookies()
|