/tools/lib/ |
D | rbtree.c | 62 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents() 73 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert() 202 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color() 364 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color() 377 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy() 378 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate() 405 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented() 496 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
|
/tools/build/feature/ |
D | test-sync-compare-and-swap.c | 7 uint64_t old, new = argc; in main() local
|
/tools/perf/util/ |
D | ordered-events.c | 14 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event() 93 struct ordered_event *new = NULL; in alloc_event() local 137 struct ordered_event *new; in ordered_events__new_event() local
|
D | comm.c | 55 struct comm_str *iter, *new; in comm_str__findnew() local 105 struct comm_str *new, *old = comm->comm_str; in comm__override() local
|
D | callchain.c | 357 struct callchain_node *new; in create_child() local 427 struct callchain_node *new; in add_child() local 460 struct callchain_node *new; in split_add_child() local
|
D | thread.c | 137 struct comm *new, *curr = thread__comm(thread); in __thread__set_comm() local
|
D | map.c | 743 struct map *new = map__clone(map); in map_groups__clone() local
|
D | dso.c | 616 dso_cache__insert(struct dso *dso, struct dso_cache *new) in dso_cache__insert()
|
D | session.c | 1474 void *new = realloc(buf, size); in __perf_session__process_pipe_events() local
|
D | parse-events.c | 2064 int parse_events_term__clone(struct parse_events_term **new, in parse_events_term__clone()
|
/tools/usb/usbip/libsrc/ |
D | list.h | 39 static inline void __list_add(struct list_head *new, in __list_add() 57 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
|
/tools/perf/scripts/python/ |
D | sched-migration.py | 80 def __init__(self, new): argument 131 def __migrate_in(self, new, event): argument 139 def migrate_in(self, new): argument 142 def wake_up(self, new): argument 145 def wake_up_new(self, new): argument 189 def migrate(self, ts_list, new, old_cpu, new_cpu): argument
|
/tools/perf/ |
D | builtin-help.c | 134 char *new = strdup(path); in exec_man_konqueror() local 196 struct man_viewer_info_list *new = zalloc(sizeof(*new) + len + 1); in do_add_man_viewer_info() local
|
D | builtin-kmem.c | 656 char *new; in compact_gfp_flags() local 734 struct gfp_flag *new; in parse_gfp_flags() local 1212 struct rb_node **new = &(root->rb_node); in sort_slab_insert() local 1259 struct rb_node **new = &root->rb_node; in sort_page_insert() local
|
D | builtin-lock.c | 137 static void thread_stat_insert(struct thread_stat *new) in thread_stat_insert() 316 struct lock_stat *ret, *new; in lock_stat_findnew() local
|
D | builtin-sched.c | 845 struct rb_node **new = &(root->rb_node), *parent = NULL; in __thread_latency_insert() local 1588 struct rb_node **new = &(root->rb_node), *parent = NULL; in __merge_work_atoms() local
|
/tools/include/linux/ |
D | rbtree_augmented.h | 124 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 676 #define DELTA_WRAP32(new, old) \ argument 684 delta_package(struct pkg_data *new, struct pkg_data *old) in delta_package() 714 delta_core(struct core_data *new, struct core_data *old) in delta_core() 726 delta_thread(struct thread_data *new, struct thread_data *old, in delta_thread()
|