Home
last modified time | relevance | path

Searched refs:mas_erase (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/base/regmap/
H A Dregcache-maple.c161 mas_erase(&mas); in regcache_maple_drop()
/openbmc/linux/include/linux/
H A Dmaple_tree.h464 void *mas_erase(struct ma_state *mas);
/openbmc/linux/kernel/irq/
H A Dirqdesc.c168 mas_erase(&mas); in delete_irq_desc()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c322 mas_erase(&mas); in nouveau_uvma_region_remove()
1903 mas_erase(&mas); in nouveau_uvmm_fini()
/openbmc/linux/Documentation/core-api/
H A Dmaple_tree.rst158 You can use mas_erase() to erase an entire range by setting index and
/openbmc/linux/lib/
H A Dmaple_tree.c6170 void *mas_erase(struct ma_state *mas) in mas_erase() function
6193 EXPORT_SYMBOL_GPL(mas_erase);
6472 entry = mas_erase(&mas); in mtree_erase()
H A Dtest_maple_tree.c573 mas_erase(&mas); in check_find()