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

/netbsd-current/sys/ufs/chfs/
H A Dchfs_erase.c53 uint32_t dirty, unchecked, used, free, wasted; local
90 wasted = cheb->wasted_size;
107 chfs_change_size_wasted(chmp, cheb, -wasted);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_sa.c163 unsigned soffset, eoffset, wasted; local
167 wasted = (align - (soffset % align)) % align;
169 if ((eoffset - soffset) >= (size + wasted)) {
170 soffset += wasted;
196 unsigned soffset, eoffset, wasted; local
205 wasted = (align - (soffset % align)) % align;
207 if ((eoffset - soffset) >= (size + wasted)) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_sa.c208 unsigned soffset, eoffset, wasted; local
212 wasted = (align - (soffset % align)) % align;
214 if ((eoffset - soffset) >= (size + wasted)) {
215 soffset += wasted;
241 unsigned soffset, eoffset, wasted; local
252 wasted = (align - (soffset % align)) % align;
254 if ((eoffset - soffset) >= (size + wasted)) {
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_mm.c290 unsigned wasted; local
297 wasted = 0;
305 wasted += alignment - tmp;
308 if (entry->size >= size + wasted) {
/netbsd-current/external/bsd/nsd/dist/
H A Dregion-allocator.c288 size_t wasted; local
292 wasted = (region->chunk_size - region->allocated) & (~(ALIGNMENT-1));
295 wasted >= ALIGNMENT
297 wasted >= SIZEOF_VOIDP
300 /* put wasted part in recycle bin for later use */
301 region->total_allocated += wasted;
303 region_recycle(region, region->data+region->allocated, wasted);
304 region->allocated += wasted;
485 fprintf(out, "%lu objects (%lu small/%lu large), %lu bytes allocated (%lu wasted) in %lu chunks, %lu cleanups, %lu in recyclebin",
532 snprintf(str, strl, "%lu objects (%lu small/%lu large), %lu bytes allocated (%lu wasted) i
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
H A Dlshift.asm239 C wasted cycle here waiting for %mm0
H A Drshift.asm119 C This loop is 5 or 8 cycles, with every second load unaligned and a wasted
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Dmul_basecase.asm69 C extra stack setups and maybe 2 or 3 wasted cycles at the end. Code saving
/netbsd-current/sys/arch/vax/vax/
H A Demulate.S815 setoverflow # wasted digit is non-zero

Completed in 116 milliseconds