/Linux-v4.19/fs/jffs2/ |
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()
|
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()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_cxt.h | 52 u32 waste; member
|
/Linux-v4.19/Documentation/usb/ |
D | ehci.txt | 20 high speed "split transactions" that don't waste transfer bandwidth. 193 going to waste more than half the USB 2.0 bandwidth. Delays between the 196 sequence of 128 KB chunks would waste a lot less.
|
/Linux-v4.19/Documentation/block/ |
D | deadline-iosched.txt | 66 may even know that it is a waste of time to spend any time attempting to
|
/Linux-v4.19/lib/raid6/ |
D | int.uc | 46 * is just a waste of space.
|
/Linux-v4.19/Documentation/sound/soc/ |
D | overview.rst | 22 recording) audio. This is fine for a PC, but tends to waste a lot of
|
/Linux-v4.19/arch/sparc/kernel/ |
D | wof.S | 123 WRITE_PAUSE ! waste some time
|
/Linux-v4.19/Documentation/ |
D | xz.txt | 68 Double checking the integrity would probably be waste of CPU cycles.
|
D | IPMI.txt | 469 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
|
D | xillybus.txt | 350 buffers, with a maximal waste of one page of memory.
|
/Linux-v4.19/mm/ |
D | zsmalloc.c | 822 int waste, usedpc; in get_pages_per_zspage() local 825 waste = zspage_size % class_size; in get_pages_per_zspage() 826 usedpc = (zspage_size - waste) * 100 / zspage_size; in get_pages_per_zspage()
|
/Linux-v4.19/Documentation/fb/ |
D | modedb.txt | 7 which is a mess and a waste of resources. The main idea of modedb is to have
|
/Linux-v4.19/Documentation/core-api/ |
D | kernel-api.rst | 332 clocks are disabled, so the system doesn't waste power changing the
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | transhuge.rst | 210 max_ptes_none can waste cpu time very little, you can 218 A higher value can cause excessive swap IO and waste
|
/Linux-v4.19/drivers/mtd/chips/ |
D | Kconfig | 175 in the programming of OTP bits will waste them.
|
/Linux-v4.19/drivers/base/ |
D | Kconfig | 259 for larger buffers it just a memory waste. With this parameter you can
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | philips.rst | 81 something more than 4 is an absolute waste. This memory is only
|
/Linux-v4.19/Documentation/admin-guide/ |
D | sysfs-rules.rst | 32 Parsing ``/proc/mounts`` is a waste of time. Other mount points are a
|
/Linux-v4.19/Documentation/sh/ |
D | new-machine.txt | 238 list. The method for doing this is self explanatory, and so we won't waste
|
/Linux-v4.19/Documentation/process/ |
D | 3.Early-stage.rst | 46 to communicate user requirements to these people is a waste of
|
D | management-style.rst | 76 fairly easy to backtrack. Since you're not going to be able to waste
|
/Linux-v4.19/Documentation/device-mapper/ |
D | cache.txt | 67 So large block sizes are bad because they waste cache space. And small
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | Kconfig | 159 # don't waste memory for the other endpoints
|
/Linux-v4.19/Documentation/vm/ |
D | hmm.rst | 61 allocator. Large projects suffer from this and waste resources because of the
|