Lines Matching refs:mas_next_slot
4593 * mas_next_slot() - Get the entry in the next slot
4603 static void *mas_next_slot(struct ma_state *mas, unsigned long max, bool empty,
4709 return mas_next_slot(mas, limit, false, true);
5721 /* Retries on dead nodes handled by mas_next_slot */
5722 return mas_next_slot(mas, max, false, true);
5744 /* Retries on dead nodes handled by mas_next_slot */
5745 return mas_next_slot(mas, max, true, true);
6003 /* Retries on dead nodes handled by mas_next_slot */
6004 return mas_next_slot(mas, max, false, false);
6027 /* Retries on dead nodes handled by mas_next_slot */
6028 return mas_next_slot(mas, max, true, false);