Searched refs:ext_bkt_id (Results 1 – 1 of 1) sorted by relevance
1011 uint32_t ext_bkt_id = 0; in __rte_hash_add_key_with_hash() local1157 if (rte_ring_sc_dequeue_elem(h->free_ext_bkts, &ext_bkt_id, in __rte_hash_add_key_with_hash()1159 ext_bkt_id == 0) { in __rte_hash_add_key_with_hash()1165 &ext_bkt_id, in __rte_hash_add_key_with_hash()1169 if (ext_bkt_id == 0) { in __rte_hash_add_key_with_hash()1176 (h->buckets_ext[ext_bkt_id - 1]).sig_current[0] = short_sig; in __rte_hash_add_key_with_hash()1181 __atomic_store_n(&(h->buckets_ext[ext_bkt_id - 1]).key_idx[0], in __rte_hash_add_key_with_hash()1186 last->next = &h->buckets_ext[ext_bkt_id - 1]; in __rte_hash_add_key_with_hash()