Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 40) 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.h68 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
/tools/testing/selftests/rtc/
Drtctest.c117 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
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()
686 struct hlist_head *new) in hlist_move_list()
Drbtree_augmented.h171 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
/tools/testing/selftests/bpf/progs/
Dtest_probe_user.c17 struct sockaddr_in new; in BPF_KPROBE() local
Dbind4_prog.c83 int old, tmp, new = 0xeb9f; in misc_opts() local
Dbind6_prog.c89 int old, tmp, new = 0xeb9f; in misc_opts() local
/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.c176 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
Dcallchain.c528 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/
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/include/nolibc/
Dnolibc.h184 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/
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/objtool/
Dspecial.c23 unsigned char size, orig, new; member
/tools/perf/
Dbuiltin-help.c151 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/
Dmlock-random-test.c27 struct rlimit new; in set_cap_limits() local
Dmemfd_secret.c213 struct rlimit new; in set_cap_limits() local
/tools/testing/selftests/arm64/pauth/
Dpac.c56 int n_same(struct signatures *old, struct signatures *new, int nkeys) in n_same()

12