Lines Matching refs:total
44 unsigned int weight = bitmap_weight(idm->bitmap, idm->total);
50 weight, idm->total);
57 idm->total = 0;
81 idm_assert(idm, !idm->total);
94 idm->total = limit;
101 idm->total, str_plural(idm->total));
106 unsigned int total,
109 unsigned int found = total;
112 for_each_clear_bitrange(rs, re, bitmap, total) {
129 if (!idm->total)
137 if (idm->used + count + retain > idm->total)
142 id = find_last_zero_area(idm->bitmap, idm->total, count);
148 id = bitmap_find_next_zero_area(idm->bitmap, idm->total, 0, count, 0);
150 if (id >= idm->total)
164 idm_assert(idm, start < idm->total);
165 idm_assert(idm, start + count - 1 < idm->total);
256 drm_printf_indent(p, indent, "total %u\n", idm->total);
261 for_each_set_bitrange(rs, re, idm->bitmap, idm->total)