Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/
H A Ddrm_suballoc.c166 size_t soffset, eoffset, wasted; in drm_suballoc_try_alloc() local
170 wasted = round_up(soffset, align) - soffset; in drm_suballoc_try_alloc()
172 if ((eoffset - soffset) >= (size + wasted)) { in drm_suballoc_try_alloc()
173 soffset += wasted; in drm_suballoc_try_alloc()
189 size_t soffset, eoffset, wasted; in __drm_suballoc_event() local
198 wasted = round_up(soffset, align) - soffset; in __drm_suballoc_event()
200 return ((eoffset - soffset) >= (size + wasted)); in __drm_suballoc_event()
/linux/fs/jffs2/
H A 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/tools/mm/
H A Dslabinfo.c860 unsigned long long wasted; in totals() local
872 wasted = size - used; in totals()
893 if (wasted < min_waste) in totals()
894 min_waste = wasted; in totals()
918 if (wasted > max_waste) in totals()
919 max_waste = wasted; in totals()
938 total_waste += wasted; in totals()
/linux/drivers/devfreq/event/
H A DKconfig9 wasted resource.
/linux/arch/powerpc/mm/book3s64/
H A Dhash_pgtable.c23 #warning Limited user VSID range means pagetable space is wasted
/linux/Documentation/arch/x86/
H A Dtlb.rst26 all of the individual flush will have ended up being wasted
H A Dcpuinfo.rst29 of wasted effort.
104 array. Since there is a struct cpuinfo_x86 for each possible CPU, the wasted
H A Dmds.rst88 other than a small number of pointlessly wasted CPU cycles.
/linux/Documentation/gpu/
H A Dafbc.rst70 Please note, however, that the inclusion of a "wasted" 'X' channel is
/linux/Documentation/mm/
H A Dzsmalloc.rst130 pages per zspage wasted bytes used%
H A Dhighmem.rst154 kmap() is mostly wasted in such cases. kmap() was not intended for long
H A Dpage_tables.rst263 trade-offs, like wasted memory and allocation challenges.
/linux/mm/
H A Dpercpu.c2912 int allocs = 0, wasted = 0; in pcpu_build_alloc_info()
2920 wasted += this_allocs * upa - group_cnt[group]; in pcpu_build_alloc_info()
2928 if (wasted > num_possible_cpus() / 3) in pcpu_build_alloc_info()
2936 int allocs = 0, wasted = 0; pcpu_build_alloc_info() local
/linux/Documentation/filesystems/
H A Daffs.rst34 speed up almost everything at the expense of wasted disk space. The speed
H A Dext2.rst89 less wasted space per file, but require slightly more accounting overhead,
/linux/Documentation/admin-guide/media/
H A Dphilips.rst84 allocated during open(), so nothing is wasted when the camera is not in
/linux/Documentation/admin-guide/hw-vuln/
H A Dmds.rst116 protection takes effect; otherwise a few CPU cycles are wasted
H A Dtsx_async_abort.rst112 protection takes effect; otherwise a few CPU cycles are wasted
H A Dprocessor_mmio_stale_data.rst239 protection takes effect; otherwise a few CPU cycles are wasted
/linux/arch/m68k/
H A DKconfig.cpu398 order" to save memory that could be wasted for unused memory map.
/linux/Documentation/admin-guide/mm/
H A Dnommu-mmap.rst117 of the space may be wasted as the kernel must allocate a power-of-2
H A Dksm.rst225 indicates wasted effort. ``pages_volatile`` embraces several
/linux/Documentation/doc-guide/
H A Dcontributing.rst9 of time is wasted in reverse-engineering the code and making avoidable
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-slab413 the local node. This reduces the amount of wasted memory over
/linux/Documentation/admin-guide/kdump/
H A Dkdump.rst274 wasted.

12