| /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 | 164 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 | 78 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
|
| 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 | 226 int sys_dup2(int old, int new) in sys_dup2() 238 int dup2(int old, int new) in dup2() 250 int sys_dup3(int old, int new, int flags) in sys_dup3() 256 int dup3(int old, int new, int flags) in dup3() 559 int sys_link(const char *old, const char *new) in sys_link() 571 int link(const char *old, const char *new) in link() 815 int sys_pivot_root(const char *new, const char *old) in sys_pivot_root() 821 int pivot_root(const char *new, const char *old) in pivot_root() 1043 int sys_symlink(const char *old, const char *new) in sys_symlink() 1055 int symlink(const char *old, const char *new) in symlink()
|
| /tools/perf/util/ |
| D | comm.c | 65 struct comm_str *iter, *new; in __comm_str__findnew() local 129 struct comm_str *new, *old = comm->comm_str; in comm__override() local
|
| 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 | thread.c | 167 struct namespaces *new, *curr = __thread__namespaces(thread); in __thread__set_namespaces() local 233 struct comm *new, *curr = thread__comm(thread); in ____thread__set_comm() 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/perf/tests/ |
| D | util.c | 12 char *new = strreplace_chars(needle, haystack, replace); in test_strreplace() local
|
| /tools/testing/selftests/bpf/progs/ |
| D | setget_sockopt.c | 29 int new; member 88 int old, tmp, new, opt = t->opt; in bpf_test_sockopt_flip() local 115 int old, tmp, new, expected, opt; in bpf_test_sockopt_int() local
|
| D | test_probe_user.c | 12 struct sockaddr_in new; in handle_sys_connect_common() local
|
| D | test_bpf_ma.c | 47 void *old, *new; in batch_alloc_free() local
|
| D | bind4_prog.c | 81 int old, tmp, new = 0xeb9f; in misc_opts() local
|
| D | bind6_prog.c | 87 int old, tmp, new = 0xeb9f; in misc_opts() local
|
| /tools/testing/radix-tree/linux/ |
| D | percpu.h | 9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, 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/selftests/bpf/map_tests/ |
| D | task_storage_map.c | 58 cpu_set_t old, new; in test_task_storage_map_stress_lookup() local
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | task_local_storage.c | 177 cpu_set_t old, new; in test_nodeadlock() 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
|
| /tools/objtool/ |
| D | special.c | 23 unsigned char size, orig, new; member
|