/linux-6.12.1/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.12.1/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.12.1/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.12.1/drivers/devfreq/event/ |
D | Kconfig | 9 wasted resource.
|
/linux-6.12.1/Documentation/arch/x86/ |
D | tlb.rst | 26 all of the individual flush will have ended up being wasted
|
D | cpuinfo.rst | 29 of wasted effort. 104 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.12.1/arch/powerpc/mm/book3s64/ |
D | hash_pgtable.c | 23 #warning Limited user VSID range means pagetable space is wasted
|
/linux-6.12.1/Documentation/filesystems/bcachefs/ |
D | CodingStyle.rst | 150 much less risk of wasted effort if the feature you were going for doesn't work 175 time is being wasted because your tools are bad or too slow - don't accept it,
|
/linux-6.12.1/Documentation/gpu/ |
D | afbc.rst | 70 Please note, however, that the inclusion of a "wasted" 'X' channel is
|
/linux-6.12.1/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
|
D | page_tables.rst | 263 trade-offs, like wasted memory and allocation challenges.
|
/linux-6.12.1/mm/ |
D | percpu.c | 2881 int allocs = 0, wasted = 0; in pcpu_build_alloc_info() local 2889 wasted += this_allocs * upa - group_cnt[group]; in pcpu_build_alloc_info() 2897 if (wasted > num_possible_cpus() / 3) in pcpu_build_alloc_info()
|
/linux-6.12.1/Documentation/filesystems/ |
D | affs.rst | 34 speed up almost everything at the expense of wasted disk space. The speed
|
/linux-6.12.1/Documentation/admin-guide/hw-vuln/ |
D | tsx_async_abort.rst | 112 protection takes effect; otherwise a few CPU cycles are wasted
|
D | mds.rst | 116 protection takes effect; otherwise a few CPU cycles are wasted
|
D | processor_mmio_stale_data.rst | 239 protection takes effect; otherwise a few CPU cycles are wasted
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | philips.rst | 84 allocated during open(), so nothing is wasted when the camera is not in
|
/linux-6.12.1/arch/m68k/ |
D | Kconfig.cpu | 398 order" to save memory that could be wasted for unused memory map.
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | nommu-mmap.rst | 117 of the space may be wasted as the kernel must allocate a power-of-2
|
D | ksm.rst | 225 indicates wasted effort. ``pages_volatile`` embraces several
|
/linux-6.12.1/Documentation/doc-guide/ |
D | contributing.rst | 9 of time is wasted in reverse-engineering the code and making avoidable
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 413 the local node. This reduces the amount of wasted memory over
|
/linux-6.12.1/Documentation/admin-guide/kdump/ |
D | kdump.rst | 274 wasted.
|