| /linux-6.15/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,
|
| /linux-6.15/fs/jffs2/ |
| H A D | nodemgmt.c | 412 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 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-6.15/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_cxt.h | 26 u32 waste; member
|
| /linux-6.15/Documentation/maintainer/ |
| H A D | modifying-patches.rst | 10 to rediff, but this is a totally counter-productive waste of time and energy.
|
| /linux-6.15/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.
|
| /linux-6.15/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
|
| /linux-6.15/Documentation/sound/soc/ |
| H A D | overview.rst | 22 recording) audio. This is fine for a PC, but tends to waste a lot of
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | wof.S | 123 WRITE_PAUSE ! waste some time
|
| /linux-6.15/mm/ |
| H A D | zsmalloc.c | 2079 int waste; in calculate_zspage_chain_size() local 2081 waste = (i * PAGE_SIZE) % class_size; in calculate_zspage_chain_size() 2082 if (waste < min_waste) { in calculate_zspage_chain_size() 2083 min_waste = waste; in calculate_zspage_chain_size()
|
| H A D | slub.c | 6583 unsigned long waste; member 6638 unsigned int waste = s->object_size - orig_size; in add_location() local 6659 cwaste = l->waste; in add_location() 6661 (waste == cwaste)) { in add_location() 6688 waste < cwaste) in add_location() 6713 l->waste = waste; in add_location() 7649 if (l->waste) in slab_debugfs_show() 7651 l->count * l->waste, l->waste); in slab_debugfs_show()
|
| /linux-6.15/Documentation/staging/ |
| H A D | xz.rst | 63 Double checking the integrity would probably be waste of CPU cycles.
|
| /linux-6.15/kernel/dma/ |
| H A D | Kconfig | 237 for larger buffers it just a memory waste. With this parameter you can
|
| /linux-6.15/Documentation/accounting/ |
| H A D | psi.rst | 50 actual CPU cycles are going to waste, and a workload that spends
|
| /linux-6.15/Documentation/core-api/ |
| H A D | kernel-api.rst | 371 clocks are disabled, so the system doesn't waste power changing the
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | bug-bisect.rst | 16 situations early where a bisection would be a waste of time, as nobody would
|
| H A D | sysfs-rules.rst | 32 Parsing ``/proc/mounts`` is a waste of time. Other mount points are a
|
| /linux-6.15/drivers/mtd/chips/ |
| H A D | Kconfig | 178 in the programming of OTP bits will waste them.
|
| /linux-6.15/Documentation/fb/ |
| H A D | modedb.rst | 7 which is a mess and a waste of resources. The main idea of modedb is to have
|
| /linux-6.15/Documentation/arch/x86/ |
| H A D | cpuinfo.rst | 105 has only one feature and would waste 31 bits of space in the x86_capability[]
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | philips.rst | 83 something more than 4 is an absolute waste. This memory is only
|
| /linux-6.15/Documentation/arch/sh/ |
| H A D | new-machine.rst | 234 list. The method for doing this is self explanatory, and so we won't waste
|
| /linux-6.15/Documentation/process/ |
| H A D | 3.Early-stage.rst | 46 to communicate user requirements to these people is a waste of
|
| /linux-6.15/Documentation/admin-guide/pm/ |
| H A D | cpuidle.rst | 224 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-6.15/Documentation/admin-guide/device-mapper/ |
| H A D | cache.rst | 74 So large block sizes are bad because they waste cache space. And small
|