Home
last modified time | relevance | path

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

123

/Linux-v5.4/scripts/
Dbloat-o-meter45 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0
69 if d>0: grow, up = grow+1, up+d
75 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot
78 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \
82 (add, remove, grow, shrink, up, -down, up-down))
/Linux-v5.4/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-v5.4/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-v5.4/mm/
Dmmap.c2304 unsigned long size, unsigned long grow) in acct_stack_growth() argument
2310 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth()
2321 locked = mm->locked_vm + grow; in acct_stack_growth()
2338 if (security_vm_enough_memory_mm(mm, grow)) in acct_stack_growth()
2393 unsigned long size, grow; in expand_upwards() local
2396 grow = (address - vma->vm_end) >> PAGE_SHIFT; in expand_upwards()
2400 error = acct_stack_growth(vma, size, grow); in expand_upwards()
2415 mm->locked_vm += grow; in expand_upwards()
2416 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards()
2473 unsigned long size, grow; in expand_downwards() local
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/selftests/
Dscatterlist.c172 static unsigned int grow(unsigned long n, in grow() function
267 grow,
/Linux-v5.4/tools/thermal/tmon/
DREADME11 complexity of the thermal relationship can grow exponentially among cooling
/Linux-v5.4/drivers/staging/iio/Documentation/
Dinkernel.txt5 signals. The functionality supported will grow as use cases arise.
/Linux-v5.4/Documentation/virtual/
Dguest-halt-polling.txt44 Multiplication factor used to grow per-cpu guest_halt_poll_ns
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_workarounds.c86 const unsigned int grow = WA_LIST_CHUNK; in _wa_add() local
89 GEM_BUG_ON(!is_power_of_2(grow)); in _wa_add()
91 if (IS_ALIGNED(wal->count, grow)) { /* Either uninitialized or full. */ in _wa_add()
94 list = kmalloc_array(ALIGN(wal->count + 1, grow), sizeof(*wa), in _wa_add()
/Linux-v5.4/Documentation/admin-guide/
Djfs.rst22 read-write. The resize keyword with no value will grow
/Linux-v5.4/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-v5.4/arch/sh/
DKconfig.debug54 the faulting instruction as a debugging aid. As this does grow
/Linux-v5.4/drivers/firmware/efi/libstub/
Defi-stub-helper.c379 grow: in efi_file_size()
391 goto grow; in efi_file_size()
/Linux-v5.4/Documentation/vm/
Dksm.rst48 to avoid the virtual memory rmap lists to grow too large. The rmap
/Linux-v5.4/Documentation/devicetree/bindings/dma/
Dste-dma40.txt42 [NB: This list will grow]
/Linux-v5.4/Documentation/devicetree/bindings/mtd/
Dmarvell-nand.txt57 step size will shrink or grow in order to fit the required strength.
/Linux-v5.4/arch/arc/kernel/
Dentry.S315 ; NOTE: SP will grow up by size of CALLEE Reg-File
/Linux-v5.4/Documentation/security/
DIMA-templates.rst21 and, thus, would significantly grow over the time.
/Linux-v5.4/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-v5.4/arch/sh/kernel/cpu/sh3/
Dentry.S96 ! It can be valid access, such as stack grow and/or C-O-W.
/Linux-v5.4/Documentation/networking/
Dx25-iface.txt116 cannot grow to much.
/Linux-v5.4/lib/
Dradix-tree.c1494 grow: in idr_get_free()
1538 goto grow; in idr_get_free()
/Linux-v5.4/Documentation/arm64/
Dmemory.rst122 whilst the start address will "grow" towards the lower addresses).
/Linux-v5.4/Documentation/filesystems/ext4/
Dattributes.rst141 are stored starting at the end of the block and grow towards the
/Linux-v5.4/Documentation/virt/kvm/
Dhalt-polling.txt98 halt_poll_ns_grow_start | The initial value to grow | 10000

123