Lines Matching defs:first
580 * The ma_state alloc member is overloaded to hold a pointer to the first
600 * The requested number of allocations is either in the first allocated node,
1523 * Check the first implied pivot optimizes the loop below and slot 1 may
1870 * Return: The first split location. The middle split is set in @mid_split.
3839 * state is duplicated. The first maple state walks the left tree path
5391 * Return: the first entry between mas->index and mas->last or %NULL.
5985 * mas_find() - On the first call, find the entry at or after mas->index up to
6009 * mas_find_range() - On the first call, find the entry at or after
6109 * mas_find_rev: On the first call, find the first non-null entry at or below
6110 * mas->index down to %min. Otherwise find the first non-null entry below
6135 * mas_find_range_rev: On the first call, find the first non-null entry at or
6328 * @first: The start of the range
6336 int mtree_insert_range(struct maple_tree *mt, unsigned long first,
6339 MA_STATE(ms, mt, first, last);
6344 if (first > last)
6688 /* Depth first search, post-order */
6763 unsigned long first = min;
6789 first, last, depth + 1, format);
6792 first, last, depth + 1, format);
6808 first = last + 1;
6818 unsigned long first = min;
6855 first, last, depth + 1, format);
6858 first, last, depth + 1, format);
6867 first = last + 1;