Home
last modified time | relevance | path

Searched refs:mas_store_gfp (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/base/regmap/
H A Dregcache-maple.c95 ret = mas_store_gfp(&mas, entry, map->alloc_flags); in regcache_maple_write()
165 ret = mas_store_gfp(&mas, lower, map->alloc_flags); in regcache_maple_drop()
173 ret = mas_store_gfp(&mas, upper, map->alloc_flags); in regcache_maple_drop()
334 ret = mas_store_gfp(&mas, entry, map->alloc_flags); in regcache_maple_insert_block()
/openbmc/linux/mm/damon/
H A Dvaddr-test.h29 if (mas_store_gfp(&mas, &vmas[i], GFP_KERNEL)) in __link_vmas()
/openbmc/linux/mm/
H A Dinternal.h1094 mas_store_gfp(&vmi->mas, NULL, gfp); in vma_iter_clear_gfp()
1142 mas_store_gfp(&vmi->mas, vma, gfp); in vma_iter_store_gfp()
H A Dmmap.c2511 error = mas_store_gfp(&mas_detach, next, GFP_KERNEL); in do_vmi_align_munmap()
/openbmc/linux/lib/
H A Dtest_maple_tree.c1364 mas_store_gfp(&mas, xa_mk_value(i), GFP_KERNEL); in check_prev_entry()
1400 mas_store_gfp(&mas, ptr, GFP_KERNEL); in check_root_expand()
1422 mas_store_gfp(&mas, ptr, GFP_KERNEL); in check_root_expand()
1442 mas_store_gfp(&mas, ptr, GFP_KERNEL); in check_root_expand()
1460 mas_store_gfp(&mas, ptr, GFP_KERNEL); in check_root_expand()
1970 mas_store_gfp(&newmas, val, GFP_KERNEL); in check_mas_store_gfp()
2870 mas_store_gfp(&mas, (void *)size, GFP_KERNEL); in check_empty_area_fill()
H A Dmaple_tree.c5430 int mas_store_gfp(struct ma_state *mas, void *entry, gfp_t gfp) in mas_store_gfp() function
5446 EXPORT_SYMBOL_GPL(mas_store_gfp);
/openbmc/linux/tools/testing/radix-tree/
H A Dmaple.c35590 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write()
35601 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write()
35615 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write()
35628 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write()
35641 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write()
35654 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write()
35667 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write()
35683 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write()
35698 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write()
35721 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write()
[all …]
/openbmc/linux/include/linux/
H A Dmaple_tree.h465 int mas_store_gfp(struct ma_state *mas, void *entry, gfp_t gfp);
/openbmc/linux/kernel/irq/
H A Dirqdesc.c162 WARN_ON(mas_store_gfp(&mas, desc, GFP_KERNEL) != 0); in irq_insert_desc()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c291 mas_store_gfp(&mas, reg, GFP_KERNEL); in __nouveau_uvma_region_insert()