Lines Matching defs:tbl8_pool
105 uint32_t *tbl8_pool; /**< pool of indexes of free tbl8s */
137 lpm->tbl8_pool[i] = i;
153 *tbl8_ind = lpm->tbl8_pool[lpm->tbl8_pool_pos++];
167 lpm->tbl8_pool[--lpm->tbl8_pool_pos] = tbl8_ind;
220 uint32_t *tbl8_pool = NULL;
259 tbl8_pool = rte_malloc(NULL,
262 if (tbl8_pool == NULL) {
324 lpm->tbl8_pool = tbl8_pool;
341 rte_free(tbl8_pool);
404 rte_free(lpm->tbl8_pool);