/kernel/linux/linux-5.10/scripts/ |
D | bloat-o-meter | 47 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 71 if d>0: grow, up = grow+1, up+d 77 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot 80 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \ 84 (add, remove, grow, shrink, up, -down, up-down))
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | kvm.h | 372 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",
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | thread_map.c | 94 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()
|
/kernel/linux/linux-5.10/mm/ |
D | mmap.c | 2399 unsigned long size, unsigned long grow) in acct_stack_growth() argument 2405 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth() 2416 locked = mm->locked_vm + grow; in acct_stack_growth() 2433 if (security_vm_enough_memory_mm(mm, grow)) in acct_stack_growth() 2487 unsigned long size, grow; in expand_upwards() local 2490 grow = (address - vma->vm_end) >> PAGE_SHIFT; in expand_upwards() 2494 error = acct_stack_growth(vma, size, grow); in expand_upwards() 2509 mm->locked_vm += grow; in expand_upwards() 2510 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards() 2567 unsigned long size, grow; in expand_downwards() local [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
D | scatterlist.c | 172 static unsigned int grow(unsigned long n, in grow() function 267 grow,
|
/kernel/linux/linux-5.10/tools/thermal/tmon/ |
D | README | 11 complexity of the thermal relationship can grow exponentially among cooling
|
/kernel/linux/linux-5.10/Documentation/virt/ |
D | guest-halt-polling.rst | 49 Multiplication factor used to grow per-cpu guest_halt_poll_ns
|
/kernel/linux/linux-5.10/drivers/staging/iio/Documentation/ |
D | inkernel.txt | 5 signals. The functionality supported will grow as use cases arise.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | jfs.rst | 22 read-write. The resize keyword with no value will grow
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/sh/ |
D | Kconfig.debug | 53 the faulting instruction as a debugging aid. As this does grow
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_workarounds.c | 119 const unsigned int grow = WA_LIST_CHUNK; in _wa_add() local 122 GEM_BUG_ON(!is_power_of_2(grow)); in _wa_add() 124 if (IS_ALIGNED(wal->count, grow)) { /* Either uninitialized or full. */ in _wa_add() 127 list = kmalloc_array(ALIGN(wal->count + 1, grow), sizeof(*wa), in _wa_add()
|
/kernel/linux/linux-5.10/lib/ |
D | Kconfig.ubsan | 19 Building kernels with Sanitizer features enabled tends to grow
|
D | radix-tree.c | 1483 grow: in idr_get_free() 1527 goto grow; in idr_get_free()
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | ksm.rst | 48 to avoid the virtual memory rmap lists to grow too large. The rmap
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
D | ste-dma40.txt | 42 [NB: This list will grow]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/ |
D | marvell-nand.txt | 57 step size will shrink or grow in order to fit the required strength.
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
D | entry.S | 323 ; NOTE: SP will grow up by size of CALLEE Reg-File
|
/kernel/linux/linux-5.10/Documentation/security/ |
D | IMA-templates.rst | 21 and, thus, would significantly grow over the time.
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
D | dm-array.c | 558 static int grow(struct resize *resize) in grow() function 679 r = ((new_size > old_size) ? grow : shrink)(&resize); in array_resize()
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 96 ! It can be valid access, such as stack grow and/or C-O-W.
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | x25-iface.rst | 122 cannot grow to much.
|
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
D | attributes.rst | 141 are stored starting at the end of the block and grow towards the
|
/kernel/linux/linux-5.10/Documentation/arm64/ |
D | memory.rst | 122 whilst the start address will "grow" towards the lower addresses).
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | halt-polling.rst | 103 |halt_poll_ns_grow_start| The initial value to grow | 10000 |
|