Searched refs:ext_bkt_id (Results 1 – 1 of 1) sorted by relevance
1015 uint32_t ext_bkt_id = 0; in __rte_hash_add_key_with_hash() local1161 if (rte_ring_sc_dequeue_elem(h->free_ext_bkts, &ext_bkt_id, in __rte_hash_add_key_with_hash()1163 ext_bkt_id == 0) { in __rte_hash_add_key_with_hash()1169 &ext_bkt_id, in __rte_hash_add_key_with_hash()1173 if (ext_bkt_id == 0) { in __rte_hash_add_key_with_hash()1180 (h->buckets_ext[ext_bkt_id - 1]).sig_current[0] = short_sig; in __rte_hash_add_key_with_hash()1185 __atomic_store_n(&(h->buckets_ext[ext_bkt_id - 1]).key_idx[0], in __rte_hash_add_key_with_hash()1190 last->next = &h->buckets_ext[ext_bkt_id - 1]; in __rte_hash_add_key_with_hash()