Searched refs:ext_bkt_to_free (Results 1 – 2 of 2) sorted by relevance
225 uint32_t *ext_bkt_to_free; member
157 uint32_t *ext_bkt_to_free = NULL; in rte_hash_create() local324 ext_bkt_to_free = rte_zmalloc(NULL, sizeof(uint32_t) * in rte_hash_create()326 if (ext_bkt_to_free == NULL) { in rte_hash_create()427 h->ext_bkt_to_free = ext_bkt_to_free; in rte_hash_create()484 rte_free(ext_bkt_to_free); in rte_hash_create()529 rte_free(h->ext_bkt_to_free); in rte_hash_free()1755 h->ext_bkt_to_free[ret] = index; in __rte_hash_del_key_with_hash()1836 uint32_t index = h->ext_bkt_to_free[position]; in rte_hash_free_key_with_position()1841 h->ext_bkt_to_free[position] = 0; in rte_hash_free_key_with_position()