/openbmc/linux/scripts/gdb/linux/ |
H A D | slab.py | 111 def loc_exist(loc_track, addr, handle, waste): argument 113 if loc['addr'] == addr and loc['handle'] == handle and loc['waste'] == waste: 121 waste = cache['object_size'] - int(orig_size) 128 loc = loc_exist(loc_track, addr, handle, waste) 148 'waste' : waste,
|
/openbmc/linux/fs/jffs2/ |
H A D | nodemgmt.c | 408 uint32_t waste; in jffs2_do_reserve_space() local 436 waste = jeb->free_size; in jffs2_do_reserve_space() 438 (jeb->offset + c->sector_size - waste) | REF_OBSOLETE, in jffs2_do_reserve_space() 439 waste, NULL); in jffs2_do_reserve_space() 441 jeb->dirty_size -= waste; in jffs2_do_reserve_space() 442 c->dirty_size -= waste; in jffs2_do_reserve_space() 443 jeb->wasted_size += waste; in jffs2_do_reserve_space() 444 c->wasted_size += waste; in jffs2_do_reserve_space()
|
H A D | wbuf.c | 658 uint32_t waste = c->wbuf_pagesize - c->wbuf_len; in __jffs2_flush_wbuf() local 667 if (wbuf_jeb->free_size < waste) { in __jffs2_flush_wbuf() 669 c->wbuf_ofs, c->wbuf_len, waste); in __jffs2_flush_wbuf() 677 jffs2_link_node_ref(c, wbuf_jeb, (c->wbuf_ofs + c->wbuf_len) | REF_OBSOLETE, waste, NULL); in __jffs2_flush_wbuf() 679 wbuf_jeb->dirty_size -= waste; in __jffs2_flush_wbuf() 680 c->dirty_size -= waste; in __jffs2_flush_wbuf() 681 wbuf_jeb->wasted_size += waste; in __jffs2_flush_wbuf() 682 c->wasted_size += waste; in __jffs2_flush_wbuf()
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0010-sync-with-OE-libtool-changes.patch | 7 waste of space but they can cause incorrect linking when native packages are 12 search paths, they're a waste of space. This patch
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 272.out | 9 This means waste of disk space, but no harm to data.
|
H A D | 112.out | 39 This means waste of disk space, but no harm to data. 51 This means waste of disk space, but no harm to data. 83 This means waste of disk space, but no harm to data.
|
H A D | 217.out | 22 This means waste of disk space, but no harm to data.
|
H A D | 080.out | 83 This means waste of disk space, but no harm to data. 106 This means waste of disk space, but no harm to data.
|
H A D | 220.out | 53 This means waste of disk space, but no harm to data.
|
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/ |
H A D | 0002-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch | 8 a waste of space. This patch filters libtools list of paths to encoode and
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_cxt.h | 26 u32 waste; member
|
/openbmc/linux/Documentation/maintainer/ |
H A D | modifying-patches.rst | 10 to rediff, but this is a totally counter-productive waste of time and energy.
|
/openbmc/linux/Documentation/usb/ |
H A D | ehci.rst | 24 high speed "split transactions" that don't waste transfer bandwidth. 207 going to waste more than half the USB 2.0 bandwidth. Delays between the 210 sequence of 128 KB chunks would waste a lot less.
|
/openbmc/linux/Documentation/block/ |
H A D | deadline-iosched.rst | 65 may even know that it is a waste of time to spend any time attempting to
|
/openbmc/linux/lib/raid6/ |
H A D | int.uc | 46 * is just a waste of space.
|
/openbmc/linux/Documentation/sound/soc/ |
H A D | overview.rst | 22 recording) audio. This is fine for a PC, but tends to waste a lot of
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | wof.S | 123 WRITE_PAUSE ! waste some time
|
/openbmc/linux/mm/ |
H A D | zsmalloc.c | 2147 int waste; in calculate_zspage_chain_size() local 2149 waste = (i * PAGE_SIZE) % class_size; in calculate_zspage_chain_size() 2150 if (waste < min_waste) { in calculate_zspage_chain_size() 2151 min_waste = waste; in calculate_zspage_chain_size()
|
H A D | slub.c | 5241 unsigned long waste; member 5296 unsigned int waste = s->object_size - orig_size; in add_location() local 5317 cwaste = l->waste; in add_location() 5319 (waste == cwaste)) { in add_location() 5346 waste < cwaste) in add_location() 5371 l->waste = waste; in add_location() 6303 if (l->waste) in slab_debugfs_show() 6305 l->count * l->waste, l->waste); in slab_debugfs_show()
|
/openbmc/qemu/docs/ |
H A D | multi-thread-compression.txt | 37 thread count can avoid resource waste.
|
/openbmc/linux/Documentation/staging/ |
H A D | xz.rst | 68 Double checking the integrity would probably be waste of CPU cycles.
|
/openbmc/linux/Documentation/accounting/ |
H A D | psi.rst | 50 actual CPU cycles are going to waste, and a workload that spends
|
/openbmc/linux/Documentation/mm/ |
H A D | page_tables.rst | 52 address space does not waste valuable page table memory, because it will suffice
|
/openbmc/linux/kernel/dma/ |
H A D | Kconfig | 222 for larger buffers it just a memory waste. With this parameter you can
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | transhuge.rst | 215 max_ptes_none can waste cpu time very little, you can 223 A higher value can cause excessive swap IO and waste
|