Searched refs:wasted (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/
H A Ddrm_suballoc.c166 size_t soffset, eoffset, wasted; local
170 wasted = round_up(soffset, align) - soffset;
172 if ((eoffset - soffset) >= (size + wasted)) {
173 soffset += wasted;
189 size_t soffset, eoffset, wasted; local
198 wasted = round_up(soffset, align) - soffset;
200 return ((eoffset - soffset) >= (size + wasted));
/linux-master/fs/jffs2/
H A Ddebug.c35 JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + wasted %#08x + unchecked %#08x != total %#08x.\n",
44 JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + erasing %#08x + bad %#08x + wasted %#08x + unchecked %#08x != total %#08x.\n",
163 uint32_t free = 0, dirty = 0, used = 0, wasted = 0, local
173 wasted += c->gcblock->wasted_size;
181 wasted += c->nextblock->wasted_size;
189 wasted += jeb->wasted_size;
197 wasted += jeb->wasted_size;
205 wasted += jeb->wasted_size;
213 wasted += jeb->wasted_size;
221 wasted
[all...]
/linux-master/tools/mm/
H A Dslabinfo.c860 unsigned long long wasted; local
872 wasted = size - used;
893 if (wasted < min_waste)
894 min_waste = wasted;
918 if (wasted > max_waste)
919 max_waste = wasted;
938 total_waste += wasted;
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_pgtable.c23 #warning Limited user VSID range means pagetable space is wasted
/linux-master/mm/
H A Dpercpu.c2936 int allocs = 0, wasted = 0; local
2944 wasted += this_allocs * upa - group_cnt[group];
2952 if (wasted > num_possible_cpus() / 3)

Completed in 215 milliseconds