/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 | 68 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
|
/tools/testing/selftests/rtc/ |
D | rtctest.c | 117 time_t secs, new; in TEST_F() local 171 time_t secs, new; in TEST_F() local 219 time_t secs, new; variable 273 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() 686 struct hlist_head *new) in hlist_move_list()
|
D | rbtree_augmented.h | 171 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
|
/tools/testing/selftests/bpf/progs/ |
D | test_probe_user.c | 17 struct sockaddr_in new; in BPF_KPROBE() 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/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 | 176 struct namespaces *new, *curr = __thread__namespaces(thread); in __thread__set_namespaces() local 242 struct comm *new, *curr = thread__comm(thread); in ____thread__set_comm() local
|
D | callchain.c | 528 struct callchain_node *new; in create_child() local 634 struct callchain_node *new; in add_child() local 794 struct callchain_node *new; in split_add_child() local 1522 struct callchain_list *chain, *new; in callchain_node__make_parent_list() 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/include/nolibc/ |
D | nolibc.h | 184 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/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/objtool/ |
D | special.c | 23 unsigned char size, orig, new; member
|
/tools/perf/ |
D | builtin-help.c | 151 char *new = strdup(path); in exec_man_konqueror() local 211 struct man_viewer_info_list *new = zalloc(sizeof(*new) + len + 1); in do_add_man_viewer_info() local
|
/tools/testing/selftests/vm/ |
D | mlock-random-test.c | 27 struct rlimit new; in set_cap_limits() local
|
D | memfd_secret.c | 213 struct rlimit new; in set_cap_limits() local
|
/tools/testing/selftests/arm64/pauth/ |
D | pac.c | 56 int n_same(struct signatures *old, struct signatures *new, int nkeys) in n_same()
|