Lines Matching defs:range_min
838 * @*range_min: Pointer to store the minimum range of the offset
845 enum maple_type type, unsigned long *range_min,
856 (*range_max) = (*range_min) = mas->index;
897 *range_min = prev;
906 * accordingly. range_min and range_max are set to the range which the entry is
909 * @*range_min: A pointer to store the minimum of the range
917 unsigned long *range_min, unsigned long *range_max)
927 mas_node_walk(mas, node, type, range_min, range_max);
944 * @*range_min: The minimum range to be set.
951 static inline bool mas_tree_walk(struct ma_state *mas, unsigned long *range_min,
963 *range_min = *range_max = 0;
970 ret = mas_descend_walk(mas, range_min, range_max);
985 unsigned long *range_min, unsigned long *range_max)
994 if (mas_tree_walk(mas, range_min, range_max))