Home
last modified time | relevance | path

Searched defs:old (Results 1 – 25 of 35) sorted by relevance

12

/tools/lib/
Drbtree.c75 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents()
86 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert()
228 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color()
411 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color()
424 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy()
425 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate()
454 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
Dstring.c164 char *strreplace(char *s, char old, char new) in strreplace()
/tools/arch/x86/include/asm/
Dcmpxchg.h35 #define __raw_cmpxchg(ptr, old, new, size, lock) \ argument
83 #define __cmpxchg(ptr, old, new, size) \ argument
86 #define cmpxchg(ptr, old, new) \ argument
Datomic.h68 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
/tools/testing/selftests/arm64/bti/
Dsignal.c29 int sigaction(int n, struct sigaction *sa, const struct sigaction *old) in sigaction()
34 int sigprocmask(int how, const sigset_t *mask, sigset_t *old) in sigprocmask()
/tools/include/asm-generic/bitops/
Dnon-atomic.h62 unsigned long old = *p; in __test_and_set_bit() local
81 unsigned long old = *p; in __test_and_clear_bit() local
93 unsigned long old = *p; in __test_and_change_bit() local
/tools/include/linux/
Drefcount.h78 unsigned int old, new, val = atomic_read(&r->refs); in refcount_inc_not_zero() local
123 unsigned int old, new, val = atomic_read(&r->refs); in refcount_sub_and_test() local
Dbitmap.h88 unsigned long old; in test_and_set_bit() local
105 unsigned long old; in test_and_clear_bit() local
Dlist.h123 static inline void list_replace(struct list_head *old, in list_replace()
132 static inline void list_replace_init(struct list_head *old, in list_replace_init()
685 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list()
Drbtree_augmented.h171 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
/tools/perf/util/
Dterm.c30 void set_term_quiet_input(struct termios *old) in set_term_quiet_input()
Dhelp-unknown-cmd.c32 static int add_cmd_list(struct cmdnames *cmds, struct cmdnames *old) in add_cmd_list()
Dblock-range.c20 u64 old = 0; /* NULL isn't executable */ in block_range__debug() local
Dcomm.c129 struct comm_str *new, *old = comm->comm_str; in comm__override() local
Devent.c448 bool old = *(bool *)extra; in text_poke_printer() local
466 bool old; in perf_event__fprintf_text_poke() local
/tools/testing/selftests/bpf/progs/
Dtest_probe_user.c11 static struct sockaddr_in old; variable
Dbind4_prog.c83 int old, tmp, new = 0xeb9f; in misc_opts() local
Dbind6_prog.c89 int old, tmp, new = 0xeb9f; in misc_opts() local
/tools/include/nolibc/
Dnolibc.h184 int sys_dup3(int old, int new, int flags) in sys_dup3()
191 int sys_dup2(int old, int new) in sys_dup2()
273 int sys_link(const char *old, const char *new) in sys_link()
334 int sys_pivot_root(const char *new, const char *old) in sys_pivot_root()
447 int sys_symlink(const char *old, const char *new) in sys_symlink()
603 int dup2(int old, int new) in dup2()
616 int dup3(int old, int new, int flags) in dup3()
749 int link(const char *old, const char *new) in link()
823 int pivot_root(const char *new, const char *old) in pivot_root()
968 int symlink(const char *old, const char *new) in symlink()
/tools/lib/subcmd/
Dsigchain.c9 sigchain_fun *old; member
/tools/testing/radix-tree/linux/
Dpercpu.h9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) argument
/tools/lib/perf/
Dmmap.c96 u64 old = map->prev; in perf_mmap__consume() local
143 u64 old = md->prev; in __perf_mmap__read_init() local
/tools/perf/bench/
Dfind-bit-bench.c64 unsigned int old; in do_for_each_set_bit() local
/tools/testing/selftests/arm64/pauth/
Dpac.c56 int n_same(struct signatures *old, struct signatures *new, int nkeys) in n_same()
/tools/testing/selftests/kvm/x86_64/
Dxapic_ipi_test.c202 int old; in vcpu_thread() local

12