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
558
int mas_store_gfp(struct ma_state *mas, void *entry, gfp_t gfp);
include/linux/mm.h
1659
mas_store_gfp(&vmi->mas, NULL, gfp);
kernel/irq/irqdesc.c
195
WARN_ON(mas_store_gfp(&mas, desc, GFP_KERNEL) != 0);
lib/alloc_tag.c
671
mas_store_gfp(&mas, new_mod, GFP_KERNEL);
lib/maple_tree.c
4910
EXPORT_SYMBOL_GPL(mas_store_gfp);
lib/maple_tree.c
5705
ret = mas_store_gfp(&mas, entry, gfp);
lib/test_maple_tree.c
1405
mas_store_gfp(&mas, xa_mk_value(i), GFP_KERNEL);
lib/test_maple_tree.c
1435
mas_store_gfp(&mas, NULL, GFP_KERNEL);
lib/test_maple_tree.c
1447
mas_store_gfp(&mas, NULL, GFP_KERNEL);
lib/test_maple_tree.c
1459
mas_store_gfp(&mas, &mas, GFP_KERNEL);
lib/test_maple_tree.c
1461
mas_store_gfp(&mas, NULL, GFP_KERNEL);
lib/test_maple_tree.c
1473
mas_store_gfp(&mas, &mas, GFP_KERNEL);
lib/test_maple_tree.c
1475
mas_store_gfp(&mas, NULL, GFP_KERNEL);
lib/test_maple_tree.c
1487
mas_store_gfp(&mas, &mas, GFP_KERNEL);
lib/test_maple_tree.c
1489
mas_store_gfp(&mas, NULL, GFP_KERNEL);
lib/test_maple_tree.c
1502
mas_store_gfp(&mas, &mas, GFP_KERNEL);
lib/test_maple_tree.c
1505
mas_store_gfp(&mas, NULL, GFP_KERNEL);
lib/test_maple_tree.c
1527
mas_store_gfp(&mas, ptr, GFP_KERNEL);
lib/test_maple_tree.c
1549
mas_store_gfp(&mas, ptr, GFP_KERNEL);
lib/test_maple_tree.c
1569
mas_store_gfp(&mas, ptr, GFP_KERNEL);
lib/test_maple_tree.c
1587
mas_store_gfp(&mas, ptr, GFP_KERNEL);
lib/test_maple_tree.c
1609
mas_store_gfp(&mas, xa_mk_value(count), GFP_KERNEL);
lib/test_maple_tree.c
1614
mas_store_gfp(&mas, xa_mk_value(count), GFP_KERNEL);
lib/test_maple_tree.c
1619
mas_store_gfp(&mas, xa_mk_value(count), GFP_KERNEL);
lib/test_maple_tree.c
2022
mas_store_gfp(&mas, xa_mk_value(i), GFP_KERNEL);
lib/test_maple_tree.c
2135
mas_store_gfp(&newmas, val, GFP_KERNEL);
lib/test_maple_tree.c
2163
mas_store_gfp(&mas, xa_mk_value(i), GFP_KERNEL);
lib/test_maple_tree.c
2904
mas_store_gfp(&mas, (void *)size, GFP_KERNEL);
lib/test_maple_tree.c
3619
mas_store_gfp(&mas, xa_mk_value(count), GFP_KERNEL);
mm/damon/tests/vaddr-kunit.h
25
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
246
err = mas_store_gfp(&mas_busy, (void *)addr, GFP_KERNEL);
mm/execmem.c
250
mas_store_gfp(&mas_free, NULL, GFP_KERNEL);
mm/execmem.c
259
err = mas_store_gfp(&mas_free, ptr, GFP_KERNEL);
mm/execmem.c
261
mas_store_gfp(&mas_busy, NULL, GFP_KERNEL);
mm/execmem.c
373
mas_store_gfp(mas, NULL, gfp_mask);
mm/execmem.c
431
mas_store_gfp(&mas, area, GFP_KERNEL);
mm/vma.c
1454
error = mas_store_gfp(mas_detach, next, GFP_KERNEL);
mm/vma.c
2385
mas_store_gfp(mas, NULL, GFP_KERNEL|__GFP_NOFAIL);
mm/vma.h
290
mas_store_gfp(&vmi->mas, vma, gfp);
tools/testing/radix-tree/maple.c
34718
mas_store_gfp(&mas_writer, xa_mk_value(i), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34727
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34734
mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34744
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34752
mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34761
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34769
mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34778
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34785
mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34794
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34801
mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34810
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34818
mas_store_gfp(&mas_writer, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
34823
mas_store_gfp(&mas_writer, xa_mk_value(i), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34836
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34843
mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL);
tools/testing/radix-tree/maple.c
34855
mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL);
tools/testing/radix-tree/maple.c
35291
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35302
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35316
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35329
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35342
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35355
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35368
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35384
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
35415
mas_store_gfp(&mas, check_spanning_write, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35422
mas_store_gfp(&mas, check_spanning_write, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35424
mas_store_gfp(&mas, check_spanning_write, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35426
mas_store_gfp(&mas, check_spanning_write, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35428
mas_store_gfp(&mas, check_spanning_write, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35433
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35443
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35455
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35475
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35486
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35500
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35514
mas_store_gfp(&mas, check_spanning_write, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35536
mas_store_gfp(&mas, check_spanning_write, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35551
mas_store_gfp(&mas, check_spanning_write, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35554
mas_store_gfp(&mas, check_spanning_write, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35573
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35596
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35605
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35617
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35631
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35890
mas_store_gfp(&mas, xa_mk_value(5),
tools/testing/radix-tree/maple.c
35984
mas_store_gfp(&mas, &mas, GFP_KERNEL);
tools/testing/radix-tree/maple.c
35995
mas_store_gfp(&mas, &mas, GFP_KERNEL);
tools/testing/radix-tree/maple.c
36007
mas_store_gfp(&mas, &mas, GFP_KERNEL);
tools/testing/radix-tree/maple.c
36182
mas_store_gfp(&mas, xa_mk_value(index), GFP_KERNEL);
tools/testing/radix-tree/maple.c
36190
mas_store_gfp(&mas, xa_mk_value(index), GFP_KERNEL);
tools/testing/radix-tree/maple.c
36274
mas_store_gfp(&mas, NULL, GFP_KERNEL);
tools/testing/radix-tree/maple.c
36485
mas_store_gfp(&mas, xa_mk_value(0xdead), GFP_KERNEL);
tools/testing/vma/include/dup.h
1262
mas_store_gfp(&vmi->mas, NULL, gfp);