| /tools/lib/ | 
| D | rbtree.c | 75 __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() 545 void rb_replace_node(struct rb_node *victim, struct rb_node *new,  in rb_replace_node()
  | 
| D | string.c | 177 char *strreplace(char *s, char old, char new)  in strreplace()
  | 
| /tools/arch/x86/include/asm/ | 
| D | cmpxchg.h | 35 #define __raw_cmpxchg(ptr, old, new, size, lock)			\  argument 83 #define __cmpxchg(ptr, old, new, size)					\  argument 86 #define cmpxchg(ptr, old, new)						\  argument
  | 
| D | atomic.h | 69 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new)  in atomic_cmpxchg()
  | 
| /tools/testing/selftests/rtc/ | 
| D | rtctest.c | 199 	time_t secs, new;  in TEST_F()  local 257 	time_t secs, new;  in TEST_F()  local 309 	time_t secs, new;  variable 367 	time_t secs, new;  variable
  | 
| D | setdate.c | 24 	struct rtc_time new, current;  in main()  local
  | 
| /tools/include/linux/ | 
| D | refcount.h | 83 	unsigned int old, new, val = atomic_read(&r->refs);  in refcount_inc_not_zero()  local 128 	unsigned int old, new, val = atomic_read(&r->refs);  in refcount_sub_and_test()  local
  | 
| D | list.h | 38 static inline void __list_add(struct list_head *new,  in __list_add() 61 static inline void list_add(struct list_head *new, struct list_head *head)  in list_add() 75 static inline void list_add_tail(struct list_head *new, struct list_head *head)  in list_add_tail() 124 				struct list_head *new)  in list_replace() 133 					struct list_head *new)  in list_replace_init() 697 				   struct hlist_head *new)  in hlist_move_list()
  | 
| /tools/include/nolibc/ | 
| D | sys.h | 238 int sys_dup2(int old, int new)  in sys_dup2() 250 int dup2(int old, int new)  in dup2() 262 int sys_dup3(int old, int new, int flags)  in sys_dup3() 268 int dup3(int old, int new, int flags)  in dup3() 571 int sys_link(const char *old, const char *new)  in sys_link() 583 int link(const char *old, const char *new)  in link() 827 int sys_pivot_root(const char *new, const char *old)  in sys_pivot_root() 833 int pivot_root(const char *new, const char *old)  in pivot_root() 1091 int sys_symlink(const char *old, const char *new)  in sys_symlink() 1103 int symlink(const char *old, const char *new)  in symlink()
  | 
| /tools/perf/util/ | 
| D | ordered-events.c | 18 static void queue_event(struct ordered_events *oe, struct ordered_event *new)  in queue_event() 103 	struct ordered_event *new = NULL;  in alloc_event()  local 175 	struct ordered_event *new;  in ordered_events__new_event()  local
  | 
| D | maps.c | 121 static void maps__set_maps_by_address(struct maps *maps, struct map **new)  in maps__set_maps_by_address() 144 static void maps__set_maps_by_name(struct maps *maps, struct map **new)  in maps__set_maps_by_name() 431 static int __maps__insert(struct maps *maps, struct map *new)  in __maps__insert() 796 static int __maps__fixup_overlap_and_insert(struct maps *maps, struct map *new)  in __maps__fixup_overlap_and_insert() 930 int maps__fixup_overlap_and_insert(struct maps *maps, struct map *new)  in maps__fixup_overlap_and_insert() 974 			struct map *new = map__clone(pos);  in maps__copy_from()  local 1005 			struct map *new = map__clone(pos);  in maps__copy_from()  local
  | 
| /tools/usb/usbip/libsrc/ | 
| D | list.h | 40 static inline void __list_add(struct list_head *new,  in __list_add() 58 static inline void list_add(struct list_head *new, struct list_head *head)  in list_add()
  | 
| /tools/testing/selftests/bpf/progs/ | 
| D | setget_sockopt.c | 26 	int new;  member 87 	int old, tmp, new, opt = t->opt;  in bpf_test_sockopt_flip()  local 114 	int old, tmp, new, expected, opt;  in bpf_test_sockopt_int()  local
  | 
| D | test_bpf_ma.c | 60 	void *old, *new;  in batch_alloc()  local 110 	void *old, *new;  in batch_percpu_alloc()  local
  | 
| D | test_probe_user.c | 12 	struct sockaddr_in new;  in handle_sys_connect_common()  local
  | 
| D | normal_map_btf.c | 36 	struct node_data *new;  in add_to_list_in_array()  local
  | 
| D | map_in_map_btf.c | 48 	struct node_data *new;  in add_to_list_in_inner_array()  local
  | 
| D | bind4_prog.c | 83 	int old, tmp, new = 0xeb9f;  in misc_opts()  local
  | 
| D | bind6_prog.c | 89 	int old, tmp, new = 0xeb9f;  in misc_opts()  local
  | 
| /tools/perf/tests/ | 
| D | util.c | 12 	char *new = strreplace_chars(needle, haystack, replace);  in test_strreplace()  local
  | 
| /tools/crypto/tcrypt/ | 
| D | tcrypt_speed_compare.py | 113 def merge(base, new):  argument
  | 
| /tools/perf/scripts/python/ | 
| D | sched-migration.py | 82 	def __init__(self, new):  argument 133 	def __migrate_in(self, new, event):  argument 141 	def migrate_in(self, new):  argument 144 	def wake_up(self, new):  argument 147 	def wake_up_new(self, new):  argument 191 	def migrate(self, ts_list, new, old_cpu, new_cpu):  argument
  | 
| /tools/testing/shared/linux/ | 
| D | percpu.h | 9 #define this_cpu_cmpxchg(var, old, new)	uatomic_cmpxchg(&var, old, new)  argument
  | 
| /tools/testing/selftests/bpf/map_tests/ | 
| D | task_storage_map.c | 59 	cpu_set_t old, new;  in test_task_storage_map_stress_lookup()  local
  | 
| /tools/perf/ | 
| D | builtin-help.c | 153 				char *new = strdup(path);  in exec_man_konqueror()  local 213 	struct man_viewer_info_list *new = zalloc(sizeof(*new) + len + 1);  in do_add_man_viewer_info()  local
  |