| /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()
|
| /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 | 69 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 | 66 unsigned long old = *p; in ___test_and_set_bit() local 86 unsigned long old = *p; in ___test_and_clear_bit() local 98 unsigned long old = *p; in ___test_and_change_bit() local
|
| /tools/testing/selftests/arm64/bti/ |
| D | signal.c | 29 int sigaction(int n, struct sigaction *sa, const struct sigaction *old) in sigaction() 34 int sigprocmask(int how, const sigset_t *mask, sigset_t *old) in sigprocmask()
|
| /tools/testing/selftests/bpf/progs/ |
| D | test_bpf_ma.c | 60 void *old, *new; in batch_alloc() local 87 void *old; in batch_free() local 110 void *old, *new; in batch_percpu_alloc() local 138 void *old; in batch_percpu_free() local
|
| D | preempted_bpf_ma_op.c | 32 struct bin_data *old; in del_array() local 48 struct bin_data *old, *new; in add_array() local
|
| D | crypto_common.h | 40 struct bpf_crypto_ctx *old; in crypto_ctx_insert() local
|
| D | test_probe_user.c | 8 static struct sockaddr_in old; variable
|
| D | cgrp_kfunc_common.h | 46 struct cgroup *acquired, *old; in cgrps_kfunc_map_insert() local
|
| D | task_kfunc_common.h | 45 struct task_struct *acquired, *old; in tasks_kfunc_map_insert() local
|
| D | cpumask_common.h | 103 struct bpf_cpumask *old; in cpumask_map_insert() local
|
| D | bind4_prog.c | 83 int old, tmp, new = 0xeb9f; in misc_opts() local
|
| D | setget_sockopt.c | 87 int old, tmp, new, opt = t->opt; in bpf_test_sockopt_flip() local 114 int old, tmp, new, expected, opt; in bpf_test_sockopt_int() local
|
| /tools/include/asm-generic/ |
| D | atomic-gcc.h | 76 long old; in test_and_set_bit() local 87 long old; in test_and_clear_bit() local
|
| /tools/testing/selftests/kvm/s390x/ |
| D | memop.c | 50 void *old; member 542 static __uint128_t permutate_bits(bool guest, int i, int size, __uint128_t old) in permutate_bits() 588 uint32_t old = *old_addr; in _cmpxchg() local 601 uint64_t old = *old_addr; in _cmpxchg() local 614 __uint128_t old = *old_addr; in _cmpxchg() local 636 __uint128_t old, new; in guest_cmpxchg_key() local 674 __uint128_t old, new; in test_cmpxchg_key_concurrent() local 802 __uint128_t old = 0; in test_errors_cmpxchg_key() local 1049 __uint128_t old; in test_errors_cmpxchg() local
|
| /tools/include/linux/ |
| D | refcount.h | 83 unsigned int old, new, val = atomic_read(&r->refs); in refcount_inc_not_zero() local 128 unsigned int old, new, val = atomic_read(&r->refs); in refcount_sub_and_test() local
|
| /tools/testing/selftests/powerpc/dexcr/ |
| D | dexcr.c | 23 struct sigaction old; in dexcr_exists() local 92 struct sigaction old; in hashchk_triggers() local
|
| /tools/include/nolibc/ |
| D | sys.h | 238 int sys_dup2(int old, int new) in sys_dup2() 250 int dup2(int old, int new) in dup2() 262 int sys_dup3(int old, int new, int flags) in sys_dup3() 268 int dup3(int old, int new, int flags) in dup3() 571 int sys_link(const char *old, const char *new) in sys_link() 583 int link(const char *old, const char *new) in link() 827 int sys_pivot_root(const char *new, const char *old) in sys_pivot_root() 833 int pivot_root(const char *new, const char *old) in pivot_root() 1091 int sys_symlink(const char *old, const char *new) in sys_symlink() 1103 int symlink(const char *old, const char *new) in symlink()
|
| /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()
|
| /tools/lib/subcmd/ |
| D | sigchain.c | 9 sigchain_fun *old; member
|
| /tools/testing/shared/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 | 76 unsigned int old = accumulator; in do_for_each_set_bit() local
|
| /tools/testing/selftests/bpf/map_tests/ |
| D | task_storage_map.c | 59 cpu_set_t old, new; in test_task_storage_map_stress_lookup() local
|