Lines Matching refs:empty
1371 * - If it's an empty tree: NULL & mas->node == MAS_NONE
1397 /* empty tree */
3369 * accomplish the balance, there are empty slots remaining in both left
4047 * Only update gap when the new entry is empty or there is an empty
4434 * @empty: Can be empty
4439 static void *mas_prev_slot(struct ma_state *mas, unsigned long min, bool empty,
4496 if (!empty) {
4597 * @empty: Can be empty
4603 static void *mas_next_slot(struct ma_state *mas, unsigned long max, bool empty,
4672 if (!empty) {
4984 * searching for a gap in an empty tree.