Searched refs:mas_prev_slot (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | maple_tree.c | 4430 * mas_prev_slot() - Get the entry in the previous slot 4439 static void *mas_prev_slot(struct ma_state *mas, unsigned long min, bool empty, in mas_prev_slot() function 5845 return mas_prev_slot(mas, min, false, true); in mas_prev() 5868 return mas_prev_slot(mas, min, true, true); in mas_prev_range() 6128 /* Retries on dead nodes handled by mas_prev_slot */ in mas_find_rev() 6129 return mas_prev_slot(mas, min, false, false); in mas_find_rev() 6154 /* Retries on dead nodes handled by mas_prev_slot */ in mas_find_range_rev() 6155 return mas_prev_slot(mas, min, true, false); in mas_find_range_rev()
|
Completed in 9 milliseconds