Searched refs:KEYS_PER_BUCKET (Results 1 – 6 of 6) sorted by relevance
235 #define KEYS_PER_BUCKET 4 macro239 uint16_t sig[KEYS_PER_BUCKET];240 uint32_t key_id[KEYS_PER_BUCKET];396 n_buckets = params->n_keys_max / KEYS_PER_BUCKET; in __table_create()397 n_buckets_ext = params->n_keys_max / KEYS_PER_BUCKET; in __table_create()498 for (i = 0; i < KEYS_PER_BUCKET; i++) in table_add()506 for (i = 0; i < KEYS_PER_BUCKET; i++) in table_add()558 for (i = 0; i < KEYS_PER_BUCKET; i++) in table_del()609 for (i = 0; i < KEYS_PER_BUCKET; i++) in table_lookup_unoptimized()
17 #define KEYS_PER_BUCKET 4 macro38 uint16_t sig[KEYS_PER_BUCKET];39 uint32_t key_pos[KEYS_PER_BUCKET];178 (p->n_keys + KEYS_PER_BUCKET - 1) / KEYS_PER_BUCKET); in rte_table_hash_lru_create()290 for (i = 0; i < KEYS_PER_BUCKET; i++) { in rte_table_hash_lru_entry_add()310 for (i = 0; i < KEYS_PER_BUCKET; i++) { in rte_table_hash_lru_entry_add()374 for (i = 0; i < KEYS_PER_BUCKET; i++) { in rte_table_hash_lru_entry_delete()432 for (i = 0; i < KEYS_PER_BUCKET; i++) { in rte_table_hash_lru_lookup_unoptimized()
16 #define KEYS_PER_BUCKET 4 macro23 uint16_t sig[KEYS_PER_BUCKET];24 uint32_t key_pos[KEYS_PER_BUCKET];199 n_buckets_ext = p->n_keys / KEYS_PER_BUCKET + KEYS_PER_BUCKET - 1; in rte_table_hash_ext_create()316 for (i = 0; i < KEYS_PER_BUCKET; i++) { in rte_table_hash_ext_entry_add()337 for (i = 0; i < KEYS_PER_BUCKET; i++) { in rte_table_hash_ext_entry_add()418 for (i = 0; i < KEYS_PER_BUCKET; i++) { in rte_table_hash_ext_entry_delete()497 for (i = 0; i < KEYS_PER_BUCKET; i++) { in rte_table_hash_ext_lookup_unoptimized()
18 #define KEYS_PER_BUCKET 4 macro177 (p->n_keys + KEYS_PER_BUCKET - 1) / KEYS_PER_BUCKET); in rte_table_hash_create_key16_lru()182 KEYS_PER_BUCKET * entry_size); in rte_table_hash_create_key16_lru()387 n_buckets_ext = p->n_keys / KEYS_PER_BUCKET + KEYS_PER_BUCKET - 1; in rte_table_hash_create_key16_ext()391 KEYS_PER_BUCKET * entry_size); in rte_table_hash_create_key16_ext()
18 #define KEYS_PER_BUCKET 4 macro169 (p->n_keys + KEYS_PER_BUCKET - 1) / KEYS_PER_BUCKET); in rte_table_hash_create_key8_lru()174 KEYS_PER_BUCKET * entry_size); in rte_table_hash_create_key8_lru()372 n_buckets_ext = p->n_keys / KEYS_PER_BUCKET + KEYS_PER_BUCKET - 1; in rte_table_hash_create_key8_ext()376 KEYS_PER_BUCKET * entry_size); in rte_table_hash_create_key8_ext()
18 #define KEYS_PER_BUCKET 4 macro181 (p->n_keys + KEYS_PER_BUCKET - 1) / KEYS_PER_BUCKET); in rte_table_hash_create_key32_lru()186 KEYS_PER_BUCKET * entry_size); in rte_table_hash_create_key32_lru()396 n_buckets_ext = p->n_keys / KEYS_PER_BUCKET + KEYS_PER_BUCKET - 1; in rte_table_hash_create_key32_ext()400 KEYS_PER_BUCKET * entry_size); in rte_table_hash_create_key32_ext()