/Linux-v4.19/scripts/ |
D | bloat-o-meter | 44 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/ |
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",
|
/Linux-v4.19/mm/ |
D | mmap.c | 2253 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/ |
D | thread_map.c | 116 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/ |
D | scatterlist.c | 171 static unsigned int grow(unsigned long n, in grow() function 266 grow,
|
/Linux-v4.19/arch/x86/kvm/ |
D | trace.h | 891 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/ |
D | README | 11 complexity of the thermal relationship can grow exponentially among cooling
|
/Linux-v4.19/drivers/staging/iio/Documentation/ |
D | inkernel.txt | 5 signals. The functionality supported will grow as use cases arise.
|
/Linux-v4.19/Documentation/filesystems/ |
D | jfs.txt | 17 read-write. The resize keyword with no value will grow
|
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 382 grow: in efi_file_size() 394 goto grow; in efi_file_size()
|
/Linux-v4.19/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()
|
/Linux-v4.19/arch/sh/ |
D | Kconfig.debug | 54 the faulting instruction as a debugging aid. As this does grow
|
/Linux-v4.19/Documentation/vm/ |
D | ksm.rst | 48 to avoid the virtual memory rmap lists to grow too large. The rmap
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | ste-dma40.txt | 42 [NB: This list will grow]
|
/Linux-v4.19/Documentation/networking/ |
D | tcp.txt | 21 snd_cwnd_clamp This is the maximum size that snd_cwnd can grow to.
|
D | x25-iface.txt | 116 cannot grow to much.
|
/Linux-v4.19/Documentation/security/ |
D | IMA-templates.rst | 21 and, thus, would significantly grow over the time.
|
/Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
D | marvell-nand.txt | 57 step size will shrink or grow in order to fit the required strength.
|
/Linux-v4.19/arch/arc/kernel/ |
D | entry.S | 318 ; NOTE: SP will grow up by size of CALLEE Reg-File
|
/Linux-v4.19/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()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 99 ! It can be valid access, such as stack grow and/or C-O-W.
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | attributes.rst | 141 are stored starting at the end of the block and grow towards the
|
/Linux-v4.19/net/core/ |
D | dev.c | 5397 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/ |
D | sve.txt | 251 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/ |
D | Kconfig | 41 Depending on the IMA policy, the measurement list can grow to
|