Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dnvpair_impl.h82 uint32_t nvp_nbuckets; /* # of buckets in hash table */ member
/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair.c267 ASSERT0(priv->nvp_nbuckets); in nvt_tab_alloc()
275 priv->nvp_nbuckets = buckets; in nvt_tab_alloc()
284 ASSERT0(priv->nvp_nbuckets); in nvt_tab_free()
292 priv->nvp_nbuckets = 0; in nvt_tab_free()
336 ASSERT0(priv->nvp_nbuckets); in nvt_lookup_name_type()
340 ASSERT(priv->nvp_nbuckets != 0); in nvt_lookup_name_type()
346 ASSERT3U(index, <, priv->nvp_nbuckets); in nvt_lookup_name_type()
374 uint32_t size = priv->nvp_nbuckets; in nvt_resize()
405 priv->nvp_nbuckets = new_size; in nvt_resize()
480 ASSERT3U(index, <, priv->nvp_nbuckets); in nvt_remove_nvpair()
[all …]