Home
last modified time | relevance | path

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

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