Home
last modified time | relevance | path

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

123

/Linux-v6.1/scripts/
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
85 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot
88 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \
92 (add, remove, grow, shrink, up, -down, up-down))
/Linux-v6.1/net/core/
Dgro.c433 static void gro_pull_from_frag0(struct sk_buff *skb, int grow) in gro_pull_from_frag0() argument
437 BUG_ON(skb->end - skb->tail < grow); in gro_pull_from_frag0()
439 memcpy(skb_tail_pointer(skb), NAPI_GRO_CB(skb)->frag0, grow); in gro_pull_from_frag0()
441 skb->data_len -= grow; in gro_pull_from_frag0()
442 skb->tail += grow; in gro_pull_from_frag0()
444 skb_frag_off_add(&pinfo->frags[0], grow); in gro_pull_from_frag0()
445 skb_frag_size_sub(&pinfo->frags[0], grow); in gro_pull_from_frag0()
483 int grow; in dev_gro_receive() local
565 grow = skb_gro_offset(skb) - skb_headlen(skb); in dev_gro_receive()
566 if (grow > 0) in dev_gro_receive()
[all …]
/Linux-v6.1/include/trace/events/
Dpower.h528 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",
Dkvm.h348 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-v6.1/tools/perf/util/
Dthread_map.c94 bool grow = false; in __thread_map__new_all_cpus() local
116 grow = true; in __thread_map__new_all_cpus()
119 if (grow) { in __thread_map__new_all_cpus()
/Linux-v6.1/mm/
Dmmap.c1868 unsigned long size, unsigned long grow) in acct_stack_growth() argument
1874 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth()
1882 if (mlock_future_check(mm, vma->vm_flags, grow << PAGE_SHIFT)) in acct_stack_growth()
1895 if (security_vm_enough_memory_mm(mm, grow)) in acct_stack_growth()
1955 unsigned long size, grow; in expand_upwards() local
1958 grow = (address - vma->vm_end) >> PAGE_SHIFT; in expand_upwards()
1962 error = acct_stack_growth(vma, size, grow); in expand_upwards()
1975 mm->locked_vm += grow; in expand_upwards()
1976 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards()
2036 unsigned long size, grow; in expand_downwards() local
[all …]
/Linux-v6.1/drivers/gpu/drm/i915/selftests/
Dscatterlist.c172 static unsigned int grow(unsigned long n, in grow() function
267 grow,
/Linux-v6.1/Documentation/filesystems/
Dbtrfs.rst34 * Online resize (shrink, grow)
/Linux-v6.1/tools/thermal/tmon/
DREADME11 complexity of the thermal relationship can grow exponentially among cooling
/Linux-v6.1/drivers/staging/iio/Documentation/
Dinkernel.txt5 signals. The functionality supported will grow as use cases arise.
/Linux-v6.1/Documentation/virt/
Dguest-halt-polling.rst49 Multiplication factor used to grow per-cpu guest_halt_poll_ns
/Linux-v6.1/Documentation/admin-guide/
Djfs.rst22 read-write. The resize keyword with no value will grow
/Linux-v6.1/arch/powerpc/lib/
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-v6.1/arch/sh/
DKconfig.debug50 the faulting instruction as a debugging aid. As this does grow
/Linux-v6.1/drivers/nvme/host/
DKconfig32 error translation table will grow the kernel image size by
/Linux-v6.1/rust/alloc/
Dalloc.rs251 unsafe fn grow( in grow() method
Draw_vec.rs474 alloc.grow(ptr, old_layout, new_layout) in finish_grow()
/Linux-v6.1/Documentation/mm/
Dksm.rst48 to avoid the virtual memory rmap lists to grow too large. The rmap
/Linux-v6.1/Documentation/devicetree/bindings/mtd/
Dmarvell-nand.txt57 step size will shrink or grow in order to fit the required strength.
/Linux-v6.1/arch/arc/kernel/
Dentry.S320 ; NOTE: SP will grow up by size of CALLEE Reg-File
/Linux-v6.1/drivers/md/persistent-data/
Ddm-array.c554 static int grow(struct resize *resize) in grow() function
683 r = ((new_size > old_size) ? grow : shrink)(&resize); in array_resize()
/Linux-v6.1/arch/sh/kernel/cpu/sh3/
Dentry.S95 ! It can be valid access, such as stack grow and/or C-O-W.
/Linux-v6.1/lib/
DKconfig.ubsan20 Building kernels with Sanitizer features enabled tends to grow
/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dintel_workarounds.c91 const unsigned int grow = WA_LIST_CHUNK; in _wa_add() local
94 GEM_BUG_ON(!is_power_of_2(grow)); in _wa_add()
96 if (IS_ALIGNED(wal->count, grow)) { /* Either uninitialized or full. */ in _wa_add()
99 list = kmalloc_array(ALIGN(wal->count + 1, grow), sizeof(*wa), in _wa_add()
/Linux-v6.1/Documentation/security/
DIMA-templates.rst21 and, thus, would significantly grow over the time.

123