Home
last modified time | relevance | path

Searched refs:wasted (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_sa.c194 unsigned soffset, eoffset, wasted; in radeon_sa_bo_try_alloc() local
198 wasted = (align - (soffset % align)) % align; in radeon_sa_bo_try_alloc()
200 if ((eoffset - soffset) >= (size + wasted)) { in radeon_sa_bo_try_alloc()
201 soffset += wasted; in radeon_sa_bo_try_alloc()
227 unsigned soffset, eoffset, wasted; in radeon_sa_event() local
238 wasted = (align - (soffset % align)) % align; in radeon_sa_event()
240 if ((eoffset - soffset) >= (size + wasted)) { in radeon_sa_event()
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sa.c155 unsigned soffset, eoffset, wasted; in amdgpu_sa_bo_try_alloc() local
159 wasted = (align - (soffset % align)) % align; in amdgpu_sa_bo_try_alloc()
161 if ((eoffset - soffset) >= (size + wasted)) { in amdgpu_sa_bo_try_alloc()
162 soffset += wasted; in amdgpu_sa_bo_try_alloc()
188 unsigned soffset, eoffset, wasted; in amdgpu_sa_event() local
197 wasted = (align - (soffset % align)) % align; in amdgpu_sa_event()
199 if ((eoffset - soffset) >= (size + wasted)) { in amdgpu_sa_event()
/Linux-v5.10/fs/jffs2/
Ddebug.c163 uint32_t free = 0, dirty = 0, used = 0, wasted = 0, in __jffs2_dbg_superblock_counts() local
173 wasted += c->gcblock->wasted_size; in __jffs2_dbg_superblock_counts()
181 wasted += c->nextblock->wasted_size; in __jffs2_dbg_superblock_counts()
189 wasted += jeb->wasted_size; in __jffs2_dbg_superblock_counts()
197 wasted += jeb->wasted_size; in __jffs2_dbg_superblock_counts()
205 wasted += jeb->wasted_size; in __jffs2_dbg_superblock_counts()
213 wasted += jeb->wasted_size; in __jffs2_dbg_superblock_counts()
221 wasted += jeb->wasted_size; in __jffs2_dbg_superblock_counts()
229 wasted += jeb->wasted_size; in __jffs2_dbg_superblock_counts()
237 wasted += jeb->wasted_size; in __jffs2_dbg_superblock_counts()
[all …]
/Linux-v5.10/tools/vm/
Dslabinfo.c836 unsigned long long wasted; in totals() local
848 wasted = size - used; in totals()
869 if (wasted < min_waste) in totals()
870 min_waste = wasted; in totals()
894 if (wasted > max_waste) in totals()
895 max_waste = wasted; in totals()
914 total_waste += wasted; in totals()
/Linux-v5.10/drivers/devfreq/event/
DKconfig9 wasted resource.
/Linux-v5.10/arch/powerpc/mm/book3s64/
Dhash_pgtable.c22 #warning Limited user VSID range means pagetable space is wasted
/Linux-v5.10/Documentation/x86/
Dtlb.rst26 all of the individual flush will have ended up being wasted
Dcpuinfo.rst57 array. Since there is a struct cpuinfo_x86 for each possible CPU, the wasted
Dmds.rst88 other than a small number of pointlessly wasted CPU cycles.
/Linux-v5.10/Documentation/gpu/
Dafbc.rst70 Please note, however, that the inclusion of a "wasted" 'X' channel is
/Linux-v5.10/arch/microblaze/
DKconfig237 end of file and the end of page is wasted.
/Linux-v5.10/mm/
Dpercpu.c2731 int allocs = 0, wasted = 0; in pcpu_build_alloc_info() local
2739 wasted += this_allocs * upa - group_cnt[group]; in pcpu_build_alloc_info()
2747 if (wasted > num_possible_cpus() / 3) in pcpu_build_alloc_info()
DKconfig376 long-term mappings means that the space is wasted.
/Linux-v5.10/Documentation/admin-guide/mm/
Dksm.rst179 indicates wasted effort. ``pages_volatile`` embraces several
Dnommu-mmap.rst117 of the space may be wasted as the kernel must allocate a power-of-2
/Linux-v5.10/Documentation/filesystems/
Daffs.rst34 speed up almost everything at the expense of wasted disk space. The speed
Dext2.rst90 less wasted space per file, but require slightly more accounting overhead,
/Linux-v5.10/Documentation/admin-guide/media/
Dphilips.rst84 allocated during open(), so nothing is wasted when the camera is not in
/Linux-v5.10/Documentation/admin-guide/hw-vuln/
Dmds.rst135 takes effect otherwise a few cpu cycles are wasted pointlessly.
Dtsx_async_abort.rst122 effect; otherwise a few CPU cycles are wasted pointlessly.
/Linux-v5.10/Documentation/doc-guide/
Dcontributing.rst9 of time is wasted in reverse-engineering the code and making avoidable
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-kernel-slab413 the local node. This reduces the amount of wasted memory over
/Linux-v5.10/Documentation/core-api/
Dworkqueue.rst39 Although MT wq wasted a lot of resource, the level of concurrency
/Linux-v5.10/tools/perf/Documentation/
Dperf-stat.txt363 neck. Bad Speculation means that the CPU wasted cycles due to branch
/Linux-v5.10/Documentation/admin-guide/kdump/
Dkdump.rst246 any space below the alignment point will be wasted.

12