Searched refs:mas_node_count_gfp (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/lib/ |
H A 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() 5531 mas_node_count_gfp(mas, request, gfp); in mas_preallocate() 5641 mas_node_count_gfp(mas, nr_nodes + 3, GFP_KERNEL); in mas_expected_entries()
|
/openbmc/linux/tools/testing/radix-tree/ |
H A 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()
|