Home
last modified time | relevance | path

Searched defs:new (Results 1 – 24 of 24) sorted by relevance

/tools/lib/
Drbtree.c62 __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/
Dtest-sync-compare-and-swap.c7 uint64_t old, new = argc; in main() local
/tools/perf/util/
Dcomm.c55 struct comm_str *iter, *new; in comm_str__findnew() local
105 struct comm_str *new, *old = comm->comm_str; in comm__override() local
Dordered-events.c14 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
Dcallchain.c382 struct callchain_node *new; in create_child() local
454 struct callchain_node *new; in add_child() local
518 struct callchain_node *new; in split_add_child() local
1011 struct callchain_list *chain, *new; in callchain_node__make_parent_list() local
Dthread.c131 struct comm *new, *curr = thread__comm(thread); in __thread__set_comm() local
Dsort.h72 void *(*new)(size_t size); member
Dmap.c757 struct map *new = map__clone(map); in map_groups__clone() local
Ddso.c615 dso_cache__insert(struct dso *dso, struct dso_cache *new) in dso_cache__insert()
Dsession.c1663 void *new = realloc(buf, size); in __perf_session__process_pipe_events() local
Dhist.c1269 struct hist_entry *iter, *new; in hierarchy_insert_entry() local
Dparse-events.c2389 int parse_events_term__clone(struct parse_events_term **new, in parse_events_term__clone()
/tools/usb/usbip/libsrc/
Dlist.h39 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/include/linux/
Dlist.h37 static inline void __list_add(struct list_head *new, in __list_add()
60 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
74 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
123 struct list_head *new) in list_replace()
132 struct list_head *new) in list_replace_init()
685 struct hlist_head *new) in hlist_move_list()
Drbtree_augmented.h124 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
/tools/perf/scripts/python/
Dsched-migration.py80 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/testing/selftests/vm/
Dmlock-random-test.c26 struct rlimit new; in set_cap_limits() local
/tools/objtool/
Dspecial.c49 unsigned char size, orig, new; member
/tools/perf/
Dbuiltin-help.c137 char *new = strdup(path); in exec_man_konqueror() local
203 struct man_viewer_info_list *new = zalloc(sizeof(*new) + len + 1); in do_add_man_viewer_info() local
Dbuiltin-kmem.c666 char *new; in compact_gfp_flags() local
743 struct gfp_flag *new; in parse_gfp_flags() local
1219 struct rb_node **new = &(root->rb_node); in sort_slab_insert() local
1266 struct rb_node **new = &root->rb_node; in sort_page_insert() local
Dbuiltin-lock.c137 static void thread_stat_insert(struct thread_stat *new) in thread_stat_insert()
316 struct lock_stat *ret, *new; in lock_stat_findnew() local
Dbuiltin-sched.c864 struct rb_node **new = &(root->rb_node), *parent = NULL; in __thread_latency_insert() local
1677 struct rb_node **new = &(root->rb_node), *parent = NULL; in __merge_work_atoms() local
/tools/power/x86/turbostat/
Dturbostat.c748 #define DELTA_WRAP32(new, old) \ argument
756 delta_package(struct pkg_data *new, struct pkg_data *old) in delta_package()
794 delta_core(struct core_data *new, struct core_data *old) in delta_core()
806 delta_thread(struct thread_data *new, struct thread_data *old, in delta_thread()
/tools/perf/ui/browsers/
Dhists.c868 char *new; in hist_browser__folded_callchain_str() local