Searched refs:mas_store_gfp (Results 1 – 12 of 12) sorted by relevance
| /linux/lib/ |
| H A D | test_maple_tree.c | 1405 mas_store_gfp(&mas, xa_mk_value(i), GFP_KERNEL); in check_prev_entry() 1435 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_store_null() 1447 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_store_null() 1459 mas_store_gfp(&mas, &mas, GFP_KERNEL); in check_store_null() 1461 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_store_null() 1473 mas_store_gfp(&mas, &mas, GFP_KERNEL); in check_store_null() 1475 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_store_null() 1487 mas_store_gfp(&mas, &mas, GFP_KERNEL); in check_store_null() 1489 mas_store_gfp(&mas, NULL, GFP_KERNEL); in check_store_null() 1502 mas_store_gfp(&mas, &mas, GFP_KERNEL); in check_store_null() [all …]
|
| H A D | maple_tree.c | 4978 int mas_store_gfp(struct ma_state *mas, void *entry, gfp_t gfp) in mas_store_gfp() function 5004 EXPORT_SYMBOL_GPL(mas_store_gfp); 5859 ret = mas_store_gfp(&mas, entry, gfp); in mtree_store_range()
|
| /linux/mm/damon/tests/ |
| H A D | vaddr-kunit.h | 25 if (mas_store_gfp(&mas, &vmas[i], GFP_KERNEL)) in __link_vmas()
|
| /linux/tools/testing/radix-tree/ |
| H A D | maple.c | 34718 mas_store_gfp(&mas_writer, xa_mk_value(i), GFP_KERNEL); in check_rcu_simulated() 34727 mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL); in check_rcu_simulated() 34734 mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL); in check_rcu_simulated() 34744 mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL); in check_rcu_simulated() 34752 mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL); in check_rcu_simulated() 34761 mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL); in check_rcu_simulated() 34769 mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL); in check_rcu_simulated() 34778 mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL); in check_rcu_simulated() 34785 mas_store_gfp(&mas_writer, xa_mk_value(target/10), GFP_KERNEL); in check_rcu_simulated() 34794 mas_store_gfp(&mas_writer, xa_mk_value(val), GFP_KERNEL); in check_rcu_simulated() [all …]
|
| /linux/include/linux/ |
| H A D | maple_tree.h | 561 int mas_store_gfp(struct ma_state *mas, void *entry, gfp_t gfp);
|
| H A D | mm.h | 1695 mas_store_gfp(&vmi->mas, NULL, gfp); in vma_iter_clear_gfp()
|
| /linux/mm/ |
| H A D | vma.h | 376 mas_store_gfp(&vmi->mas, vma, gfp); in vma_iter_store_gfp()
|
| H A D | alloc_tag.c | 1016 mas_store_gfp(&mas, new_mod, GFP_KERNEL); in replace_module()
|
| H A D | vma.c | 1534 error = mas_store_gfp(mas_detach, next, GFP_KERNEL); in vms_gather_munmap_vmas() 2484 mas_store_gfp(mas, NULL, GFP_KERNEL|__GFP_NOFAIL); in vms_abort_munmap_vmas()
|
| /linux/Documentation/core-api/ |
| H A D | maple_tree.rst | 181 using mas_store_gfp() and pass it a ``NULL``,
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 1286 mas_store_gfp(&vmi->mas, NULL, gfp); in vma_iter_clear_gfp()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_uvmm.c | 297 mas_store_gfp(&mas, reg, GFP_KERNEL); in __nouveau_uvma_region_insert()
|