Searched refs:mtree_alloc_cyclic (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/lib/ |
| H A D | test_maple_tree.c | 3734 mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing() 3751 mtree_alloc_cyclic(mt, &location, mt, 2, 1024, &next, GFP_KERNEL); in alloc_cyclic_testing() 3758 mtree_alloc_cyclic(mt, &location, mt, 2, 1024, &next, GFP_KERNEL); in alloc_cyclic_testing() 3763 mtree_alloc_cyclic(mt, &location, mt, 2, 1024, &next, GFP_KERNEL); in alloc_cyclic_testing() 3771 ret = mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing() 3773 ret = mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing() 3775 ret = mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing()
|
| H A D | maple_tree.c | 6466 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_cyclic() function 6484 EXPORT_SYMBOL(mtree_alloc_cyclic);
|
| /linux-6.15/include/linux/ |
| H A D | maple_tree.h | 335 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp,
|
| /linux-6.15/fs/ |
| H A D | libfs.c | 300 ret = mtree_alloc_cyclic(&octx->mt, &offset, dentry, DIR_OFFSET_MIN, in simple_offset_add()
|