Home
last modified time | relevance | path

Searched refs:waste (Results 1 – 25 of 65) sorted by relevance

123

/openbmc/linux/scripts/gdb/linux/
H A Dslab.py111 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 Dnodemgmt.c408 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 Dwbuf.c658 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 D0010-sync-with-OE-libtool-changes.patch7 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 D272.out9 This means waste of disk space, but no harm to data.
H A D112.out39 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 D217.out22 This means waste of disk space, but no harm to data.
H A D080.out83 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 D220.out53 This means waste of disk space, but no harm to data.
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0002-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch8 a waste of space. This patch filters libtools list of paths to encoode and
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.h26 u32 waste; member
/openbmc/linux/Documentation/maintainer/
H A Dmodifying-patches.rst10 to rediff, but this is a totally counter-productive waste of time and energy.
/openbmc/linux/Documentation/usb/
H A Dehci.rst24 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 Ddeadline-iosched.rst65 may even know that it is a waste of time to spend any time attempting to
/openbmc/linux/lib/raid6/
H A Dint.uc46 * is just a waste of space.
/openbmc/linux/Documentation/sound/soc/
H A Doverview.rst22 recording) audio. This is fine for a PC, but tends to waste a lot of
/openbmc/linux/arch/sparc/kernel/
H A Dwof.S123 WRITE_PAUSE ! waste some time
/openbmc/linux/mm/
H A Dzsmalloc.c2147 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 Dslub.c5241 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 Dmulti-thread-compression.txt37 thread count can avoid resource waste.
/openbmc/linux/Documentation/staging/
H A Dxz.rst68 Double checking the integrity would probably be waste of CPU cycles.
/openbmc/linux/Documentation/accounting/
H A Dpsi.rst50 actual CPU cycles are going to waste, and a workload that spends
/openbmc/linux/Documentation/mm/
H A Dpage_tables.rst52 address space does not waste valuable page table memory, because it will suffice
/openbmc/linux/kernel/dma/
H A DKconfig222 for larger buffers it just a memory waste. With this parameter you can
/openbmc/linux/Documentation/admin-guide/mm/
H A Dtranshuge.rst215 max_ptes_none can waste cpu time very little, you can
223 A higher value can cause excessive swap IO and waste

123