Lines Matching defs:range_max
811 * @*range_max: Pointer to store the maximum range of the offset
818 unsigned long *range_max)
828 (*range_max) = (*range_min) = mas->index;
868 *range_max = max;
878 * accordingly. range_min and range_max are set to the range which the entry is
882 * @*range_max: A pointer to store the maximum of the range
889 unsigned long *range_min, unsigned long *range_max)
899 mas_node_walk(mas, node, type, range_min, range_max);
917 * @*range_max: The maximum range to be set.
924 unsigned long *range_max)
935 *range_min = *range_max = 0;
942 ret = mas_descend_walk(mas, range_min, range_max);
956 unsigned long *range_min, unsigned long *range_max)
965 if (mas_tree_walk(mas, range_min, range_max))