/linux-6.6.21/drivers/gpu/drm/ |
D | drm_suballoc.c | 166 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-6.6.21/fs/jffs2/ |
D | debug.c | 163 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-6.6.21/tools/mm/ |
D | slabinfo.c | 860 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-6.6.21/Documentation/devicetree/bindings/clock/ |
D | fsl,sai-clock.yaml | 17 the second pins are wasted. Using this binding it is possible to use the
|
/linux-6.6.21/drivers/devfreq/event/ |
D | Kconfig | 9 wasted resource.
|
/linux-6.6.21/arch/powerpc/mm/book3s64/ |
D | hash_pgtable.c | 23 #warning Limited user VSID range means pagetable space is wasted
|
/linux-6.6.21/Documentation/arch/x86/ |
D | tlb.rst | 26 all of the individual flush will have ended up being wasted
|
D | cpuinfo.rst | 57 array. Since there is a struct cpuinfo_x86 for each possible CPU, the wasted
|
D | mds.rst | 88 other than a small number of pointlessly wasted CPU cycles.
|
/linux-6.6.21/Documentation/gpu/ |
D | afbc.rst | 70 Please note, however, that the inclusion of a "wasted" 'X' channel is
|
/linux-6.6.21/Documentation/mm/ |
D | zsmalloc.rst | 130 pages per zspage wasted bytes used%
|
D | highmem.rst | 154 kmap() is mostly wasted in such cases. kmap() was not intended for long
|
/linux-6.6.21/mm/ |
D | percpu.c | 2909 int allocs = 0, wasted = 0; in pcpu_build_alloc_info() local 2917 wasted += this_allocs * upa - group_cnt[group]; in pcpu_build_alloc_info() 2925 if (wasted > num_possible_cpus() / 3) in pcpu_build_alloc_info()
|
/linux-6.6.21/Documentation/filesystems/ |
D | affs.rst | 34 speed up almost everything at the expense of wasted disk space. The speed
|
D | ext2.rst | 89 less wasted space per file, but require slightly more accounting overhead,
|
/linux-6.6.21/Documentation/admin-guide/hw-vuln/ |
D | tsx_async_abort.rst | 122 effect; otherwise a few CPU cycles are wasted pointlessly.
|
D | mds.rst | 135 takes effect otherwise a few cpu cycles are wasted pointlessly.
|
/linux-6.6.21/Documentation/admin-guide/media/ |
D | philips.rst | 84 allocated during open(), so nothing is wasted when the camera is not in
|
/linux-6.6.21/Documentation/admin-guide/mm/ |
D | ksm.rst | 188 indicates wasted effort. ``pages_volatile`` embraces several
|
D | nommu-mmap.rst | 117 of the space may be wasted as the kernel must allocate a power-of-2
|
/linux-6.6.21/arch/m68k/ |
D | Kconfig.cpu | 396 order" to save memory that could be wasted for unused memory map.
|
/linux-6.6.21/Documentation/doc-guide/ |
D | contributing.rst | 9 of time is wasted in reverse-engineering the code and making avoidable
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 413 the local node. This reduces the amount of wasted memory over
|
/linux-6.6.21/Documentation/admin-guide/kdump/ |
D | kdump.rst | 294 wasted.
|
/linux-6.6.21/tools/perf/Documentation/ |
D | perf-stat.txt | 435 neck. Bad Speculation means that the CPU wasted cycles due to branch
|