Home
last modified time | relevance | path

Searched refs:positions (Results 1 – 7 of 7) sorted by relevance

/dpdk/app/test/
H A Dtest_hash_perf.c71 static int32_t positions[KEYS_TO_ADD]; variable
140 temp_position = positions[i]; in shuffle_input_keys()
144 positions[i] = positions[swap_idx]; in shuffle_input_keys()
235 positions[i] = ret; in get_input_keys()
279 positions[i] = ret; in timed_adds()
295 positions[i] = ret; in timed_adds()
352 ret, positions[j]); in timed_lookups()
373 ret, positions[j]); in timed_lookups()
480 positions[j * in timed_lookups_multi()
484 positions[j * in timed_lookups_multi()
[all …]
/dpdk/lib/hash/
H A Drte_cuckoo_hash.c1951 positions[i] = -ENOENT; in __bulk_lookup_l()
2033 positions[i] = ret; in __bulk_lookup_l()
2062 positions[i] = -ENOENT; in __bulk_lookup_lf()
2198 positions[i] = ret; in __bulk_lookup_lf()
2292 positions, hit_mask, data); in __rte_hash_lookup_bulk_l()
2308 positions, hit_mask, data); in __rte_hash_lookup_bulk_lf()
2344 int32_t positions[num_keys]; in rte_hash_lookup_bulk_data() local
2385 positions, hit_mask, data); in __rte_hash_lookup_with_hash_bulk_l()
2420 positions, hit_mask, data); in __rte_hash_lookup_with_hash_bulk_lf()
2446 positions, NULL, NULL); in rte_hash_lookup_with_hash_bulk()
[all …]
H A Drte_hash.h585 hash_sig_t *sig, uint32_t num_keys, int32_t *positions);
636 uint32_t num_keys, int32_t *positions);
/dpdk/lib/table/
H A Drte_table_hash_cuckoo.c246 int32_t positions[RTE_PORT_IN_BURST_SIZE_MAX], status; in rte_table_hash_cuckoo_lookup() local
257 positions); in rte_table_hash_cuckoo_lookup()
260 if (likely(positions[i] >= 0)) { in rte_table_hash_cuckoo_lookup()
263 entries[i] = &t->memory[positions[i] in rte_table_hash_cuckoo_lookup()
/dpdk/examples/server_node_efd/node/
H A Dnode.c276 int32_t positions[PKT_READ_SIZE] = {0}; in handle_packets() local
286 rte_hash_lookup_bulk(h, key_ptrs, num_packets, positions); in handle_packets()
289 if (likely(positions[i] >= 0)) { in handle_packets()
/dpdk/doc/guides/prog_guide/
H A Dreorder_lib.rst58 That means that we would need to move the windows at least 15 positions to
H A Dmember_lib.rst105 element ``X`` being inserted into the set, the bits at positions ``h1(X)``, ``h2(X)``, ...
108 bits at positions ``h1(Y)``, ``h2(Y)``, ... ``hk(Y)`` are checked. If any of them is 0,