Searched refs:total_entries (Results 1 – 3 of 3) sorted by relevance
1908 uint32_t total_entries = (ext_bkt == 0) ? 8 : 9; in test_hash_rcu_qsbr_dq_mode() local1917 .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 …]
1524 const uint32_t total_entries = h->use_local_cache ? in rte_hash_rcu_qsbr_add() local1548 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() local1833 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() local2521 if (*next >= total_entries || !h->ext_table_support) in rte_hash_iterate()2529 if (*next == total_entries) in rte_hash_iterate()
2145 uint64_t total_entries = first->dle_bpobj.bpo_phys->bpo_num_blkptrs + in dsl_livelist_should_condense() local2147 if ((total_entries - (2 * total_free)) < zfs_livelist_max_entries) in dsl_livelist_should_condense()