Searched refs:mas_find_rev (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/lib/ |
H A D | test_maple_tree.c | 354 val = mas_find_rev(&mas, 1000); in check_rev_find() 356 val = mas_find_rev(&mas, 1000); in check_rev_find() 360 val = mas_find_rev(&mas, 997); in check_rev_find() 364 val = mas_find_rev(&mas, 900); in check_rev_find() 366 val = mas_find_rev(&mas, 900); in check_rev_find() 370 val = mas_find_rev(&mas, 0); in check_rev_find() 372 val = mas_find_rev(&mas, 0); in check_rev_find() 374 val = mas_find_rev(&mas, 0); in check_rev_find() 376 val = mas_find_rev(&mas, 0); in check_rev_find() 3126 entry = mas_find_rev(&mas, 0); in check_state_handling() [all …]
|
H A D | maple_tree.c | 6121 void *mas_find_rev(struct ma_state *mas, unsigned long min) in mas_find_rev() function 6132 EXPORT_SYMBOL_GPL(mas_find_rev);
|
/openbmc/linux/include/linux/ |
H A D | maple_tree.h | 469 void *mas_find_rev(struct ma_state *mas, unsigned long min);
|
/openbmc/linux/Documentation/core-api/ |
H A D | maple_tree.rst | 178 mas_find_rev() will find the fist entry which exists at or below the last on
|