Searched refs:mas_find_rev (Results 1 – 4 of 4) 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() 3157 entry = mas_find_rev(&mas, 0); in check_state_handling() [all …]
|
| H A D | maple_tree.c | 5520 void *mas_find_rev(struct ma_state *mas, unsigned long min) in mas_find_rev() function 5531 EXPORT_SYMBOL_GPL(mas_find_rev);
|
| /linux/include/linux/ |
| H A D | maple_tree.h | 562 void *mas_find_rev(struct ma_state *mas, unsigned long min); 651 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
|