Lines Matching defs:limit
151 /* Prevent mas_wr_bnode() from exceeding the stack frame limit */
718 * Return: The pivot at @piv within the limit of the @pivots array, @mas->max
2894 * rippling up the tree to limit the amount of churn. Once a new sub-section of
4354 * @min: The lower limit to search
4435 * @set_underflow: Set the @mas->node to underflow state on limit.
4598 * @set_overflow: Should @mas->node be set to overflow when the limit is
4692 * @limit: The maximum range start.
4695 * the beginning value for the entry. Does not check beyond @limit.
4702 static inline void *mas_next_entry(struct ma_state *mas, unsigned long limit)
4704 if (mas->last >= limit) {
4709 return mas_next_slot(mas, limit, false, true);
4983 * mas_sparse_area() - Internal function. Return upper or lower limit when
5120 /* Trim the upper limit to the max. */
6994 pr_err("gap %p[%u] beyond node limit != 0\n",
7107 pr_err("Missing node limit pivot at %p[%u]",