Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dtest_maple_tree.c1261 mas_store_gfp(&mas, xa_mk_value(i), GFP_KERNEL); in check_prev_entry()
1296 mas_store_gfp(&mas, ptr, GFP_KERNEL); in check_root_expand()
1318 mas_store_gfp(&mas, ptr, GFP_KERNEL); in check_root_expand()
1338 mas_store_gfp(&mas, ptr, GFP_KERNEL); in check_root_expand()
1356 mas_store_gfp(&mas, ptr, GFP_KERNEL); in check_root_expand()
1735 mas_store_gfp(&newmas, val, GFP_KERNEL); in check_mas_store_gfp()
Dmaple_tree.c5671 int mas_store_gfp(struct ma_state *mas, void *entry, gfp_t gfp) in mas_store_gfp() function
5687 EXPORT_SYMBOL_GPL(mas_store_gfp);
/linux-6.1.9/include/linux/
Dmaple_tree.h455 int mas_store_gfp(struct ma_state *mas, void *entry, gfp_t gfp);
/linux-6.1.9/tools/testing/radix-tree/
Dmaple.c34977 mas_store_gfp(&mas_writer, xa_mk_value(i), GFP_KERNEL); in check_rcu_simulated()
34986 mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL); in check_rcu_simulated()
34993 mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL); in check_rcu_simulated()
35003 mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL); in check_rcu_simulated()
35011 mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL); in check_rcu_simulated()
35020 mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL); in check_rcu_simulated()
35028 mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL); in check_rcu_simulated()
35037 mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL); in check_rcu_simulated()
35044 mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL); in check_rcu_simulated()
35053 mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL); in check_rcu_simulated()
[all …]
/linux-6.1.9/mm/
Dmmap.c2280 if (mas_store_gfp(mas_detach, vma, GFP_KERNEL)) in munmap_sidetree()
2988 if (mas_store_gfp(mas, vma, GFP_KERNEL)) in do_brk_flags()