Searched refs:mas_alloc_cyclic (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | maple_tree.h | 524 int mas_alloc_cyclic(struct ma_state *mas, unsigned long *startp,
|
/linux/lib/ |
H A D | maple_tree.c | 4352 * mas_alloc_cyclic() - Internal call to find somewhere to store an entry 4365 int mas_alloc_cyclic(struct ma_state *mas, unsigned long *startp, in mas_alloc_cyclic() function 4401 EXPORT_SYMBOL(mas_alloc_cyclic); 6527 ret = mas_alloc_cyclic(&mas, startp, entry, range_lo, range_hi, in mtree_alloc_cyclic()
|
H A D | test_maple_tree.c | 3754 mas_alloc_cyclic(&mas, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing() 3778 * mas_reset() in mas_alloc_cyclic(). in alloc_cyclic_testing()
|