Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dnvpair_impl.h81 i_nvp_t **nvp_hashtable; /* table of entries used for lookup */ member
/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair.c266 ASSERT3P(priv->nvp_hashtable, ==, NULL); in nvt_tab_alloc()
274 priv->nvp_hashtable = tab; in nvt_tab_alloc()
282 i_nvp_t **tab = priv->nvp_hashtable; in nvt_tab_free()
291 priv->nvp_hashtable = NULL; in nvt_tab_free()
332 i_nvp_t **tab = priv->nvp_hashtable; in nvt_lookup_name_type()
367 i_nvp_t **tab = priv->nvp_hashtable; in nvt_resize()
404 priv->nvp_hashtable = new_tab; in nvt_resize()
474 i_nvp_t **tab = priv->nvp_hashtable; in nvt_remove_nvpair()
508 if (priv->nvp_hashtable == NULL) { in nvt_add_nvpair()
529 i_nvp_t **tab = priv->nvp_hashtable; in nvt_add_nvpair()