Searched refs:mtree_alloc_cyclic (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/ |
| H A D | test_maple_tree.c | 3668 mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing() 3685 mtree_alloc_cyclic(mt, &location, mt, 2, 1024, &next, GFP_KERNEL); in alloc_cyclic_testing() 3692 mtree_alloc_cyclic(mt, &location, mt, 2, 1024, &next, GFP_KERNEL); in alloc_cyclic_testing() 3697 mtree_alloc_cyclic(mt, &location, mt, 2, 1024, &next, GFP_KERNEL); in alloc_cyclic_testing() 3705 ret = mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing() 3707 ret = mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing() 3709 ret = mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing()
|
| H A D | maple_tree.c | 5846 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_cyclic() function 5864 EXPORT_SYMBOL(mtree_alloc_cyclic);
|
| /linux/include/linux/ |
| H A D | maple_tree.h | 369 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp,
|