Home
last modified time | relevance | path

Searched refs:mas_expected_entries (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dmaple_tree.h478 int mas_expected_entries(struct ma_state *mas, unsigned long nr_entries);
H A Dmm.h985 return mas_expected_entries(&vmi->mas, count); in vma_iter_bulk_alloc()
/openbmc/linux/Documentation/core-api/
H A Dmaple_tree.rst197 need to occur before a write occurs then calling mas_expected_entries() will
/openbmc/linux/lib/
H A Dtest_maple_tree.c1862 if (mas_expected_entries(&newmas, nr_entries)) { in check_forking()
2007 if (mas_expected_entries(&newmas, nr_entries)) { in bench_forking()
2644 ret = mas_expected_entries(&newmas, nr_entries); in check_dup_gaps()
H A Dmaple_tree.c5607 int mas_expected_entries(struct ma_state *mas, unsigned long nr_entries) in mas_expected_entries() function
5655 EXPORT_SYMBOL_GPL(mas_expected_entries);
/openbmc/linux/tools/testing/radix-tree/
H A Dmaple.c35430 mas_expected_entries(&mas, max); in check_dfs_preorder()