/linux-6.3-rc2/scripts/ |
A D | bloat-o-meter | 55 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 79 if d>0: grow, up = grow+1, up+d 84 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot 87 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \ 91 (add, remove, grow, shrink, up, -down, up-down))
|
/linux-6.3-rc2/net/core/ |
A D | gro.c | 442 static void gro_pull_from_frag0(struct sk_buff *skb, int grow) in gro_pull_from_frag0() argument 446 BUG_ON(skb->end - skb->tail < grow); in gro_pull_from_frag0() 448 memcpy(skb_tail_pointer(skb), NAPI_GRO_CB(skb)->frag0, grow); in gro_pull_from_frag0() 450 skb->data_len -= grow; in gro_pull_from_frag0() 451 skb->tail += grow; in gro_pull_from_frag0() 453 skb_frag_off_add(&pinfo->frags[0], grow); in gro_pull_from_frag0() 454 skb_frag_size_sub(&pinfo->frags[0], grow); in gro_pull_from_frag0() 492 int grow; in dev_gro_receive() local 575 grow = skb_gro_offset(skb) - skb_headlen(skb); in dev_gro_receive() 576 if (grow > 0) in dev_gro_receive() [all …]
|
/linux-6.3-rc2/include/trace/events/ |
A D | kvm.h | 348 TP_PROTO(bool grow, unsigned int vcpu_id, unsigned int new, 350 TP_ARGS(grow, vcpu_id, new, old), 353 __field(bool, grow) 360 __entry->grow = grow; 369 __entry->grow ? "grow" : "shrink",
|
A D | power.h | 528 TP_PROTO(bool grow, unsigned int new, unsigned int old), 530 TP_ARGS(grow, new, old), 533 __field(bool, grow) 539 __entry->grow = grow; 546 __entry->grow ? "grow" : "shrink",
|
/linux-6.3-rc2/tools/perf/util/ |
A D | thread_map.c | 95 bool grow = false; in __thread_map__new_all_cpus() local 117 grow = true; in __thread_map__new_all_cpus() 120 if (grow) { in __thread_map__new_all_cpus()
|
/linux-6.3-rc2/mm/ |
A D | mmap.c | 1831 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth() 1852 if (security_vm_enough_memory_mm(mm, grow)) in acct_stack_growth() 1912 unsigned long size, grow; in expand_upwards() local 1919 error = acct_stack_growth(vma, size, grow); in expand_upwards() 1932 mm->locked_vm += grow; in expand_upwards() 1933 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards() 1994 unsigned long size, grow; in expand_downwards() local 2000 if (grow <= vma->vm_pgoff) { in expand_downwards() 2014 mm->locked_vm += grow; in expand_downwards() 2015 vm_stat_account(mm, vma->vm_flags, grow); in expand_downwards() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/samsung/ |
A D | samsung-soc.yaml | 33 # Legacy compatibles with wild-cards - list cannot grow with new bindings:
|
/linux-6.3-rc2/drivers/gpu/drm/i915/selftests/ |
A D | scatterlist.c | 172 static unsigned int grow(unsigned long n, in grow() function 271 grow,
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | btrfs.rst | 34 * Online resize (shrink, grow)
|
/linux-6.3-rc2/tools/thermal/tmon/ |
A D | README | 11 complexity of the thermal relationship can grow exponentially among cooling
|
/linux-6.3-rc2/drivers/staging/iio/Documentation/ |
A D | inkernel.txt | 5 signals. The functionality supported will grow as use cases arise.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/ |
A D | qcom-soc.yaml | 58 # Legacy compatibles with wild-cards - list cannot grow with new bindings:
|
/linux-6.3-rc2/Documentation/virt/ |
A D | guest-halt-polling.rst | 49 Multiplication factor used to grow per-cpu guest_halt_poll_ns
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | jfs.rst | 22 read-write. The resize keyword with no value will grow
|
/linux-6.3-rc2/arch/powerpc/lib/ |
A D | rheap.c | 45 static int grow(rh_info_t * info, int max_blocks) in grow() function 118 return grow(info, max_blocks); in assure_empty()
|
/linux-6.3-rc2/arch/sh/ |
A D | Kconfig.debug | 50 the faulting instruction as a debugging aid. As this does grow
|
/linux-6.3-rc2/drivers/nvme/host/ |
A D | Kconfig | 32 error translation table will grow the kernel image size by
|
/linux-6.3-rc2/Documentation/mm/ |
A D | ksm.rst | 46 to avoid the virtual memory rmap lists to grow too large. The rmap
|
/linux-6.3-rc2/rust/alloc/ |
A D | alloc.rs | 251 unsafe fn grow( in grow() method
|
A D | raw_vec.rs | 505 alloc.grow(ptr, old_layout, new_layout) in finish_grow()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mtd/ |
A D | marvell-nand.txt | 57 step size will shrink or grow in order to fit the required strength.
|
/linux-6.3-rc2/Documentation/networking/ |
A D | xdp-rx-metadata.rst | 18 metadata is supported, this set will grow:
|
/linux-6.3-rc2/arch/arc/kernel/ |
A D | entry.S | 320 ; NOTE: SP will grow up by size of CALLEE Reg-File
|
/linux-6.3-rc2/drivers/md/persistent-data/ |
A D | dm-array.c | 557 static int grow(struct resize *resize) in grow() function 687 r = ((new_size > old_size) ? grow : shrink)(&resize); in array_resize()
|
/linux-6.3-rc2/arch/sh/kernel/cpu/sh3/ |
A D | entry.S | 95 ! It can be valid access, such as stack grow and/or C-O-W.
|