Home
last modified time | relevance | path

Searched refs:mas_node_count_gfp (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dmaple_tree.c1316 static void mas_node_count_gfp(struct ma_state *mas, int count, gfp_t gfp) in mas_node_count_gfp() function
1336 return mas_node_count_gfp(mas, count, GFP_NOWAIT | __GFP_NOWARN); in mas_node_count()
5556 mas_node_count_gfp(mas, request, gfp); in mas_preallocate()
5666 mas_node_count_gfp(mas, nr_nodes + 3, GFP_KERNEL); in mas_expected_entries()
/linux/tools/testing/radix-tree/
H A Dmaple.c81 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()