Home
last modified time | relevance | path

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

12

/tools/lib/
Drbtree.c75 __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()
Dstring.c164 char *strreplace(char *s, char old, char new) in strreplace()
/tools/arch/x86/include/asm/
Dcmpxchg.h35 #define __raw_cmpxchg(ptr, old, new, size, lock) \ argument
83 #define __cmpxchg(ptr, old, new, size) \ argument
86 #define cmpxchg(ptr, old, new) \ argument
Datomic.h69 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
/tools/testing/selftests/rtc/
Drtctest.c199 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
Dsetdate.c24 struct rtc_time new, current; in main() local
/tools/include/linux/
Drefcount.h78 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
Dlist.h38 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/
Dsys.h226 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/
Dcomm.c65 struct comm_str *iter, *new; in __comm_str__findnew() local
129 struct comm_str *new, *old = comm->comm_str; in comm__override() local
Dordered-events.c18 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
Dthread.c167 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/
Dlist.h40 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/
Dutil.c12 char *new = strreplace_chars(needle, haystack, replace); in test_strreplace() local
/tools/testing/selftests/bpf/progs/
Dsetget_sockopt.c29 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
Dtest_probe_user.c12 struct sockaddr_in new; in handle_sys_connect_common() local
Dtest_bpf_ma.c47 void *old, *new; in batch_alloc_free() local
Dbind4_prog.c81 int old, tmp, new = 0xeb9f; in misc_opts() local
Dbind6_prog.c87 int old, tmp, new = 0xeb9f; in misc_opts() local
/tools/testing/radix-tree/linux/
Dpercpu.h9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) argument
/tools/perf/scripts/python/
Dsched-migration.py82 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/
Dtask_storage_map.c58 cpu_set_t old, new; in test_task_storage_map_stress_lookup() local
/tools/testing/selftests/bpf/prog_tests/
Dtask_local_storage.c177 cpu_set_t old, new; in test_nodeadlock() local
/tools/perf/
Dbuiltin-help.c153 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/
Dspecial.c23 unsigned char size, orig, new; member

12