Home
last modified time | relevance | path

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

12

/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,
/linux/fs/jffs2/
H A Dnodemgmt.c412 uint32_t waste; in jffs2_do_reserve_space() local
440 waste = jeb->free_size; in jffs2_do_reserve_space()
442 (jeb->offset + c->sector_size - waste) | REF_OBSOLETE, in jffs2_do_reserve_space()
443 waste, NULL); in jffs2_do_reserve_space()
445 jeb->dirty_size -= waste; in jffs2_do_reserve_space()
446 c->dirty_size -= waste; in jffs2_do_reserve_space()
447 jeb->wasted_size += waste; in jffs2_do_reserve_space()
448 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()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.h26 u32 waste; member
/linux/Documentation/maintainer/
H A Dmodifying-patches.rst10 to rediff, but this is a totally counter-productive waste of time and energy.
/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.
/linux/Documentation/block/
H A Ddeadline-iosched.rst65 may even know that it is a waste of time to spend any time attempting to
/linux/Documentation/sound/soc/
H A Doverview.rst22 recording) audio. This is fine for a PC, but tends to waste a lot of
/linux/arch/sparc/kernel/
H A Dwof.S123 WRITE_PAUSE ! waste some time
/linux/Documentation/staging/
H A Dxz.rst63 Double checking the integrity would probably be waste of CPU cycles.
/linux/Documentation/accounting/
H A Dpsi.rst50 actual CPU cycles are going to waste, and a workload that spends
/linux/mm/
H A Dslub.c8739 unsigned long waste; member
8794 unsigned int waste = s->object_size - orig_size; in add_location() local
8815 cwaste = l->waste; in add_location()
8817 (waste == cwaste)) { in add_location()
8844 waste < cwaste) in add_location()
8869 l->waste = waste; in add_location()
9721 if (l->waste) in slab_debugfs_show()
9723 l->count * l->waste, l->waste); in slab_debugfs_show()
/linux/drivers/mtd/chips/
H A DKconfig178 in the programming of OTP bits will waste them.
/linux/Documentation/fb/
H A Dmodedb.rst7 which is a mess and a waste of resources. The main idea of modedb is to have
/linux/Documentation/admin-guide/
H A Dbug-bisect.rst16 situations early where a bisection would be a waste of time, as nobody would
H A Dsysfs-rules.rst32 Parsing ``/proc/mounts`` is a waste of time. Other mount points are a
/linux/Documentation/arch/sh/
H A Dnew-machine.rst234 list. The method for doing this is self explanatory, and so we won't waste
/linux/Documentation/admin-guide/media/
H A Dphilips.rst83 something more than 4 is an absolute waste. This memory is only
/linux/Documentation/trace/
H A Deprobetrace.rst98 of the tasks are of interest, why waste the ring buffer with all the other
/linux/Documentation/process/
H A D3.Early-stage.rst46 to communicate user requirements to these people is a waste of
H A Dmanagement-style.rst77 fairly easy to backtrack. Since you're not going to be able to waste
/linux/Documentation/admin-guide/device-mapper/
H A Dcache.rst74 So large block sizes are bad because they waste cache space. And small
/linux/drivers/usb/gadget/udc/
H A DKconfig143 # don't waste memory for the other endpoints
/linux/Documentation/admin-guide/mm/
H A Dtranshuge.rst319 max_ptes_none can waste cpu time very little, you can
327 A higher value can cause excessive swap IO and waste
H A Dslab.rst418 338 pci_alloc_dev+0x2c/0xa0 waste=521872/1544 age=290837/291891/293509 pid=1 cpus=106 nodes=0-1

12