/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_sa.c | 155 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-6.1.9/drivers/gpu/drm/radeon/ |
D | radeon_sa.c | 194 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-6.1.9/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.1.9/tools/vm/ |
D | slabinfo.c | 858 unsigned long long wasted; in totals() local 870 wasted = size - used; in totals() 891 if (wasted < min_waste) in totals() 892 min_waste = wasted; in totals() 916 if (wasted > max_waste) in totals() 917 max_waste = wasted; in totals() 936 total_waste += wasted; in totals()
|
/linux-6.1.9/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.1.9/drivers/devfreq/event/ |
D | Kconfig | 9 wasted resource.
|
/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | hash_pgtable.c | 23 #warning Limited user VSID range means pagetable space is wasted
|
/linux-6.1.9/Documentation/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.1.9/Documentation/gpu/ |
D | afbc.rst | 70 Please note, however, that the inclusion of a "wasted" 'X' channel is
|
/linux-6.1.9/mm/ |
D | percpu.c | 2924 int allocs = 0, wasted = 0; in pcpu_build_alloc_info() local 2932 wasted += this_allocs * upa - group_cnt[group]; in pcpu_build_alloc_info() 2940 if (wasted > num_possible_cpus() / 3) in pcpu_build_alloc_info()
|
/linux-6.1.9/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.1.9/Documentation/mm/ |
D | highmem.rst | 132 kmap() is mostly wasted in such cases. kmap() was not intended for long
|
/linux-6.1.9/Documentation/admin-guide/hw-vuln/ |
D | mds.rst | 135 takes effect otherwise a few cpu cycles are wasted pointlessly.
|
D | tsx_async_abort.rst | 122 effect; otherwise a few CPU cycles are wasted pointlessly.
|
/linux-6.1.9/Documentation/admin-guide/media/ |
D | philips.rst | 84 allocated during open(), so nothing is wasted when the camera is not in
|
/linux-6.1.9/Documentation/admin-guide/mm/ |
D | ksm.rst | 179 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.1.9/arch/m68k/ |
D | Kconfig.cpu | 397 order" to save memory that could be wasted for unused memory map.
|
/linux-6.1.9/Documentation/doc-guide/ |
D | contributing.rst | 9 of time is wasted in reverse-engineering the code and making avoidable
|
/linux-6.1.9/Documentation/core-api/ |
D | workqueue.rst | 39 Although MT wq wasted a lot of resource, the level of concurrency
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 413 the local node. This reduces the amount of wasted memory over
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf-stat.txt | 404 neck. Bad Speculation means that the CPU wasted cycles due to branch
|