Searched refs:mtree_alloc_cyclic (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/include/linux/ |
D | maple_tree.h | 335 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp,
|
/linux-6.12.1/lib/ |
D | test_maple_tree.c | 3624 mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing() 3633 ret = mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing() 3635 ret = mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing() 3637 ret = mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing()
|
D | maple_tree.c | 6511 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_cyclic() function 6529 EXPORT_SYMBOL(mtree_alloc_cyclic);
|
/linux-6.12.1/fs/ |
D | libfs.c | 289 ret = mtree_alloc_cyclic(&octx->mt, &offset, dentry, DIR_OFFSET_MIN, in simple_offset_add()
|