| /linux-6.15/mm/ |
| H A D | execmem.c | 149 mas_store_gfp(&mas, NULL, GFP_KERNEL); in execmem_cache_clean() 181 err = mas_store_gfp(&mas, (void *)lower, GFP_KERNEL); in execmem_cache_add() 231 err = mas_store_gfp(&mas_busy, (void *)addr, GFP_KERNEL); in __execmem_cache_alloc() 235 mas_store_gfp(&mas_free, NULL, GFP_KERNEL); in __execmem_cache_alloc() 244 err = mas_store_gfp(&mas_free, ptr, GFP_KERNEL); in __execmem_cache_alloc() 246 mas_store_gfp(&mas_busy, NULL, GFP_KERNEL); in __execmem_cache_alloc() 361 mas_store_gfp(&mas, NULL, GFP_KERNEL); in execmem_cache_free()
|
| H A D | vma.h | 210 mas_store_gfp(&vmi->mas, vma, gfp); in vma_iter_store_gfp()
|
| H A D | vma.c | 1342 error = mas_store_gfp(mas_detach, next, GFP_KERNEL); in vms_gather_munmap_vmas() 2271 mas_store_gfp(mas, NULL, GFP_KERNEL|__GFP_NOFAIL); in vms_abort_munmap_vmas()
|
| /linux-6.15/drivers/base/regmap/ |
| H A D | regcache-maple.c | 94 ret = mas_store_gfp(&mas, entry, map->alloc_flags); in regcache_maple_write() 164 ret = mas_store_gfp(&mas, lower, map->alloc_flags); in regcache_maple_drop() 172 ret = mas_store_gfp(&mas, upper, map->alloc_flags); in regcache_maple_drop() 333 ret = mas_store_gfp(&mas, entry, map->alloc_flags); in regcache_maple_insert_block()
|
| /linux-6.15/lib/ |
| H A D | test_maple_tree.c | 1400 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_store_null() 1412 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_store_null() 1424 mas_store_gfp(&mas, &mas, GFP_KERNEL); in check_store_null() 1426 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_store_null() 1438 mas_store_gfp(&mas, &mas, GFP_KERNEL); in check_store_null() 1440 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_store_null() 1452 mas_store_gfp(&mas, &mas, GFP_KERNEL); in check_store_null() 1492 mas_store_gfp(&mas, ptr, GFP_KERNEL); in check_root_expand() 1514 mas_store_gfp(&mas, ptr, GFP_KERNEL); in check_root_expand() 1534 mas_store_gfp(&mas, ptr, GFP_KERNEL); in check_root_expand() [all …]
|
| H A D | alloc_tag.c | 659 mas_store_gfp(&mas, new_mod, GFP_KERNEL); in replace_module()
|
| H A D | maple_tree.c | 5424 int mas_store_gfp(struct ma_state *mas, void *entry, gfp_t gfp) in mas_store_gfp() function 5449 EXPORT_SYMBOL_GPL(mas_store_gfp); 6325 ret = mas_store_gfp(&mas, entry, gfp); in mtree_store_range()
|
| /linux-6.15/mm/damon/tests/ |
| H A D | vaddr-kunit.h | 29 if (mas_store_gfp(&mas, &vmas[i], GFP_KERNEL)) in __link_vmas()
|
| /linux-6.15/tools/testing/radix-tree/ |
| H A D | maple.c | 35621 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write() 35632 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write() 35646 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write() 35659 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write() 35672 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write() 35685 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write() 35698 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write() 35714 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write() 35729 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write() 35752 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_spanning_write() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | maple_tree.h | 513 int mas_store_gfp(struct ma_state *mas, void *entry, gfp_t gfp);
|
| H A D | mm.h | 1107 mas_store_gfp(&vmi->mas, NULL, gfp); in vma_iter_clear_gfp()
|
| /linux-6.15/tools/testing/vma/ |
| H A D | vma_internal.h | 598 mas_store_gfp(&vmi->mas, NULL, gfp); in vma_iter_clear_gfp()
|
| /linux-6.15/kernel/irq/ |
| H A D | irqdesc.c | 197 WARN_ON(mas_store_gfp(&mas, desc, GFP_KERNEL) != 0); in irq_insert_desc()
|
| /linux-6.15/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_uvmm.c | 293 mas_store_gfp(&mas, reg, GFP_KERNEL); in __nouveau_uvma_region_insert()
|