Searched refs:mas_store_gfp (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/base/regmap/ |
H A D | regcache-maple.c | 95 ret = mas_store_gfp(&mas, entry, map->alloc_flags); in regcache_maple_write() 166 ret = mas_store_gfp(&mas, lower, map->alloc_flags); in regcache_maple_drop() 174 ret = mas_store_gfp(&mas, upper, map->alloc_flags); in regcache_maple_drop() 335 ret = mas_store_gfp(&mas, entry, map->alloc_flags); in regcache_maple_insert_block()
|
/openbmc/linux/mm/damon/ |
H A D | vaddr-test.h | 29 if (mas_store_gfp(&mas, &vmas[i], GFP_KERNEL)) in __link_vmas()
|
/openbmc/linux/mm/ |
H A D | internal.h | 1164 mas_store_gfp(&vmi->mas, NULL, gfp); in vma_iter_clear_gfp() 1212 mas_store_gfp(&vmi->mas, vma, gfp); in vma_iter_store_gfp()
|
H A D | mmap.c | 2510 error = mas_store_gfp(&mas_detach, next, GFP_KERNEL); in do_vmi_align_munmap()
|
/openbmc/linux/lib/ |
H A D | test_maple_tree.c | 1364 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 D | maple_tree.c | 5430 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 D | maple.c | 35086 mas_store_gfp(&mas_writer, xa_mk_value(i), GFP_KERNEL); in check_rcu_simulated() 35095 mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL); in check_rcu_simulated() 35102 mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL); in check_rcu_simulated() 35112 mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL); in check_rcu_simulated() 35120 mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL); in check_rcu_simulated() 35129 mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL); in check_rcu_simulated() 35137 mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL); in check_rcu_simulated() 35146 mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL); in check_rcu_simulated() 35153 mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL); in check_rcu_simulated() 35162 mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL); in check_rcu_simulated() [all …]
|
/openbmc/linux/include/linux/ |
H A D | maple_tree.h | 465 int mas_store_gfp(struct ma_state *mas, void *entry, gfp_t gfp);
|
/openbmc/linux/kernel/irq/ |
H A D | irqdesc.c | 162 WARN_ON(mas_store_gfp(&mas, desc, GFP_KERNEL) != 0); in irq_insert_desc()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_uvmm.c | 291 mas_store_gfp(&mas, reg, GFP_KERNEL); in __nouveau_uvma_region_insert()
|