Home
last modified time | relevance | path

Searched refs:mze (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_micro.c298 mze->mze_cd = MZE_PHYS(zap, mze)->mze_cd; in mze_insert()
307 mzap_ent_t *mze; in mze_find() local
318 if (mze == NULL) in mze_find()
320 for (; mze && mze->mze_hash == zn->zn_hash; mze = AVL_NEXT(avl, mze)) { in mze_find()
321 ASSERT3U(mze->mze_cd, ==, MZE_PHYS(zn->zn_zap, mze)->mze_cd); in mze_find()
323 return (mze); in mze_find()
344 mze && mze->mze_hash == hash; mze = AVL_NEXT(avl, mze)) { in mze_find_unused_cd()
378 mze && mze->mze_hash == hash; mze = AVL_NEXT(avl, mze)) { in mze_canfit_fzap_leaf()
670 mze->mze_name, mze->mze_value); in mzap_upgrade()
673 VERIFY0(fzap_add_cd(zn, 8, 1, &mze->mze_value, mze->mze_cd, in mzap_upgrade()
[all …]
/f-stack/dpdk/drivers/net/enic/
H A Denic_main.c366 struct enic_memzone_entry *mze; in enic_alloc_consistent() local
379 mze = rte_malloc("enic memzone entry", in enic_alloc_consistent()
382 if (!mze) { in enic_alloc_consistent()
389 mze->rz = rz; in enic_alloc_consistent()
404 struct enic_memzone_entry *mze; in enic_free_consistent() local
409 if (mze->rz->addr == vaddr && in enic_free_consistent()
410 mze->rz->iova == dma_handle) in enic_free_consistent()
413 if (mze == NULL) { in enic_free_consistent()
419 LIST_REMOVE(mze, entries); in enic_free_consistent()
421 rte_memzone_free(mze->rz); in enic_free_consistent()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzap_impl.h75 #define MZE_PHYS(zap, mze) \ argument
76 (&zap_m_phys(zap)->mz_chunk[(mze)->mze_chunkid])