Searched refs:obj_table_const (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/mempool/ |
| H A D | rte_mempool.h | 381 void * const *obj_table_const, unsigned n, int free); 384 #define RTE_MEMPOOL_CHECK_COOKIES(mp, obj_table_const, n, free) \ argument 385 rte_mempool_check_cookies(mp, obj_table_const, n, free) 387 #define RTE_MEMPOOL_CHECK_COOKIES(mp, obj_table_const, n, free) do {} while (0) argument
|
| H A D | rte_mempool.c | 1059 void * const *obj_table_const, unsigned n, int free) in rte_mempool_check_cookies() argument 1071 tmp = (void *) obj_table_const; in rte_mempool_check_cookies() 1120 RTE_SET_USED(obj_table_const); in rte_mempool_check_cookies()
|