Searched refs:mas_node_count_gfp (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/lib/ |
D | maple_tree.c | 1315 static void mas_node_count_gfp(struct ma_state *mas, int count, gfp_t gfp) in mas_node_count_gfp() function 1335 return mas_node_count_gfp(mas, count, GFP_NOWAIT | __GFP_NOWARN); in mas_node_count() 5546 mas_node_count_gfp(mas, request, gfp); in mas_preallocate() 5657 mas_node_count_gfp(mas, nr_nodes + 3, GFP_KERNEL); in mas_expected_entries()
|
/linux-6.12.1/tools/testing/radix-tree/ |
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()
|