/scripts/ |
D | documentation-file-ref-check | 178 my $new =$ref; 185 $new =~ s,.*/,,; 199 my $search = $new; 212 $new =~ s/\.txt$/.rst/; 213 $f=qx(find $basedir -iname $new) if ($new); 218 $new =~ s/[-_]/[-_]/g; 219 $f=qx(find $basedir -iname $new) if ($new); 224 $f = qx(find $basedir -iname $new) if ($new);
|
D | bloat-o-meter | 54 new = getsizes(newfile, format) 60 if a in new: 70 for name in new: 71 ntot += new[name] 74 up += new[name] 75 delta.append((new[name], name)) 78 d = new.get(name, 0) - old.get(name, 0) 85 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot 88 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \ 95 if d: print("%-40s %7s %7s %+7d" % (n, old.get(n,"-"), new.get(n,"-"), d))
|
D | stackdelta | 51 my $new = read_stack_usage_file($ARGV[1]); 52 my @common = sort grep {exists $new->{$_}} keys %$old; 55 my $y = $new->{$_}{size};
|
D | generate_rust_target.rs | 53 fn new() -> TargetSpec { in new() method 54 TargetSpec(Vec::new()) in new() 111 let mut result = HashMap::new(); in from_stdin() 115 let mut line = String::new(); in from_stdin() 148 let mut ts = TargetSpec::new(); in main()
|
D | adjust_autoksyms.sh | 65 new=$(grep -c "^#define __KSYM_" "$new_ksyms_file" || true) 66 info "KSYMS" "symbols: before=$old, after=$new, changed=$changed"
|
D | Makefile.headersinst | 55 new-dirs := $(filter-out $(existing-dirs), $(wanted-dirs)) 56 $(if $(new-dirs), $(shell mkdir -p $(new-dirs)))
|
D | prune-kernel | 20 new-kernel-pkg --remove $f
|
D | diffconfig | 128 new = sorted(b.keys()) 129 for config in new:
|
D | checksyscalls.sh | 255 /* 64-bit ports never needed these, and new 32-bit ports can use statx */
|
D | Kbuild.include | 58 # The rule defined shall write to stdout the content of the new file. 59 # The existing file will be compared with the new one. 61 # - If the content differ the new file is used
|
D | checkpatch.pl | 6772 my $new = $attr_list{$curr_attr}; 6775 $new = "__$1\($2"; 6777 $new = "$new$params"; 6780 "Prefer $new over __attribute__(($orig_attr$params))\n" . $herecurr) && 6784 $fixed[$fixlinenr] =~ s/\b__attribute__/$new __attribute__/; 6785 $fixed[$fixlinenr] =~ s/\}\Q$new\E/} $new/;
|
/scripts/dtc/ |
D | livetree.c | 15 struct label *new; in add_label() local 18 for_each_label_withdel(*labels, new) in add_label() 19 if (streq(new->label, label)) { in add_label() 20 new->deleted = 0; in add_label() 24 new = xmalloc(sizeof(*new)); in add_label() 25 memset(new, 0, sizeof(*new)); in add_label() 26 new->label = label; in add_label() 27 new->next = *labels; in add_label() 28 *labels = new; in add_label() 42 struct property *new = xmalloc(sizeof(*new)); in build_property() local [all …]
|
D | util.h | 45 void *new = malloc(len); in xmalloc() local 47 if (!new) in xmalloc() 50 return new; in xmalloc() 55 void *new = realloc(p, len); in xrealloc() local 57 if (!new) in xrealloc() 60 return new; in xrealloc()
|
D | flattree.c | 688 struct reserve_info *new; in flat_read_mem_reserve() local 706 new = build_reserve_entry(address, size); in flat_read_mem_reserve() 707 reservelist = add_reserve_entry(reservelist, new); in flat_read_mem_reserve()
|
D | dtc.h | 320 struct reserve_info *new);
|
/scripts/mod/ |
D | list.h | 66 static inline void __list_add(struct list_head *new, in __list_add() argument 70 next->prev = new; in __list_add() 71 new->next = next; in __list_add() 72 new->prev = prev; in __list_add() 73 prev->next = new; in __list_add() 84 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() argument 86 __list_add(new, head, head->next); in list_add() 97 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() argument 99 __list_add(new, head->prev, head); in list_add_tail()
|
/scripts/kconfig/tests/new_choice_with_dep/ |
D | Kconfig | 6 This is a new symbol. 20 This is a new symbol, so should be asked. 37 This is a new symbol, so should be asked.
|
/scripts/dtc/libfdt/ |
D | fdt_rw.c | 131 char *new; in fdt_find_add_string_() local 143 new = strtab + fdt_size_dt_strings(fdt); in fdt_find_add_string_() 151 memcpy(new, s, len); in fdt_find_add_string_() 152 return (new - strtab); in fdt_find_add_string_() 396 static void fdt_packblocks_(const char *old, char *new, in fdt_packblocks_() argument 407 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in fdt_packblocks_() 408 fdt_set_off_mem_rsvmap(new, mem_rsv_off); in fdt_packblocks_() 410 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_() 411 fdt_set_off_dt_struct(new, struct_off); in fdt_packblocks_() 412 fdt_set_size_dt_struct(new, struct_size); in fdt_packblocks_() [all …]
|
/scripts/atomic/fallbacks/ |
D | try_cmpxchg | 3 arch_${atomic}_try_cmpxchg${order}(${atomic}_t *v, ${int} *old, ${int} new) 6 r = arch_${atomic}_cmpxchg${order}(v, o, new);
|
/scripts/gcc-plugins/ |
D | gcc-generate-gimple-pass.h | 97 virtual opt_pass * clone () { return new _PASS_NAME_PASS(); } in clone() 106 return new _PASS_NAME_PASS(); in _MAKE_PASS_NAME_PASS()
|
D | gcc-generate-simple_ipa-pass.h | 97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone() 107 return new _PASS_NAME_PASS(); in _MAKE_PASS_NAME_PASS()
|
D | gcc-generate-rtl-pass.h | 97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone() 107 return new _PASS_NAME_PASS(); in _MAKE_PASS_NAME_PASS()
|
D | gcc-generate-ipa-pass.h | 174 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone() 184 return new _PASS_NAME_PASS(); in _MAKE_PASS_NAME_PASS()
|
/scripts/atomic/ |
D | atomics.tbl | 31 cmpxchg I v i:old i:new 32 try_cmpxchg B v p:old i:new
|
/scripts/package/ |
D | mkspec | 121 if [ -x /sbin/new-kernel-pkg ]; then 122 new-kernel-pkg --remove $KERNELRELEASE --rminitrd --initrdfile=/boot/initramfs-$KERNELRELEASE.img
|