Searched refs:mas_find_rev (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/ |
| H A D | test_maple_tree.c | 360 val = mas_find_rev(&mas, 1000); in check_rev_find() 362 val = mas_find_rev(&mas, 1000); in check_rev_find() 366 val = mas_find_rev(&mas, 997); in check_rev_find() 370 val = mas_find_rev(&mas, 900); in check_rev_find() 372 val = mas_find_rev(&mas, 900); in check_rev_find() 376 val = mas_find_rev(&mas, 0); in check_rev_find() 378 val = mas_find_rev(&mas, 0); in check_rev_find() 380 val = mas_find_rev(&mas, 0); in check_rev_find() 382 val = mas_find_rev(&mas, 0); in check_rev_find() 3122 entry = mas_find_rev(&mas, 0); in check_state_handling() [all …]
|
| H A D | maple_tree.c | 5753 void *mas_find_rev(struct ma_state *mas, unsigned long min) in mas_find_rev() function 5764 EXPORT_SYMBOL_GPL(mas_find_rev);
|
| /linux/include/linux/ |
| H A D | maple_tree.h | 520 void *mas_find_rev(struct ma_state *mas, unsigned long min); 609 while (((__entry) = mas_find_rev((__mas), (__min))) != NULL)
|
| /linux/Documentation/core-api/ |
| H A D | maple_tree.rst | 182 mas_find_rev() will find the first entry which exists at or below the last on
|
| /linux/fs/ |
| H A D | libfs.c | 488 child = mas_find_rev(&mas, DIR_OFFSET_MIN); in offset_dir_lookup()
|