/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()
|
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/include/asm-generic/bitops/ |
D | non-atomic.h | 62 unsigned long old = *p; in __test_and_set_bit() local 81 unsigned long old = *p; in __test_and_clear_bit() local 93 unsigned long old = *p; in __test_and_change_bit() 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 | bitmap.h | 94 unsigned long old; in test_and_set_bit() local 111 unsigned long old; in test_and_clear_bit() local
|
D | list.h | 123 static inline void list_replace(struct list_head *old, in list_replace() 132 static inline void list_replace_init(struct list_head *old, in list_replace_init() 685 static inline void hlist_move_list(struct hlist_head *old, 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/perf/util/ |
D | term.c | 30 void set_term_quiet_input(struct termios *old) in set_term_quiet_input()
|
D | help-unknown-cmd.c | 32 static int add_cmd_list(struct cmdnames *cmds, struct cmdnames *old) in add_cmd_list()
|
D | block-range.c | 20 u64 old = 0; /* NULL isn't executable */ in block_range__debug() local
|
D | comm.c | 129 struct comm_str *new, *old = comm->comm_str; in comm__override() local
|
D | event.c | 429 bool old = *(bool *)extra; in text_poke_printer() local 447 bool old; in perf_event__fprintf_text_poke() local
|
/tools/testing/selftests/bpf/progs/ |
D | test_probe_user.c | 11 static struct sockaddr_in old; variable
|
/tools/build/feature/ |
D | test-sync-compare-and-swap.c | 8 uint64_t old, new = argc; in main() local
|
/tools/lib/perf/ |
D | mmap.c | 94 u64 old = map->prev; in perf_mmap__consume() local 141 u64 old = md->prev; in __perf_mmap__read_init() local
|
/tools/lib/subcmd/ |
D | sigchain.c | 9 sigchain_fun *old; member
|
/tools/testing/radix-tree/linux/ |
D | percpu.h | 9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) argument
|
/tools/perf/bench/ |
D | find-bit-bench.c | 64 unsigned int old; in do_for_each_set_bit() local
|
/tools/testing/selftests/arm64/pauth/ |
D | pac.c | 56 int n_same(struct signatures *old, struct signatures *new, int nkeys) in n_same()
|
/tools/include/nolibc/ |
D | nolibc.h | 1517 int sys_dup2(int old, int new) in sys_dup2() 1577 int sys_link(const char *old, const char *new) in sys_link() 1630 int sys_pivot_root(const char *new, const char *old) in sys_pivot_root() 1727 int sys_symlink(const char *old, const char *new) in sys_symlink() 1867 int dup2(int old, int new) in dup2() 1987 int link(const char *old, const char *new) in link() 2061 int pivot_root(const char *new, const char *old) in pivot_root() 2193 int symlink(const char *old, const char *new) in symlink()
|
/tools/perf/arch/x86/util/ |
D | intel-bts.c | 366 u64 *head, u64 *old) in intel_bts_find_snapshot()
|
/tools/perf/scripts/python/ |
D | sched-migration.py | 93 def __init__(self, old): argument 126 def migrate_out(self, old): argument
|
/tools/perf/arch/arm/util/ |
D | cs-etm.c | 772 u64 *head, u64 *old) in cs_etm_find_snapshot()
|