Symbol: mas_store_gfp
drivers/base/regmap/regcache-maple.c
165
ret = mas_store_gfp(&mas, lower, map->alloc_flags);
drivers/base/regmap/regcache-maple.c
173
ret = mas_store_gfp(&mas, upper, map->alloc_flags);
drivers/base/regmap/regcache-maple.c
351
ret = mas_store_gfp(&mas, entry, map->alloc_flags);
drivers/base/regmap/regcache-maple.c
94
ret = mas_store_gfp(&mas, entry, map->alloc_flags);
drivers/gpu/drm/nouveau/nouveau_uvmm.c
297
mas_store_gfp(&mas, reg, GFP_KERNEL);
include/linux/maple_tree.h
516
int mas_store_gfp(struct ma_state *mas, void *entry, gfp_t gfp);
include/linux/mm.h
1342
mas_store_gfp(&vmi->mas, NULL, gfp);
kernel/irq/irqdesc.c
198
WARN_ON(mas_store_gfp(&mas, desc, GFP_KERNEL) != 0);
lib/alloc_tag.c
655
mas_store_gfp(&mas, new_mod, GFP_KERNEL);
lib/maple_tree.c
5143
EXPORT_SYMBOL_GPL(mas_store_gfp);
lib/maple_tree.c
5938
ret = mas_store_gfp(&mas, entry, gfp);
lib/test_maple_tree.c
1370
mas_store_gfp(&mas, xa_mk_value(i), GFP_KERNEL);
lib/test_maple_tree.c
1400
mas_store_gfp(&mas, NULL, GFP_KERNEL);
lib/test_maple_tree.c
1412
mas_store_gfp(&mas, NULL, GFP_KERNEL);
lib/test_maple_tree.c
1424
mas_store_gfp(&mas, &mas, GFP_KERNEL);
lib/test_maple_tree.c
1426
mas_store_gfp(&mas, NULL, GFP_KERNEL);
lib/test_maple_tree.c
1438
mas_store_gfp(&mas, &mas, GFP_KERNEL);
lib/test_maple_tree.c
1440
mas_store_gfp(&mas, NULL, GFP_KERNEL);
lib/test_maple_tree.c
1452
mas_store_gfp(&mas, &mas, GFP_KERNEL);
lib/test_maple_tree.c
1454
mas_store_gfp(&mas, NULL, GFP_KERNEL);
lib/test_maple_tree.c
1467
mas_store_gfp(&mas, &mas, GFP_KERNEL);
lib/test_maple_tree.c
1470
mas_store_gfp(&mas, NULL, GFP_KERNEL);
lib/test_maple_tree.c
1492
mas_store_gfp(&mas, ptr, GFP_KERNEL);
lib/test_maple_tree.c
1514
mas_store_gfp(&mas, ptr, GFP_KERNEL);
lib/test_maple_tree.c
1534
mas_store_gfp(&mas, ptr, GFP_KERNEL);
lib/test_maple_tree.c
1552
mas_store_gfp(&mas, ptr, GFP_KERNEL);
lib/test_maple_tree.c
1574
mas_store_gfp(&mas, xa_mk_value(count), GFP_KERNEL);
lib/test_maple_tree.c
1579
mas_store_gfp(&mas, xa_mk_value(count), GFP_KERNEL);
lib/test_maple_tree.c
1584
mas_store_gfp(&mas, xa_mk_value(count), GFP_KERNEL);
lib/test_maple_tree.c
1987
mas_store_gfp(&mas, xa_mk_value(i), GFP_KERNEL);
lib/test_maple_tree.c
2100
mas_store_gfp(&newmas, val, GFP_KERNEL);
lib/test_maple_tree.c
2128
mas_store_gfp(&mas, xa_mk_value(i), GFP_KERNEL);
lib/test_maple_tree.c
2869
mas_store_gfp(&mas, (void *)size, GFP_KERNEL);
lib/test_maple_tree.c
3584
mas_store_gfp(&mas, xa_mk_value(count), GFP_KERNEL);
mm/damon/tests/vaddr-kunit.h
29
if (mas_store_gfp(&mas, &vmas[i], GFP_KERNEL))
mm/execmem.c
174
mas_store_gfp(&mas, NULL, GFP_KERNEL);
mm/execmem.c
203
return mas_store_gfp(&mas, (void *)lower, gfp_mask);
mm/execmem.c
255
err = mas_store_gfp(&mas_busy, (void *)addr, GFP_KERNEL);
mm/execmem.c
259
mas_store_gfp(&mas_free, NULL, GFP_KERNEL);
mm/execmem.c
268
err = mas_store_gfp(&mas_free, ptr, GFP_KERNEL);
mm/execmem.c
270
mas_store_gfp(&mas_busy, NULL, GFP_KERNEL);
mm/execmem.c
370
mas_store_gfp(mas, NULL, gfp_mask);
mm/execmem.c
428
mas_store_gfp(&mas, area, GFP_KERNEL);
mm/vma.c
1435
error = mas_store_gfp(mas_detach, next, GFP_KERNEL);
mm/vma.c
2357
mas_store_gfp(mas, NULL, GFP_KERNEL|__GFP_NOFAIL);
mm/vma.h
286
mas_store_gfp(&vmi->mas, vma, gfp);
tools/testing/radix-tree/maple.c
34688
mas_store_gfp(&mas_writer, xa_mk_value(i), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34697
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34704
mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34714
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34722
mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34731
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34739
mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34748
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34755
mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34764
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34771
mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34780
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34788
mas_store_gfp(&mas_writer, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
34793
mas_store_gfp(&mas_writer, xa_mk_value(i), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34806
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34813
mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34825
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
35258
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35269
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35283
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35296
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35309
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35322
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35335
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35351
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35366
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35378
mas_store_gfp(&mas, check_spanning_write, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35380
mas_store_gfp(&mas, check_spanning_write, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35382
mas_store_gfp(&mas, check_spanning_write, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35384
mas_store_gfp(&mas, check_spanning_write, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35389
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35399
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35411
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35430
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35439
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35451
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35465
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35724
mas_store_gfp(&mas, xa_mk_value(5),
tools/testing/radix-tree/maple.c
35895
mas_store_gfp(&mas, xa_mk_value(index), GFP_KERNEL);
tools/testing/radix-tree/maple.c
35903
mas_store_gfp(&mas, xa_mk_value(index), GFP_KERNEL);
tools/testing/radix-tree/maple.c
35987
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
36195
mas_store_gfp(&mas, xa_mk_value(0xdead), GFP_KERNEL);
tools/testing/vma/include/dup.h
1058
mas_store_gfp(&vmi->mas, NULL, gfp);