/openbmc/linux/drivers/gpu/drm/ |
H A 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()
|
/openbmc/linux/fs/jffs2/ |
H A 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 …]
|
/openbmc/linux/tools/mm/ |
H A 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
H A D | 0008-alloc.c-Avoid-sysconf-_SC_LEVEL2_CACHE_LINESIZE-on-l.patch | 37 * Offset the buffer using bytes wasted due to alignment to avoid using the
|
/openbmc/linux/drivers/devfreq/event/ |
H A D | Kconfig | 9 wasted resource.
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_pgtable.c | 23 #warning Limited user VSID range means pagetable space is wasted
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | tlb.rst | 26 all of the individual flush will have ended up being wasted
|
H A D | cpuinfo.rst | 57 array. Since there is a struct cpuinfo_x86 for each possible CPU, the wasted
|
H A D | mds.rst | 88 other than a small number of pointlessly wasted CPU cycles.
|
/openbmc/linux/Documentation/gpu/ |
H A D | afbc.rst | 70 Please note, however, that the inclusion of a "wasted" 'X' channel is
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | qemuboot.bbclass | 119 # buffers, so the 64MB would be mostly wasted.
|
/openbmc/linux/Documentation/mm/ |
H A D | zsmalloc.rst | 130 pages per zspage wasted bytes used%
|
H A D | highmem.rst | 154 kmap() is mostly wasted in such cases. kmap() was not intended for long
|
/openbmc/linux/mm/ |
H A 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()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | affs.rst | 34 speed up almost everything at the expense of wasted disk space. The speed
|
H A D | ext2.rst | 89 less wasted space per file, but require slightly more accounting overhead,
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | tsx_async_abort.rst | 122 effect; otherwise a few CPU cycles are wasted pointlessly.
|
H A D | mds.rst | 135 takes effect otherwise a few cpu cycles are wasted pointlessly.
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | philips.rst | 84 allocated during open(), so nothing is wasted when the camera is not in
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | ksm.rst | 188 indicates wasted effort. ``pages_volatile`` embraces several
|
H A D | nommu-mmap.rst | 117 of the space may be wasted as the kernel must allocate a power-of-2
|
/openbmc/linux/arch/m68k/ |
H A D | Kconfig.cpu | 396 order" to save memory that could be wasted for unused memory map.
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | contributing.rst | 9 of time is wasted in reverse-engineering the code and making avoidable
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-slab | 413 the local node. This reduces the amount of wasted memory over
|
/openbmc/linux/Documentation/admin-guide/kdump/ |
H A D | kdump.rst | 294 wasted.
|