Searched refs:old (Results 1 – 17 of 17) sorted by relevance
/scripts/ |
A D | bloat-o-meter | 53 old = getsizes(oldfile, format) 59 for a in old: 63 for name in old: 64 otot += old[name] 67 down += old[name] 68 delta.append((-old[name], name)) 78 d = new.get(name, 0) - old.get(name, 0) 84 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot 87 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \ 94 if d: print("%-40s %7s %7s %+7d" % (n, old.get(n,"-"), new.get(n,"-"), d))
|
A D | Makefile.headersinst | 48 old-subdirs := $(wildcard $(all-subdirs)) 49 old-headers := $(if $(old-subdirs),$(shell find $(old-subdirs) -name '*.h')) 50 unwanted := $(filter-out $(all-headers), $(old-headers)) 53 existing-dirs := $(sort $(dir $(old-headers))) 77 existing-headers := $(filter $(old-headers), $(all-headers))
|
A D | stackdelta | 50 my $old = read_stack_usage_file($ARGV[0]); 52 my @common = sort grep {exists $new->{$_}} keys %$old; 54 my $x = $old->{$_}{size};
|
A D | diffconfig | 105 old = [] 108 old.append(config) 109 old.sort() 110 for config in old:
|
A D | Makefile.asm-headers | 51 old-headers := $(wildcard $(obj)/*.h) 52 unwanted := $(filter-out $(generic-y) $(generated-y) $(syscall-y),$(old-headers)) 94 ifeq ($(old-headers),)
|
A D | sphinx-pre-install | 413 my $old = 0; 422 $old = 1; 431 $old = 1; 439 $old = 1; 449 check_rpm_missing(\@fedora26_opt_pkgs, 2) if ($pdf && !$old); 456 if (!$old) {
|
A D | config | 35 --refresh Refresh the config using old settings
|
/scripts/atomic/kerneldoc/ |
A D | try_cmpxchg | 5 * @old: pointer to ${int} value to compare with 8 * If (@v == @old), atomically updates @v to @new with ${desc_order} ordering. 9 * Otherwise, @v is not modified, @old is updated to the current value of @v,
|
A D | cmpxchg | 5 * @old: ${int} value to compare with 8 * If (@v == @old), atomically updates @v to @new with ${desc_order} ordering.
|
A D | dec_if_positive | 11 * Return: The old value of (@v - 1), regardless of whether @v was updated.
|
/scripts/atomic/fallbacks/ |
A D | try_cmpxchg | 2 ${int} r, o = *old; 5 *old = r;
|
A D | cmpxchg | 2 return raw_cmpxchg${order}(&v->counter, old, new);
|
/scripts/include/ |
A D | list.h | 137 static inline void list_replace(struct list_head *old, in list_replace() argument 140 new->next = old->next; in list_replace() 142 new->prev = old->prev; in list_replace() 153 static inline void list_replace_init(struct list_head *old, in list_replace_init() argument 156 list_replace(old, new); in list_replace_init() 157 INIT_LIST_HEAD(old); in list_replace_init()
|
/scripts/dtc/libfdt/ |
A D | fdt_rw.c | 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_() 410 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_() 414 memmove(new + strings_off, old + fdt_off_dt_strings(old), strings_size); in fdt_packblocks_() 416 fdt_set_size_dt_strings(new, fdt_size_dt_strings(old)); in fdt_packblocks_()
|
/scripts/atomic/ |
A D | atomics.tbl | 31 cmpxchg I v i:old i:new 32 try_cmpxchg B v p:old i:new
|
/scripts/kconfig/ |
A D | Makefile | 63 (mv -f .config .config.old.1; \ 66 mv -f .config.old.1 .config.old) \
|
/scripts/bash-completion/ |
A D | make | 268 --file | --makefile | --old-file | --assume-old | --what-if | --new-file | \ 428 {,old,olddef,sync,def,savedef,rand,listnew,helpnew,test,tiny}config
|
Completed in 15 milliseconds