Searched refs:nvp_nbuckets (Results 1 – 2 of 2) sorted by relevance
261 ASSERT0(priv->nvp_nbuckets); in nvt_tab_alloc()269 priv->nvp_nbuckets = buckets; in nvt_tab_alloc()278 ASSERT0(priv->nvp_nbuckets); in nvt_tab_free()283 nv_mem_free(priv, tab, priv->nvp_nbuckets * sizeof (i_nvp_t *)); in nvt_tab_free()286 priv->nvp_nbuckets = 0; in nvt_tab_free()330 ASSERT0(priv->nvp_nbuckets); in nvt_lookup_name_type()334 ASSERT(priv->nvp_nbuckets != 0); in nvt_lookup_name_type()338 uint64_t index = hash & (priv->nvp_nbuckets - 1); in nvt_lookup_name_type()340 ASSERT3U(index, <, priv->nvp_nbuckets); in nvt_lookup_name_type()368 uint32_t size = priv->nvp_nbuckets; in nvt_resize()[all …]
82 uint32_t nvp_nbuckets; /* # of buckets in hash table */ member