Home
last modified time | relevance | path

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

12

/Linux-v4.19/scripts/
Dbloat-o-meter44 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0
68 if d>0: grow, up = grow+1, up+d
74 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot
77 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \
81 (add, remove, grow, shrink, up, -down, up-down))
/Linux-v4.19/include/trace/events/
Dkvm.h372 TP_PROTO(bool grow, unsigned int vcpu_id, unsigned int new,
374 TP_ARGS(grow, vcpu_id, new, old),
377 __field(bool, grow)
384 __entry->grow = grow;
393 __entry->grow ? "grow" : "shrink",
/Linux-v4.19/mm/
Dmmap.c2253 unsigned long size, unsigned long grow) in acct_stack_growth() argument
2259 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth()
2270 locked = mm->locked_vm + grow; in acct_stack_growth()
2287 if (security_vm_enough_memory_mm(mm, grow)) in acct_stack_growth()
2342 unsigned long size, grow; in expand_upwards() local
2345 grow = (address - vma->vm_end) >> PAGE_SHIFT; in expand_upwards()
2349 error = acct_stack_growth(vma, size, grow); in expand_upwards()
2364 mm->locked_vm += grow; in expand_upwards()
2365 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards()
2423 unsigned long size, grow; in expand_downwards() local
[all …]
/Linux-v4.19/tools/perf/util/
Dthread_map.c116 bool grow = false; in __thread_map__new_all_cpus() local
138 grow = true; in __thread_map__new_all_cpus()
141 if (grow) { in __thread_map__new_all_cpus()
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dscatterlist.c171 static unsigned int grow(unsigned long n, in grow() function
266 grow,
/Linux-v4.19/arch/x86/kvm/
Dtrace.h891 TP_PROTO(bool grow, unsigned int vcpu_id, int new, int old),
892 TP_ARGS(grow, vcpu_id, new, old),
895 __field( bool, grow )
902 __entry->grow = grow;
911 __entry->grow ? "grow" : "shrink",
/Linux-v4.19/tools/thermal/tmon/
DREADME11 complexity of the thermal relationship can grow exponentially among cooling
/Linux-v4.19/drivers/staging/iio/Documentation/
Dinkernel.txt5 signals. The functionality supported will grow as use cases arise.
/Linux-v4.19/Documentation/filesystems/
Djfs.txt17 read-write. The resize keyword with no value will grow
/Linux-v4.19/drivers/firmware/efi/libstub/
Defi-stub-helper.c382 grow: in efi_file_size()
394 goto grow; in efi_file_size()
/Linux-v4.19/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-v4.19/arch/sh/
DKconfig.debug54 the faulting instruction as a debugging aid. As this does grow
/Linux-v4.19/Documentation/vm/
Dksm.rst48 to avoid the virtual memory rmap lists to grow too large. The rmap
/Linux-v4.19/Documentation/devicetree/bindings/dma/
Dste-dma40.txt42 [NB: This list will grow]
/Linux-v4.19/Documentation/networking/
Dtcp.txt21 snd_cwnd_clamp This is the maximum size that snd_cwnd can grow to.
Dx25-iface.txt116 cannot grow to much.
/Linux-v4.19/Documentation/security/
DIMA-templates.rst21 and, thus, would significantly grow over the time.
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Dmarvell-nand.txt57 step size will shrink or grow in order to fit the required strength.
/Linux-v4.19/arch/arc/kernel/
Dentry.S318 ; NOTE: SP will grow up by size of CALLEE Reg-File
/Linux-v4.19/drivers/md/persistent-data/
Ddm-array.c558 static int grow(struct resize *resize) in grow() function
679 r = ((new_size > old_size) ? grow : shrink)(&resize); in array_resize()
/Linux-v4.19/arch/sh/kernel/cpu/sh3/
Dentry.S99 ! It can be valid access, such as stack grow and/or C-O-W.
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dattributes.rst141 are stored starting at the end of the block and grow towards the
/Linux-v4.19/net/core/
Ddev.c5397 static void gro_pull_from_frag0(struct sk_buff *skb, int grow) in gro_pull_from_frag0() argument
5401 BUG_ON(skb->end - skb->tail < grow); in gro_pull_from_frag0()
5403 memcpy(skb_tail_pointer(skb), NAPI_GRO_CB(skb)->frag0, grow); in gro_pull_from_frag0()
5405 skb->data_len -= grow; in gro_pull_from_frag0()
5406 skb->tail += grow; in gro_pull_from_frag0()
5408 pinfo->frags[0].page_offset += grow; in gro_pull_from_frag0()
5409 skb_frag_size_sub(&pinfo->frags[0], grow); in gro_pull_from_frag0()
5447 int grow; in dev_gro_receive() local
5528 grow = skb_gro_offset(skb) - skb_headlen(skb); in dev_gro_receive()
5529 if (grow > 0) in dev_gro_receive()
[all …]
/Linux-v4.19/Documentation/arm64/
Dsve.txt251 Maximum size in bytes that the regset can grow to for the target
252 thread. The regset won't grow bigger than this even if the target
/Linux-v4.19/security/integrity/ima/
DKconfig41 Depending on the IMA policy, the measurement list can grow to

12