/linux/scripts/ |
A 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))
|
/linux/include/trace/events/ |
A D | kvm.h | 348 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/tools/perf/util/ |
A 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()
|
/linux/mm/ |
A D | mmap.c | 2338 if (!may_expand_vm(mm, vma->vm_flags, grow)) in acct_stack_growth() 2349 locked = mm->locked_vm + grow; in acct_stack_growth() 2366 if (security_vm_enough_memory_mm(mm, grow)) in acct_stack_growth() 2420 unsigned long size, grow; in expand_upwards() local 2442 mm->locked_vm += grow; in expand_upwards() 2443 vm_stat_account(mm, vma->vm_flags, grow); in expand_upwards() 2500 unsigned long size, grow; in expand_downwards() local 2506 if (grow <= vma->vm_pgoff) { in expand_downwards() 2522 mm->locked_vm += grow; in expand_downwards() 2523 vm_stat_account(mm, vma->vm_flags, grow); in expand_downwards() [all …]
|
/linux/drivers/gpu/drm/i915/selftests/ |
A D | scatterlist.c | 172 static unsigned int grow(unsigned long n, in grow() function 267 grow,
|
/linux/tools/thermal/tmon/ |
A D | README | 11 complexity of the thermal relationship can grow exponentially among cooling
|
/linux/drivers/staging/iio/Documentation/ |
A D | inkernel.txt | 5 signals. The functionality supported will grow as use cases arise.
|
/linux/Documentation/virt/ |
A D | guest-halt-polling.rst | 49 Multiplication factor used to grow per-cpu guest_halt_poll_ns
|
/linux/Documentation/admin-guide/ |
A D | jfs.rst | 22 read-write. The resize keyword with no value will grow
|
/linux/arch/powerpc/lib/ |
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/ |
A D | Kconfig.debug | 50 the faulting instruction as a debugging aid. As this does grow
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_workarounds.c | 88 const unsigned int grow = WA_LIST_CHUNK; in _wa_add() local 91 GEM_BUG_ON(!is_power_of_2(grow)); in _wa_add() 93 if (IS_ALIGNED(wal->count, grow)) { /* Either uninitialized or full. */ in _wa_add() 96 list = kmalloc_array(ALIGN(wal->count + 1, grow), sizeof(*wa), in _wa_add()
|
/linux/Documentation/devicetree/bindings/dma/ |
A D | ste-dma40.txt | 42 [NB: This list will grow]
|
/linux/Documentation/vm/ |
A D | ksm.rst | 48 to avoid the virtual memory rmap lists to grow too large. The rmap
|
/linux/Documentation/devicetree/bindings/mtd/ |
A D | marvell-nand.txt | 57 step size will shrink or grow in order to fit the required strength.
|
/linux/drivers/md/persistent-data/ |
A D | dm-array.c | 554 static int grow(struct resize *resize) in grow() function 683 r = ((new_size > old_size) ? grow : shrink)(&resize); in array_resize()
|
/linux/arch/arc/kernel/ |
A D | entry.S | 319 ; NOTE: SP will grow up by size of CALLEE Reg-File
|
/linux/arch/sh/kernel/cpu/sh3/ |
A D | entry.S | 95 ! It can be valid access, such as stack grow and/or C-O-W.
|
/linux/Documentation/security/ |
A D | IMA-templates.rst | 21 and, thus, would significantly grow over the time.
|
/linux/lib/ |
A D | radix-tree.c | 1484 grow: in idr_get_free() 1528 goto grow; in idr_get_free()
|
A D | Kconfig.ubsan | 20 Building kernels with Sanitizer features enabled tends to grow
|
/linux/Documentation/filesystems/ext4/ |
A D | attributes.rst | 141 are stored starting at the end of the block and grow towards the
|
/linux/Documentation/arm64/ |
A D | memory.rst | 119 whilst the start address will "grow" towards the lower addresses).
|
/linux/Documentation/virt/kvm/ |
A D | halt-polling.rst | 103 |halt_poll_ns_grow_start| The initial value to grow | 10000 |
|
/linux/net/core/ |
A D | dev.c | 6018 static void gro_pull_from_frag0(struct sk_buff *skb, int grow) in gro_pull_from_frag0() argument 6022 BUG_ON(skb->end - skb->tail < grow); in gro_pull_from_frag0() 6024 memcpy(skb_tail_pointer(skb), NAPI_GRO_CB(skb)->frag0, grow); in gro_pull_from_frag0() 6026 skb->data_len -= grow; in gro_pull_from_frag0() 6027 skb->tail += grow; in gro_pull_from_frag0() 6029 skb_frag_off_add(&pinfo->frags[0], grow); in gro_pull_from_frag0() 6030 skb_frag_size_sub(&pinfo->frags[0], grow); in gro_pull_from_frag0() 6068 int grow; in dev_gro_receive() local 6150 grow = skb_gro_offset(skb) - skb_headlen(skb); in dev_gro_receive() 6151 if (grow > 0) in dev_gro_receive() [all …]
|