Searched refs:mas_next (Results 1 - 5 of 5) sorted by relevance

/linux-master/lib/
H A Dtest_maple_tree.c1336 entry = mas_next(&mas, limit);
1449 ptr = mas_next(&mas, ULONG_MAX);
1467 ptr = mas_next(&mas, ULONG_MAX);
1548 mas_next(&mas, ULONG_MAX);
1549 entry = mas_next(&mas, ULONG_MAX);
1579 entry = mas_next(&mas, ULONG_MAX);
1581 mas_next(&mas, ULONG_MAX); /* go to the next entry. */
2077 mas_next(&mas, 1000);
2107 val = mas_next(&mas, 1000);
2117 val = mas_next(
[all...]
H A Dmaple_tree.c5742 * mas_next() - Get the next entry.
5752 void *mas_next(struct ma_state *mas, unsigned long max) function
5762 EXPORT_SYMBOL_GPL(mas_next); variable
5805 entry = mas_next(&mas, max);
/linux-master/include/linux/
H A Dmaple_tree.h518 void *mas_next(struct ma_state *mas, unsigned long max);
732 * have the effect of starting a walk from the top; see mas_next()
748 * have the effect of starting a walk from the top; see mas_next()
/linux-master/mm/
H A Dmmap.c1597 tmp = mas_next(&mas, ULONG_MAX);
1649 tmp = mas_next(&mas, ULONG_MAX);
1920 vma = mas_next(&mas, ULONG_MAX);
2598 vma_test = mas_next(&test, count - 1);
/linux-master/tools/testing/radix-tree/
H A Dmaple.c763 entry = mas_next(&tmp, mas_end->last);
772 entry = mas_next(&tmp, mas_end->last);
[all...]

Completed in 189 milliseconds