Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dmaple_tree.c158 static inline struct maple_node *mt_alloc_one(gfp_t gfp) in mt_alloc_one() function
1265 node = (struct maple_alloc *)mt_alloc_one(gfp); in mas_alloc_nodes()
/openbmc/linux/tools/testing/radix-tree/
H A Dmaple.c35872 node = mt_alloc_one(GFP_KERNEL); in farmer_tests()