Searched refs:ext_bkt_to_free (Results 1 – 2 of 2) sorted by relevance
231 uint32_t *ext_bkt_to_free; member
153 uint32_t *ext_bkt_to_free = NULL; in rte_hash_create() local320 ext_bkt_to_free = rte_zmalloc(NULL, sizeof(uint32_t) * in rte_hash_create()322 if (ext_bkt_to_free == NULL) { in rte_hash_create()423 h->ext_bkt_to_free = ext_bkt_to_free; in rte_hash_create()480 rte_free(ext_bkt_to_free); in rte_hash_create()525 rte_free(h->ext_bkt_to_free); in rte_hash_free()1751 h->ext_bkt_to_free[ret] = index; in __rte_hash_del_key_with_hash()1832 uint32_t index = h->ext_bkt_to_free[position]; in rte_hash_free_key_with_position()1837 h->ext_bkt_to_free[position] = 0; in rte_hash_free_key_with_position()