Home
last modified time | relevance | path

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

12

/Linux-v5.15/fs/jffs2/
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()
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-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.h26 u32 waste; member
/Linux-v5.15/Documentation/maintainer/
Dmodifying-patches.rst10 to rediff, but this is a totally counter-productive waste of time and energy.
/Linux-v5.15/Documentation/usb/
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-v5.15/Documentation/block/
Ddeadline-iosched.rst65 may even know that it is a waste of time to spend any time attempting to
/Linux-v5.15/lib/raid6/
Dint.uc46 * is just a waste of space.
/Linux-v5.15/Documentation/sound/soc/
Doverview.rst22 recording) audio. This is fine for a PC, but tends to waste a lot of
/Linux-v5.15/arch/sparc/kernel/
Dwof.S123 WRITE_PAUSE ! waste some time
/Linux-v5.15/kernel/dma/
DKconfig199 for larger buffers it just a memory waste. With this parameter you can
/Linux-v5.15/Documentation/staging/
Dxz.rst68 Double checking the integrity would probably be waste of CPU cycles.
/Linux-v5.15/mm/
Dzsmalloc.c802 int waste, usedpc; in get_pages_per_zspage() local
805 waste = zspage_size % class_size; in get_pages_per_zspage()
806 usedpc = (zspage_size - waste) * 100 / zspage_size; in get_pages_per_zspage()
/Linux-v5.15/Documentation/accounting/
Dpsi.rst54 actual CPU cycles are going to waste, and a workload that spends
/Linux-v5.15/Documentation/fb/
Dmodedb.rst7 which is a mess and a waste of resources. The main idea of modedb is to have
/Linux-v5.15/Documentation/x86/
Dcpuinfo.rst56 has only one feature and would waste 31 bits of space in the x86_capability[]
/Linux-v5.15/Documentation/core-api/
Dkernel-api.rst341 clocks are disabled, so the system doesn't waste power changing the
/Linux-v5.15/Documentation/admin-guide/mm/
Dtranshuge.rst210 max_ptes_none can waste cpu time very little, you can
218 A higher value can cause excessive swap IO and waste
/Linux-v5.15/drivers/mtd/chips/
DKconfig176 in the programming of OTP bits will waste them.
/Linux-v5.15/Documentation/sh/
Dnew-machine.rst234 list. The method for doing this is self explanatory, and so we won't waste
/Linux-v5.15/Documentation/admin-guide/media/
Dphilips.rst83 something more than 4 is an absolute waste. This memory is only
/Linux-v5.15/Documentation/admin-guide/
Dsysfs-rules.rst32 Parsing ``/proc/mounts`` is a waste of time. Other mount points are a
/Linux-v5.15/Documentation/process/
D3.Early-stage.rst46 to communicate user requirements to these people is a waste of
/Linux-v5.15/Documentation/admin-guide/pm/
Dcpuidle.rst224 would be a waste of time, even though the timer hardware may not need to be
232 waste of time and in this case the timer hardware would need to be reprogrammed,
235 in the shallow idle state selected by the governor, which will be a waste of
/Linux-v5.15/Documentation/admin-guide/device-mapper/
Dcache.rst74 So large block sizes are bad because they waste cache space. And small
/Linux-v5.15/Documentation/driver-api/
Dipmi.rst469 interface's performance. This can waste a lot of CPU and cause
473 value sets a balance between performance and CPU waste and needs to be

12