Home
last modified time | relevance | path

Searched refs:obj_table_const (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.h348 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 Drte_mempool.c1032 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()