Searched refs:mas_node_count_gfp (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/lib/ |
| H A D | maple_tree.c | 1325 static void mas_node_count_gfp(struct ma_state *mas, int count, gfp_t gfp) in mas_node_count_gfp() function 1345 return mas_node_count_gfp(mas, count, GFP_NOWAIT | __GFP_NOWARN); in mas_node_count() 5501 mas_node_count_gfp(mas, request, gfp); in mas_preallocate() 5612 mas_node_count_gfp(mas, nr_nodes + 3, GFP_KERNEL); in mas_expected_entries()
|
| /linux-6.15/tools/testing/radix-tree/ |
| H A D | maple.c | 82 mas_node_count_gfp(mas, MAPLE_ALLOC_SLOTS + 1, GFP_KERNEL); in check_mas_alloc_node_count() 83 mas_node_count_gfp(mas, MAPLE_ALLOC_SLOTS + 3, GFP_KERNEL); in check_mas_alloc_node_count()
|