Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dmaple_tree.c150 static inline struct maple_node *mt_alloc_one(gfp_t gfp) in mt_alloc_one() function
1226 node = (struct maple_alloc *)mt_alloc_one(gfp); in mas_alloc_nodes()
/Linux-v6.1/tools/testing/radix-tree/
Dmaple.c35748 node = mt_alloc_one(GFP_KERNEL); in farmer_tests()