Searched refs:first_obj_table_const (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/lib/librte_mempool/ |
| H A D | rte_mempool.h | 373 void * const *first_obj_table_const, unsigned int n, int free); 376 #define __mempool_contig_blocks_check_cookies(mp, first_obj_table_const, n, \ argument 378 rte_mempool_contig_blocks_check_cookies(mp, first_obj_table_const, n, \ 381 #define __mempool_contig_blocks_check_cookies(mp, first_obj_table_const, n, \ argument
|
| H A D | rte_mempool.c | 1101 void * const *first_obj_table_const, unsigned int n, int free) in rte_mempool_contig_blocks_check_cookies() argument 1112 void *first_obj = first_obj_table_const[i]; in rte_mempool_contig_blocks_check_cookies() 1123 RTE_SET_USED(first_obj_table_const); in rte_mempool_contig_blocks_check_cookies()
|