Home
last modified time | relevance | path

Searched refs:mas_alloc_cyclic (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dmaple_tree.h520 int mas_alloc_cyclic(struct ma_state *mas, unsigned long *startp,
/linux-6.15/lib/
H A Dmaple_tree.c4328 int mas_alloc_cyclic(struct ma_state *mas, unsigned long *startp, in mas_alloc_cyclic() function
4364 EXPORT_SYMBOL(mas_alloc_cyclic);
6479 ret = mas_alloc_cyclic(&mas, startp, entry, range_lo, range_hi, in mtree_alloc_cyclic()
H A Dtest_maple_tree.c3722 mas_alloc_cyclic(&mas, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing()