/linux-6.12.1/scripts/ |
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.12.1/net/core/ |
D | gro.c | 416 static void gro_pull_from_frag0(struct sk_buff *skb, int grow) in gro_pull_from_frag0() argument 420 BUG_ON(skb->end - skb->tail < grow); in gro_pull_from_frag0() 422 memcpy(skb_tail_pointer(skb), NAPI_GRO_CB(skb)->frag0, grow); in gro_pull_from_frag0() 424 skb->data_len -= grow; in gro_pull_from_frag0() 425 skb->tail += grow; in gro_pull_from_frag0() 427 skb_frag_off_add(&pinfo->frags[0], grow); in gro_pull_from_frag0() 428 skb_frag_size_sub(&pinfo->frags[0], grow); in gro_pull_from_frag0() 439 int grow = skb_gro_offset(skb) - skb_headlen(skb); in gro_try_pull_from_frag0() local 441 if (grow > 0) in gro_try_pull_from_frag0() 442 gro_pull_from_frag0(skb, grow); in gro_try_pull_from_frag0()
|
/linux-6.12.1/include/trace/events/ |
D | power.h | 527 TP_PROTO(bool grow, unsigned int new, unsigned int old), 529 TP_ARGS(grow, new, old), 532 __field(bool, grow) 538 __entry->grow = grow; 545 __entry->grow ? "grow" : "shrink",
|
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",
|
/linux-6.12.1/mm/ |
D | mmap.c | 1005 unsigned long size, unsigned long grow) in acct_stack_growth() argument 1011 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth() 1019 if (!mlock_future_ok(mm, vma->vm_flags, grow << PAGE_SHIFT)) in acct_stack_growth() 1032 if (security_vm_enough_memory_mm(mm, grow)) in acct_stack_growth() 1098 unsigned long size, grow; in expand_upwards() local 1101 grow = (address - vma->vm_end) >> PAGE_SHIFT; in expand_upwards() 1105 error = acct_stack_growth(vma, size, grow); in expand_upwards() 1118 mm->locked_vm += grow; in expand_upwards() 1119 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards() 1190 unsigned long size, grow; in expand_downwards() local [all …]
|
/linux-6.12.1/tools/perf/util/ |
D | thread_map.c | 95 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.12.1/tools/testing/selftests/net/packetdrill/ |
D | tcp_slow_start_slow-start-app-limited.pkt | 3 // with IW10, if we send exactly 10 packets then cwnd should grow to 20.
|
D | tcp_slow_start_slow-start-app-limited-9-packets-out.pkt | 4 // send just 9 packets, then cwnd should grow to twice that
|
D | tcp_slow_start_slow-start-ack-per-4pkt.pkt | 3 // the cwnd continues to grow.
|
D | tcp_slow_start_slow-start-ack-per-2pkt.pkt | 3 // the cwnd continues to grow.
|
D | tcp_slow_start_slow-start-ack-per-1pkt.pkt | 3 // the cwnd continues to grow.
|
D | tcp_slow_start_slow-start-fq-ack-per-2pkt.pkt | 3 // the cwnd continues to grow, even if TSQ triggers.
|
/linux-6.12.1/drivers/gpu/drm/i915/selftests/ |
D | scatterlist.c | 172 static unsigned int grow(unsigned long n, in grow() function 271 grow,
|
/linux-6.12.1/Documentation/filesystems/ |
D | btrfs.rst | 34 * Online resize (shrink, grow)
|
/linux-6.12.1/tools/thermal/tmon/ |
D | README | 11 complexity of the thermal relationship can grow exponentially among cooling
|
/linux-6.12.1/drivers/staging/iio/Documentation/ |
D | inkernel.txt | 5 signals. The functionality supported will grow as use cases arise.
|
/linux-6.12.1/Documentation/virt/ |
D | guest-halt-polling.rst | 49 Multiplication factor used to grow per-cpu guest_halt_poll_ns
|
/linux-6.12.1/Documentation/virt/kvm/ |
D | halt-polling.rst | 83 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.12.1/Documentation/admin-guide/ |
D | jfs.rst | 22 read-write. The resize keyword with no value will grow
|
/linux-6.12.1/arch/powerpc/lib/ |
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.12.1/Documentation/networking/ |
D | mptcp-sysctl.rst | 40 grow exponentially when more blackhole issues get detected right after
|
/linux-6.12.1/Documentation/mm/ |
D | ksm.rst | 46 to avoid the virtual memory rmap lists to grow too large. The rmap
|
/linux-6.12.1/arch/sh/ |
D | Kconfig.debug | 61 the faulting instruction as a debugging aid. As this does grow
|
/linux-6.12.1/drivers/nvme/host/ |
D | Kconfig | 31 error translation table will grow the kernel image size by
|
/linux-6.12.1/Documentation/process/ |
D | contribution-maturity-model.rst | 16 maintainers as part of their job, so they can grow into becoming
|