| /linux/scripts/ |
| H A D | bloat-o-meter | 57 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 81 if d>0: grow, up = grow+1, up+d 86 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot 89 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \ 92 print("add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s (%s)" % \ 93 (add, remove, grow, shrink, up, -down, up-down))
|
| /linux/net/core/ |
| H A D | gro.c | 428 static void gro_pull_from_frag0(struct sk_buff *skb, int grow) in gro_pull_from_frag0() argument 432 DEBUG_NET_WARN_ON_ONCE(skb->end - skb->tail < grow); in gro_pull_from_frag0() 434 memcpy(skb_tail_pointer(skb), NAPI_GRO_CB(skb)->frag0, grow); in gro_pull_from_frag0() 436 skb->data_len -= grow; in gro_pull_from_frag0() 437 skb->tail += grow; in gro_pull_from_frag0() 439 skb_frag_off_add(&pinfo->frags[0], grow); in gro_pull_from_frag0() 440 skb_frag_size_sub(&pinfo->frags[0], grow); in gro_pull_from_frag0() 451 int grow = skb_gro_offset(skb) - skb_headlen(skb); in gro_try_pull_from_frag0() local 453 if (grow > 0) in gro_try_pull_from_frag0() 454 gro_pull_from_frag0(skb, grow); in gro_try_pull_from_frag0()
|
| /linux/tools/perf/util/ |
| H A D | thread_map.c | 95 bool grow = false; in thread_map__new_all_cpus() local 109 grow = true; in thread_map__new_all_cpus() 112 if (grow) { in thread_map__new_all_cpus()
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_slow_start_slow-start-app-limited.pkt | 3 // with IW10, if we send exactly 10 packets then cwnd should grow to 20.
|
| H A D | tcp_slow_start_slow-start-app-limited-9-packets-out.pkt | 4 // send just 9 packets, then cwnd should grow to twice that
|
| H A D | tcp_slow_start_slow-start-ack-per-4pkt.pkt | 3 // the cwnd continues to grow.
|
| H A D | tcp_slow_start_slow-start-ack-per-2pkt.pkt | 3 // the cwnd continues to grow.
|
| H A D | tcp_slow_start_slow-start-ack-per-1pkt.pkt | 3 // the cwnd continues to grow.
|
| H A D | tcp_slow_start_slow-start-fq-ack-per-2pkt.pkt | 3 // the cwnd continues to grow, even if TSQ triggers.
|
| /linux/Documentation/filesystems/ |
| H A D | btrfs.rst | 34 * Online resize (shrink, grow)
|
| /linux/rust/kernel/ |
| H A D | id_pool.rs | 212 pub fn grow(&mut self, mut resizer: PoolResizer) { in grow() method
|
| /linux/tools/thermal/tmon/ |
| H A D | README | 11 complexity of the thermal relationship can grow exponentially among cooling
|
| /linux/Documentation/virt/ |
| H A D | guest-halt-polling.rst | 49 Multiplication factor used to grow per-cpu guest_halt_poll_ns
|
| /linux/drivers/staging/iio/Documentation/ |
| H A D | inkernel.txt | 5 signals. The functionality supported will grow as use cases arise.
|
| /linux/Documentation/admin-guide/ |
| H A D | jfs.rst | 22 read-write. The resize keyword with no value will grow
|
| /linux/Documentation/virt/kvm/ |
| H A 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/arch/powerpc/lib/ |
| H 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/arch/sh/ |
| H A D | Kconfig.debug | 61 the faulting instruction as a debugging aid. As this does grow
|
| /linux/Documentation/mm/ |
| H A D | ksm.rst | 46 to avoid the virtual memory rmap lists to grow too large. The rmap
|
| /linux/drivers/nvme/host/ |
| H A D | Kconfig | 36 error translation table will grow the kernel image size by
|
| /linux/Documentation/process/ |
| H A D | contribution-maturity-model.rst | 16 maintainers as part of their job, so they can grow into becoming
|
| /linux/arch/sh/kernel/cpu/sh3/ |
| H A D | entry.S | 95 ! It can be valid access, such as stack grow and/or C-O-W.
|
| /linux/Documentation/security/ |
| H A D | IMA-templates.rst | 21 and, thus, would significantly grow over the time.
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | attributes.rst | 141 are stored starting at the end of the block and grow towards the
|
| /linux/lib/ |
| H A D | radix-tree.c | 1485 grow: in idr_get_free() 1529 goto grow; in idr_get_free()
|