Searched refs:obj_table_const (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/lib/librte_mempool/ |
| H A D | rte_mempool.h | 348 void * const *obj_table_const, unsigned n, int free); 351 #define __mempool_check_cookies(mp, obj_table_const, n, free) \ argument 352 rte_mempool_check_cookies(mp, obj_table_const, n, free) 354 #define __mempool_check_cookies(mp, obj_table_const, n, free) do {} while(0) argument
|
| H A D | rte_mempool.c | 1032 void * const *obj_table_const, unsigned n, int free) in rte_mempool_check_cookies() argument 1044 tmp = (void *) obj_table_const; in rte_mempool_check_cookies() 1093 RTE_SET_USED(obj_table_const); in rte_mempool_check_cookies()
|