Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
H A Dmaple_tree.h478 int mas_expected_entries(struct ma_state *mas, unsigned long nr_entries);
H A Dmm.h1011 return mas_expected_entries(&vmi->mas, count); in vma_iter_bulk_alloc()
/kernel/linux/linux-6.6/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.c5389 * store the entry. Please see mas_expected_entries()/mas_destroy() for more details.
5596 * mas_expected_entries() - Set the expected number of entries that will be inserted.
5607 int mas_expected_entries(struct ma_state *mas, unsigned long nr_entries) in mas_expected_entries() function
5655 EXPORT_SYMBOL_GPL(mas_expected_entries); variable
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A Dmaple.c[all...]

Completed in 36 milliseconds