Searched refs:mas_node_count_gfp (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/lib/ |
| D | maple_tree.c | 1339 static void mas_node_count_gfp(struct ma_state *mas, int count, gfp_t gfp) in mas_node_count_gfp() function 1359 return mas_node_count_gfp(mas, count, GFP_NOWAIT | __GFP_NOWARN); in mas_node_count() 5520 mas_node_count_gfp(mas, request, gfp); in mas_preallocate() 5630 mas_node_count_gfp(mas, nr_nodes + 3, GFP_KERNEL); in mas_expected_entries()
|
| /Linux-v6.6/tools/testing/radix-tree/ |
| D | maple.c | 81 mas_node_count_gfp(mas, MAPLE_ALLOC_SLOTS + 1, GFP_KERNEL); in check_mas_alloc_node_count() 82 mas_node_count_gfp(mas, MAPLE_ALLOC_SLOTS + 3, GFP_KERNEL); in check_mas_alloc_node_count()
|