Home
last modified time | relevance | path

Searched refs:mtree_alloc_cyclic (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dmaple_tree.h335 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp,
/linux-6.12.1/lib/
Dtest_maple_tree.c3624 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()
Dmaple_tree.c6511 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/
Dlibfs.c289 ret = mtree_alloc_cyclic(&octx->mt, &offset, dentry, DIR_OFFSET_MIN, in simple_offset_add()