Home
last modified time | relevance | path

Searched refs:total_entries (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_hash.c1908 uint32_t total_entries = (ext_bkt == 0) ? 8 : 9; in test_hash_rcu_qsbr_dq_mode() local
1917 .entries = total_entries, in test_hash_rcu_qsbr_dq_mode()
1924 int pos[total_entries]; in test_hash_rcu_qsbr_dq_mode()
1925 int expected_pos[total_entries]; in test_hash_rcu_qsbr_dq_mode()
1934 for (i = 0; i < total_entries; i++) { in test_hash_rcu_qsbr_dq_mode()
1967 for (i = 0; i < total_entries; i++) { in test_hash_rcu_qsbr_dq_mode()
2087 .entries = total_entries, in test_hash_rcu_qsbr_sync_mode()
2094 int pos[total_entries]; in test_hash_rcu_qsbr_sync_mode()
2095 int expected_pos[total_entries]; in test_hash_rcu_qsbr_sync_mode()
2104 for (i = 0; i < total_entries; i++) { in test_hash_rcu_qsbr_sync_mode()
[all …]
/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c1524 const uint32_t total_entries = h->use_local_cache ? in rte_hash_rcu_qsbr_add() local
1548 params.size = total_entries; in rte_hash_rcu_qsbr_add()
1828 const uint32_t total_entries = h->use_local_cache ? in rte_hash_free_key_with_position() local
1833 if (key_idx >= total_entries) in rte_hash_free_key_with_position()
2483 const uint32_t total_entries = total_entries_main << 1; in rte_hash_iterate() local
2521 if (*next >= total_entries || !h->ext_table_support) in rte_hash_iterate()
2529 if (*next == total_entries) in rte_hash_iterate()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_dataset.c2145 uint64_t total_entries = first->dle_bpobj.bpo_phys->bpo_num_blkptrs + in dsl_livelist_should_condense() local
2147 if ((total_entries - (2 * total_free)) < zfs_livelist_max_entries) in dsl_livelist_should_condense()