Lines Matching defs:depth

198 	MAS_BUG_ON(mas, mas->depth > MAPLE_HEIGHT_MAX);
199 new_flags |= mas->depth << MT_FLAGS_HEIGHT_OFFSET;
1366 * If mas->node == MAS_START, then set the min, max and depth to
1384 mas->depth = 0;
1388 mas->depth = 1;
2304 unsigned char depth = 0;
2311 depth++;
2317 } while (--depth);
2328 } while (--depth);
2858 * be either freed or destroyed. orig_l_mas->depth keeps track of the height of
2889 l_mas.depth = 0;
2917 l_mas.depth++;
2953 l_mas.depth++;
2972 mas->depth = l_mas.depth;
3180 mas->depth = height;
3288 tmp_mas.depth = mast->l->depth;
3378 mas->depth = mas_mt_height(mas);
3380 mas_node_count(mas, 1 + mas->depth * 2);
3390 while (height++ <= mas->depth) {
3540 mas->depth = 1;
3616 wr_mas->mas->depth++;
3785 mas->depth = 0;
3803 mas->depth = 1;
6718 unsigned long min, unsigned long max, unsigned int depth,
6721 unsigned int depth, enum mt_dump_format format)
6728 pr_info("%.*s%lx: ", depth * 2, spaces, min);
6730 pr_info("%.*s%lx-%lx: ", depth * 2, spaces, min, max);
6735 pr_info("%.*s%lu: ", depth * 2, spaces, min);
6737 pr_info("%.*s%lu-%lu: ", depth * 2, spaces, min, max);
6742 unsigned int depth, enum mt_dump_format format)
6744 mt_dump_range(min, max, depth, format);
6758 unsigned long min, unsigned long max, unsigned int depth,
6789 first, last, depth + 1, format);
6792 first, last, depth + 1, format);
6813 unsigned long min, unsigned long max, unsigned int depth,
6855 first, last, depth + 1, format);
6858 first, last, depth + 1, format);
6872 unsigned long min, unsigned long max, unsigned int depth,
6879 mt_dump_range(min, max, depth, format);
6881 pr_cont("node %p depth %d type %d parent %p", node, depth, type,
6890 min + i, min + i, depth, format);
6895 mt_dump_range64(mt, entry, min, max, depth, format);
6898 mt_dump_arange64(mt, entry, min, max, depth, format);
7251 pr_err(" min=%lx max=%lx alloc=%p, depth=%u, flags=%x\n",
7252 mas->min, mas->max, mas->alloc, mas->depth, mas->mas_flags);