/linux-4.4.14/scripts/ |
D | bloat-o-meter | 33 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 variable 54 if d>0: grow, up = grow+1, up+d 62 (add, remove, grow, shrink, up, -down, up-down))
|
/linux-4.4.14/include/trace/events/ |
D | kvm.h | 362 TP_PROTO(bool grow, unsigned int vcpu_id, int new, int old), 363 TP_ARGS(grow, vcpu_id, new, old), 366 __field(bool, grow) 373 __entry->grow = grow; 382 __entry->grow ? "grow" : "shrink",
|
/linux-4.4.14/tools/perf/util/ |
D | thread_map.c | 111 bool grow = false; in thread_map__new_by_uid() local 133 grow = true; in thread_map__new_by_uid() 136 if (grow) { in thread_map__new_by_uid()
|
/linux-4.4.14/mm/ |
D | mmap.c | 2102 static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, unsigned long grow) in acct_stack_growth() argument 2109 if (!may_expand_vm(mm, grow)) in acct_stack_growth() 2123 locked = mm->locked_vm + grow; in acct_stack_growth() 2140 if (security_vm_enough_memory_mm(mm, grow)) in acct_stack_growth() 2178 unsigned long size, grow; in expand_upwards() local 2181 grow = (address - vma->vm_end) >> PAGE_SHIFT; in expand_upwards() 2185 error = acct_stack_growth(vma, size, grow); in expand_upwards() 2200 mm->locked_vm += grow; in expand_upwards() 2202 vma->vm_file, grow); in expand_upwards() 2250 unsigned long size, grow; in expand_downwards() local [all …]
|
/linux-4.4.14/net/mac80211/ |
D | mesh_pathtbl.c | 535 int grow = 0; in mesh_path_add() local 589 grow = 1; in mesh_path_add() 593 if (grow) { in mesh_path_add() 669 int grow = 0; in mpp_path_add() local 718 grow = 1; in mpp_path_add() 725 if (grow) { in mpp_path_add()
|
/linux-4.4.14/arch/x86/kvm/ |
D | trace.h | 888 TP_PROTO(bool grow, unsigned int vcpu_id, int new, int old), 889 TP_ARGS(grow, vcpu_id, new, old), 892 __field( bool, grow ) 899 __entry->grow = grow; 908 __entry->grow ? "grow" : "shrink",
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | arm-stub.c | 113 grow: in efi_file_size() 125 goto grow; in efi_file_size()
|
/linux-4.4.14/tools/thermal/tmon/ |
D | README | 11 complexity of the thermal relationship can grow exponentially among cooling
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | inkernel.txt | 5 signals. The functionality supported will grow as use cases arise.
|
/linux-4.4.14/Documentation/filesystems/ |
D | jfs.txt | 17 read-write. The resize keyword with no value will grow
|
D | fiemap.txt | 42 fiemap interface to grow in the future but without losing
|
D | xfs-delayed-logging-design.txt | 544 Hence we can grow the checkpoint transaction reservation dynamically as items 549 As mentioned early, transactions can't grow to more than half the size of the
|
/linux-4.4.14/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-4.4.14/arch/sh/ |
D | Kconfig.debug | 56 the faulting instruction as a debugging aid. As this does grow
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-array.c | 544 static int grow(struct resize *resize) in grow() function 665 r = ((new_size > old_size) ? grow : shrink)(&resize); in array_resize()
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.c | 83 grow: in __file_size32() 95 goto grow; in __file_size32() 136 grow: in __file_size64() 148 goto grow; in __file_size64()
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | ste-dma40.txt | 42 [NB: This list will grow]
|
/linux-4.4.14/Documentation/security/ |
D | IMA-templates.txt | 18 and, thus, would significantly grow over the time.
|
/linux-4.4.14/net/core/ |
D | dev.c | 4177 static void gro_pull_from_frag0(struct sk_buff *skb, int grow) in gro_pull_from_frag0() argument 4181 BUG_ON(skb->end - skb->tail < grow); in gro_pull_from_frag0() 4183 memcpy(skb_tail_pointer(skb), NAPI_GRO_CB(skb)->frag0, grow); in gro_pull_from_frag0() 4185 skb->data_len -= grow; in gro_pull_from_frag0() 4186 skb->tail += grow; in gro_pull_from_frag0() 4188 pinfo->frags[0].page_offset += grow; in gro_pull_from_frag0() 4189 skb_frag_size_sub(&pinfo->frags[0], grow); in gro_pull_from_frag0() 4206 int grow; in dev_gro_receive() local 4294 grow = skb_gro_offset(skb) - skb_headlen(skb); in dev_gro_receive() 4295 if (grow > 0) in dev_gro_receive() [all …]
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry.S | 326 ; NOTE: SP will grow up by size of CALLEE Reg-File
|
/linux-4.4.14/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.
|
D | arcnet-hardware.txt | 68 splitting," that allows "virtual packets" to grow as large as 64K each,
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 99 ! It can be valid access, such as stack grow and/or C-O-W.
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 217 * and can realloc() it to grow it, and should free() it to 1428 { /* Not enough room in the buffer - grow it. */ 1450 /* Can't grow it, we don't own it. */ 1891 int grow_size = 8 /* arbitrary grow size */; 1985 /* It's okay to grow etc. this buffer, and we should throw it
|
D | dtc-parser.tab.c_shipped | 938 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 206 * and can realloc() it to grow it, and should free() it to 1095 { /* Not enough room in the buffer - grow it. */ 1117 /* Can't grow it, we don't own it. */ 1599 int grow_size = 8 /* arbitrary grow size */; 1693 /* It's okay to grow etc. this buffer, and we should throw it
|
D | parse.tab.c_shipped | 1117 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 234 * and can realloc() it to grow it, and should free() it to 1575 { /* Not enough room in the buffer - grow it. */ 1597 /* Can't grow it, we don't own it. */ 2047 int grow_size = 8 /* arbitrary grow size */; 2141 /* It's okay to grow etc. this buffer, and we should throw it
|
D | zconf.tab.c_shipped | 1079 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
|
/linux-4.4.14/fs/cramfs/ |
D | README | 93 PAGE_CACHE_SIZE may grow in future (if I interpret the comment
|
/linux-4.4.14/Documentation/ |
D | stable_api_nonsense.txt | 99 so, function names may change, structures may grow or shrink, and
|
D | cpu-hotplug.txt | 81 that aren't designed to grow/shrink as CPUs are made available or removed.
|
D | md.txt | 384 This list may grow in future.
|
D | devices.txt | 2040 Both ranges can grow (down or up) until they meet.
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | gen_except.S | 279 beqs busy_fr |if unimp, grow to busy
|
/linux-4.4.14/Documentation/sysctl/ |
D | fs.txt | 264 aio-nr can grow to.
|
/linux-4.4.14/Documentation/development-process/ |
D | 2.Process | 94 worse; the pile of changes waiting for the next merge window will grow 447 tends to be expensive and does not do much to grow the pool of experienced
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxlflash.txt | 215 would need to use the DK_CXLFLASH_VLUN_RESIZE ioctl to adjust the grow
|
/linux-4.4.14/Documentation/vm/ |
D | hugetlbpage.txt | 116 huge pages can grow, if more huge pages than /proc/sys/vm/nr_hugepages are
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex-design.txt | 172 And once again, to show how this can grow I will show the merging chains
|