Home
last modified time | relevance | path

Searched refs:grow (Results 1 – 25 of 73) sorted by relevance

123

/linux-6.15/scripts/
H A Dbloat-o-meter55 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.15/net/core/
H A Dgro.c412 static void gro_pull_from_frag0(struct sk_buff *skb, int grow) in gro_pull_from_frag0() argument
416 BUG_ON(skb->end - skb->tail < grow); in gro_pull_from_frag0()
418 memcpy(skb_tail_pointer(skb), NAPI_GRO_CB(skb)->frag0, grow); in gro_pull_from_frag0()
420 skb->data_len -= grow; in gro_pull_from_frag0()
421 skb->tail += grow; in gro_pull_from_frag0()
423 skb_frag_off_add(&pinfo->frags[0], grow); in gro_pull_from_frag0()
424 skb_frag_size_sub(&pinfo->frags[0], grow); in gro_pull_from_frag0()
435 int grow = skb_gro_offset(skb) - skb_headlen(skb); in gro_try_pull_from_frag0() local
437 if (grow > 0) in gro_try_pull_from_frag0()
438 gro_pull_from_frag0(skb, grow); in gro_try_pull_from_frag0()
/linux-6.15/include/trace/events/
H A Dkvm.h383 TP_PROTO(bool grow, unsigned int vcpu_id, unsigned int new,
385 TP_ARGS(grow, vcpu_id, new, old),
388 __field(bool, grow)
395 __entry->grow = grow;
404 __entry->grow ? "grow" : "shrink",
H A Dpower.h564 TP_PROTO(bool grow, unsigned int new, unsigned int old),
566 TP_ARGS(grow, new, old),
569 __field(bool, grow)
575 __entry->grow = grow;
582 __entry->grow ? "grow" : "shrink",
/linux-6.15/mm/
H A Dvma.c2811 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth()
2832 if (security_vm_enough_memory_mm(mm, grow)) in acct_stack_growth()
2896 unsigned long size, grow; in expand_upwards() local
2903 error = acct_stack_growth(vma, size, grow); in expand_upwards()
2906 mm->locked_vm += grow; in expand_upwards()
2907 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards()
2975 unsigned long size, grow; in expand_downwards() local
2981 if (grow <= vma->vm_pgoff) { in expand_downwards()
2985 mm->locked_vm += grow; in expand_downwards()
2986 vm_stat_account(mm, vma->vm_flags, grow); in expand_downwards()
[all …]
/linux-6.15/tools/perf/util/
H A Dthread_map.c95 bool grow = false; in __thread_map__new_all_cpus() local
118 grow = true; in __thread_map__new_all_cpus()
121 if (grow) { in __thread_map__new_all_cpus()
/linux-6.15/tools/testing/selftests/net/packetdrill/
H A Dtcp_slow_start_slow-start-app-limited.pkt3 // with IW10, if we send exactly 10 packets then cwnd should grow to 20.
H A Dtcp_slow_start_slow-start-ack-per-4pkt.pkt3 // the cwnd continues to grow.
H A Dtcp_slow_start_slow-start-app-limited-9-packets-out.pkt4 // send just 9 packets, then cwnd should grow to twice that
H A Dtcp_slow_start_slow-start-ack-per-2pkt.pkt3 // the cwnd continues to grow.
H A Dtcp_slow_start_slow-start-ack-per-1pkt.pkt3 // the cwnd continues to grow.
H A Dtcp_slow_start_slow-start-fq-ack-per-2pkt.pkt3 // the cwnd continues to grow, even if TSQ triggers.
/linux-6.15/Documentation/devicetree/bindings/arm/samsung/
H A Dsamsung-soc.yaml33 # Legacy compatibles with wild-cards - list cannot grow with new bindings:
/linux-6.15/drivers/gpu/drm/i915/selftests/
H A Dscatterlist.c172 static unsigned int grow(unsigned long n, in grow() function
271 grow,
/linux-6.15/Documentation/filesystems/
H A Dbtrfs.rst34 * Online resize (shrink, grow)
/linux-6.15/Documentation/devicetree/bindings/mtd/partitions/
H A Dpartition.yaml90 bytes, so may grow. If ‘align-size’ is not provided, no alignment is
108 with the padding bytes, so may grow. If ‘align-end’ is not provided,
/linux-6.15/tools/thermal/tmon/
H A DREADME11 complexity of the thermal relationship can grow exponentially among cooling
/linux-6.15/Documentation/virt/
H A Dguest-halt-polling.rst49 Multiplication factor used to grow per-cpu guest_halt_poll_ns
/linux-6.15/drivers/staging/iio/Documentation/
H A Dinkernel.txt5 signals. The functionality supported will grow as use cases arise.
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Dqcom-soc.yaml59 # Legacy compatibles with wild-cards - list cannot grow with new bindings:
/linux-6.15/Documentation/admin-guide/
H A Djfs.rst22 read-write. The resize keyword with no value will grow
/linux-6.15/Documentation/virt/kvm/
H A Dhalt-polling.rst83 interval, the initial value (to grow from 0), and the rate at which the polling
103 |halt_poll_ns_grow_start| The initial value to grow | 10000 |
/linux-6.15/arch/powerpc/lib/
H A Drheap.c45 static int grow(rh_info_t * info, int max_blocks) in grow() function
118 return grow(info, max_blocks); in assure_empty()
/linux-6.15/Documentation/trace/rv/
H A Dmonitor_sched.rst11 Monitors describing complex systems, such as the scheduler, can easily grow to
/linux-6.15/arch/sh/
H A DKconfig.debug61 the faulting instruction as a debugging aid. As this does grow

123