Searched refs:mas_store_prealloc (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/mm/ |
D | vma.h | 443 mas_store_prealloc(&vmi->mas, NULL); in vma_iter_clear() 476 mas_store_prealloc(&vmi->mas, vma); in vma_iter_store()
|
/linux-6.12.1/include/linux/ |
D | maple_tree.h | 514 void mas_store_prealloc(struct ma_state *mas, void *entry);
|
/linux-6.12.1/tools/testing/radix-tree/ |
D | maple.c | 35535 mas_store_prealloc(&mas, ptr); in check_prealloc() 35543 mas_store_prealloc(&mas, ptr); in check_prealloc() 35551 mas_store_prealloc(&mas, ptr); in check_prealloc() 35560 mas_store_prealloc(&mas, ptr); in check_prealloc() 35578 mas_store_prealloc(&mas, ptr); in check_prealloc() 36300 mas_store_prealloc(&mas, xa_mk_value(1)); in check_vma_modification() 36307 mas_store_prealloc(&mas, xa_mk_value(1)); in check_vma_modification() 36312 mas_store_prealloc(&mas, NULL); in check_vma_modification()
|
/linux-6.12.1/lib/ |
D | maple_tree.c | 5502 void mas_store_prealloc(struct ma_state *mas, void *entry) in mas_store_prealloc() function 5524 EXPORT_SYMBOL_GPL(mas_store_prealloc);
|