/linux-4.4.14/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-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_sa.c | 195 unsigned soffset, eoffset, wasted; in amdgpu_sa_bo_try_alloc() local 199 wasted = (align - (soffset % align)) % align; in amdgpu_sa_bo_try_alloc() 201 if ((eoffset - soffset) >= (size + wasted)) { in amdgpu_sa_bo_try_alloc() 202 soffset += wasted; in amdgpu_sa_bo_try_alloc() 228 unsigned soffset, eoffset, wasted; in amdgpu_sa_event() local 239 wasted = (align - (soffset % align)) % align; in amdgpu_sa_event() 241 if ((eoffset - soffset) >= (size + wasted)) { in amdgpu_sa_event()
|
/linux-4.4.14/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-4.4.14/tools/vm/ |
D | slabinfo.c | 822 unsigned long long wasted; in totals() local 834 wasted = size - used; in totals() 855 if (wasted < min_waste) in totals() 856 min_waste = wasted; in totals() 880 if (wasted > max_waste) in totals() 881 max_waste = wasted; in totals() 900 total_waste += wasted; in totals()
|
/linux-4.4.14/drivers/devfreq/event/ |
D | Kconfig | 8 wasted resource.
|
/linux-4.4.14/drivers/staging/slicoss/ |
D | TODO | 24 - wasted overhead of extra stats
|
/linux-4.4.14/arch/powerpc/mm/ |
D | init_64.c | 70 #warning Limited user VSID range means pagetable space is wasted
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig.debug | 83 alignment and potentially wasted space. Turn on this option if
|
/linux-4.4.14/Documentation/x86/ |
D | tlb.txt | 18 all of the individual flush will have ended up being wasted
|
/linux-4.4.14/mm/ |
D | percpu.c | 1839 int allocs = 0, wasted = 0; in pcpu_build_alloc_info() local 1847 wasted += this_allocs * upa - group_cnt[group]; in pcpu_build_alloc_info() 1855 if (wasted > num_possible_cpus() / 3) in pcpu_build_alloc_info()
|
D | Kconfig | 381 long-term mappings means that the space is wasted.
|
/linux-4.4.14/Documentation/vm/ |
D | ksm.txt | 92 a high ratio of pages_unshared to pages_sharing indicates wasted effort.
|
/linux-4.4.14/arch/microblaze/ |
D | Kconfig | 241 end of file and the end of page is wasted.
|
/linux-4.4.14/Documentation/filesystems/ |
D | affs.txt | 29 speed up almost everything at the expense of wasted disk space. The speed
|
D | ext2.txt | 82 less wasted space per file, but require slightly more accounting overhead,
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | philips.txt | 78 allocated during open(), so nothing is wasted when the camera is not in
|
/linux-4.4.14/Documentation/ |
D | nommu-mmap.txt | 118 of the space may be wasted as the kernel must allocate a power-of-2
|
D | workqueue.txt | 45 Although MT wq wasted a lot of resource, the level of concurrency
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 411 the local node. This reduces the amount of wasted memory over
|
/linux-4.4.14/Documentation/kdump/ |
D | kdump.txt | 242 any space below the alignment point will be wasted.
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 546 end of file and the end of page is wasted.
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1502 The wasted elements are never initialized. */
|