Home
last modified time | relevance | path

Searched defs:old (Results 1 – 25 of 53) sorted by relevance

123

/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()
/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/include/asm-generic/bitops/
Dnon-atomic.h66 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/
Dsignal.c29 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/
Dtest_bpf_ma.c60 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
Dpreempted_bpf_ma_op.c32 struct bin_data *old; in del_array() local
48 struct bin_data *old, *new; in add_array() local
Dcrypto_common.h40 struct bpf_crypto_ctx *old; in crypto_ctx_insert() local
Dtest_probe_user.c8 static struct sockaddr_in old; variable
Dcgrp_kfunc_common.h46 struct cgroup *acquired, *old; in cgrps_kfunc_map_insert() local
Dtask_kfunc_common.h45 struct task_struct *acquired, *old; in tasks_kfunc_map_insert() local
Dcpumask_common.h103 struct bpf_cpumask *old; in cpumask_map_insert() local
Dbind4_prog.c83 int old, tmp, new = 0xeb9f; in misc_opts() local
Dsetget_sockopt.c87 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/
Datomic-gcc.h76 long old; in test_and_set_bit() local
87 long old; in test_and_clear_bit() local
/tools/testing/selftests/kvm/s390x/
Dmemop.c50 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/
Drefcount.h83 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/
Ddexcr.c23 struct sigaction old; in dexcr_exists() local
92 struct sigaction old; in hashchk_triggers() local
/tools/include/nolibc/
Dsys.h238 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/
Dterm.c30 void set_term_quiet_input(struct termios *old) in set_term_quiet_input()
Dhelp-unknown-cmd.c32 static int add_cmd_list(struct cmdnames *cmds, struct cmdnames *old) in add_cmd_list()
/tools/lib/subcmd/
Dsigchain.c9 sigchain_fun *old; member
/tools/testing/shared/linux/
Dpercpu.h9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) argument
/tools/perf/bench/
Dfind-bit-bench.c76 unsigned int old = accumulator; in do_for_each_set_bit() local
/tools/testing/selftests/bpf/map_tests/
Dtask_storage_map.c59 cpu_set_t old, new; in test_task_storage_map_stress_lookup() local

123