Home
last modified time | relevance | path

Searched refs:nvp_nbuckets (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c261 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()
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()
340 ASSERT3U(index, <, priv->nvp_nbuckets); in nvt_lookup_name_type()
368 uint32_t size = priv->nvp_nbuckets; in nvt_resize()
399 priv->nvp_nbuckets = new_size; in nvt_resize()
474 ASSERT3U(index, <, priv->nvp_nbuckets); in nvt_remove_nvpair()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dnvpair_impl.h82 uint32_t nvp_nbuckets; /* # of buckets in hash table */ member