Home
last modified time | relevance | path

Searched refs:new (Results 1 – 22 of 22) sorted by relevance

/scripts/
Ddocumentation-file-ref-check174 my $new =$ref;
181 $new =~ s,.*/,,;
195 my $search = $new;
208 $new =~ s/\.txt$/.rst/;
209 $f=qx(find $basedir -iname $new) if ($new);
214 $new =~ s/[-_]/[-_]/g;
215 $f=qx(find $basedir -iname $new) if ($new);
220 $f = qx(find $basedir -iname $new) if ($new);
Dbloat-o-meter46 new = getsizes(newfile, format)
52 if a in new:
62 for name in new:
63 ntot += new[name]
66 up += new[name]
67 delta.append((new[name], name))
70 d = new.get(name, 0) - old.get(name, 0)
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 = \
87 if d: print("%-40s %7s %7s %+7d" % (n, old.get(n,"-"), new.get(n,"-"), d))
Dstackdelta51 my $new = read_stack_usage_file($ARGV[1]);
52 my @common = sort grep {exists $new->{$_}} keys %$old;
55 my $y = $new->{$_}{size};
Dadjust_autoksyms.sh65 new=$(grep -c "^#define __KSYM_" "$new_ksyms_file" || true)
66 info "KSYMS" "symbols: before=$old, after=$new, changed=$changed"
DMakefile.headersinst55 new-dirs := $(filter-out $(existing-dirs), $(wanted-dirs))
56 $(if $(new-dirs), $(shell mkdir -p $(new-dirs)))
Dprune-kernel19 new-kernel-pkg --remove $f
Ddiffconfig128 new = sorted(b.keys())
129 for config in new:
DKbuild.include54 # The rule defined shall write to stdout the content of the new file.
55 # The existing file will be compared with the new one.
57 # - If the content differ the new file is used
Dcheckpatch.pl6772 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/
Dlivetree.c15 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 …]
Dutil.h45 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()
Dflattree.c687 struct reserve_info *new; in flat_read_mem_reserve() local
705 new = build_reserve_entry(address, size); in flat_read_mem_reserve()
706 reservelist = add_reserve_entry(reservelist, new); in flat_read_mem_reserve()
Ddtc.h284 struct reserve_info *new);
/scripts/kconfig/tests/new_choice_with_dep/
DKconfig6 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/
Dfdt_rw.c131 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_()
393 static void fdt_packblocks_(const char *old, char *new, in fdt_packblocks_() argument
402 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in fdt_packblocks_()
403 fdt_set_off_mem_rsvmap(new, mem_rsv_off); in fdt_packblocks_()
405 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_()
406 fdt_set_off_dt_struct(new, struct_off); in fdt_packblocks_()
407 fdt_set_size_dt_struct(new, struct_size); in fdt_packblocks_()
[all …]
/scripts/atomic/fallbacks/
Dtry_cmpxchg3 ${arch}${atomic}_try_cmpxchg${order}(${atomic}_t *v, ${int} *old, ${int} new)
6 r = ${arch}${atomic}_cmpxchg${order}(v, o, new);
/scripts/atomic/
Datomics.tbl31 cmpxchg I v i:old i:new
32 try_cmpxchg B v p:old i:new
/scripts/gcc-plugins/
Dgcc-generate-gimple-pass.h123 virtual opt_pass * clone () { return new _PASS_NAME_PASS(); }
137 return new _PASS_NAME_PASS();
Dgcc-generate-rtl-pass.h123 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); }
137 return new _PASS_NAME_PASS();
Dgcc-generate-simple_ipa-pass.h123 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); }
137 return new _PASS_NAME_PASS();
Dgcc-generate-ipa-pass.h212 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); }
226 return new _PASS_NAME_PASS();
/scripts/package/
Dmkspec120 if [ -x /sbin/new-kernel-pkg ]; then
121 new-kernel-pkg --remove $KERNELRELEASE --rminitrd --initrdfile=/boot/initramfs-$KERNELRELEASE.img