/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/tools/vm/ |
D | slabinfo.c | 829 unsigned long long wasted; in totals() local 841 wasted = size - used; in totals() 862 if (wasted < min_waste) in totals() 863 min_waste = wasted; in totals() 887 if (wasted > max_waste) in totals() 888 max_waste = wasted; in totals() 907 total_waste += wasted; in totals()
|
/Linux-v4.19/drivers/devfreq/event/ |
D | Kconfig | 8 wasted resource.
|
/Linux-v4.19/arch/powerpc/mm/ |
D | pgtable-hash64.c | 28 #warning Limited user VSID range means pagetable space is wasted
|
/Linux-v4.19/arch/arm64/ |
D | Kconfig.debug | 79 alignment and potentially wasted space. Turn on this option if
|
/Linux-v4.19/Documentation/x86/ |
D | tlb.txt | 18 all of the individual flush will have ended up being wasted
|
D | intel_rdt_ui.txt | 77 wasted.
|
/Linux-v4.19/mm/ |
D | percpu.c | 2337 int allocs = 0, wasted = 0; in pcpu_build_alloc_info() local 2345 wasted += this_allocs * upa - group_cnt[group]; in pcpu_build_alloc_info() 2353 if (wasted > num_possible_cpus() / 3) in pcpu_build_alloc_info()
|
D | Kconfig | 366 long-term mappings means that the space is wasted.
|
/Linux-v4.19/arch/microblaze/ |
D | Kconfig | 252 end of file and the end of page is wasted.
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | ksm.rst | 179 indicates wasted effort. ``pages_volatile`` embraces several
|
/Linux-v4.19/Documentation/filesystems/ |
D | affs.txt | 29 speed up almost everything at the expense of wasted disk space. The speed
|
D | ext2.txt | 80 less wasted space per file, but require slightly more accounting overhead,
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | philips.rst | 82 allocated during open(), so nothing is wasted when the camera is not in
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-stat.txt | 261 neck. Bad Speculation means that the CPU wasted cycles due to branch
|
/Linux-v4.19/Documentation/ |
D | nommu-mmap.txt | 117 of the space may be wasted as the kernel must allocate a power-of-2
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 411 the local node. This reduces the amount of wasted memory over
|
/Linux-v4.19/Documentation/core-api/ |
D | workqueue.rst | 39 Although MT wq wasted a lot of resource, the level of concurrency
|
/Linux-v4.19/Documentation/kdump/ |
D | kdump.txt | 242 any space below the alignment point will be wasted.
|
/Linux-v4.19/Documentation/vm/ |
D | hmm.rst | 354 migrated. Note those pages were still copied to a new page and thus we wasted
|
/Linux-v4.19/Documentation/admin-guide/ |
D | bcache.rst | 330 That space is wasted, but for only 157.5MB you can grow your RAID 5
|
/Linux-v4.19/arch/powerpc/ |
D | Kconfig | 681 end of file and the end of page is wasted.
|