| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| D | cmpxchg.h | 283 __cmpxchg_u8(volatile unsigned char *p, unsigned long old, unsigned long new) in __cmpxchg_u8() 305 __cmpxchg_u8_local(volatile unsigned char *p, unsigned long old, in __cmpxchg_u8_local() 325 __cmpxchg_u8_relaxed(u8 *p, unsigned long old, unsigned long new) in __cmpxchg_u8_relaxed() 344 __cmpxchg_u8_acquire(u8 *p, unsigned long old, unsigned long new) in __cmpxchg_u8_acquire() 364 __cmpxchg_u16(volatile unsigned short *p, unsigned long old, unsigned long new) in __cmpxchg_u16() 385 __cmpxchg_u16_local(volatile unsigned short *p, unsigned long old, in __cmpxchg_u16_local() 405 __cmpxchg_u16_relaxed(u16 *p, unsigned long old, unsigned long new) in __cmpxchg_u16_relaxed() 424 __cmpxchg_u16_acquire(u16 *p, unsigned long old, unsigned long new) in __cmpxchg_u16_acquire() 445 __cmpxchg_u32(volatile unsigned int *p, unsigned long old, unsigned long new) in __cmpxchg_u32() 467 __cmpxchg_u32_local(volatile unsigned int *p, unsigned long old, in __cmpxchg_u32_local() [all …]
|
| /kernel/linux/linux-6.6/arch/sh/include/asm/ |
| D | bitops-cas.h | 5 static inline unsigned __bo_cas(volatile unsigned *p, unsigned old, unsigned new) in __bo_cas() 16 unsigned mask, old; in set_bit() local 28 unsigned mask, old; in clear_bit() local 40 unsigned mask, old; in change_bit() local 52 unsigned mask, old; in test_and_set_bit() local 66 unsigned mask, old; in test_and_clear_bit() local 80 unsigned mask, old; in test_and_change_bit() local
|
| D | spinlock-cas.h | 13 static inline unsigned __sl_cas(volatile unsigned *p, unsigned old, unsigned new) in __sl_cas() 54 unsigned old; in arch_read_lock() local 61 unsigned old; in arch_read_unlock() local 78 unsigned old; in arch_read_trylock() local
|
| /kernel/linux/linux-5.10/arch/sh/include/asm/ |
| D | bitops-cas.h | 5 static inline unsigned __bo_cas(volatile unsigned *p, unsigned old, unsigned new) in __bo_cas() 16 unsigned mask, old; in set_bit() local 28 unsigned mask, old; in clear_bit() local 40 unsigned mask, old; in change_bit() local 52 unsigned mask, old; in test_and_set_bit() local 66 unsigned mask, old; in test_and_clear_bit() local 80 unsigned mask, old; in test_and_change_bit() local
|
| D | spinlock-cas.h | 13 static inline unsigned __sl_cas(volatile unsigned *p, unsigned old, unsigned new) in __sl_cas() 54 unsigned old; in arch_read_lock() local 61 unsigned old; in arch_read_unlock() local 78 unsigned old; in arch_read_trylock() local
|
| /kernel/linux/linux-6.6/arch/sparc/kernel/ |
| D | ftrace.c | 26 static int ftrace_modify_code(unsigned long ip, u32 old, u32 new) in ftrace_modify_code() 59 u32 old, new; in ftrace_make_nop() local 69 u32 old, new; in ftrace_make_call() local 79 u32 old, new; in ftrace_update_ftrace_func() local 95 u32 old, new; in ftrace_enable_ftrace_graph_caller() local 105 u32 old, new; in ftrace_disable_ftrace_graph_caller() local
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | cmpxchg.h | 216 __cmpxchg_u32(volatile unsigned int *p, unsigned long old, unsigned long new) in __cmpxchg_u32() 238 __cmpxchg_u32_local(volatile unsigned int *p, unsigned long old, in __cmpxchg_u32_local() 259 __cmpxchg_u32_relaxed(u32 *p, unsigned long old, unsigned long new) in __cmpxchg_u32_relaxed() 286 __cmpxchg_u32_acquire(u32 *p, unsigned long old, unsigned long new) in __cmpxchg_u32_acquire() 308 __cmpxchg_u64(volatile unsigned long *p, unsigned long old, unsigned long new) in __cmpxchg_u64() 330 __cmpxchg_u64_local(volatile unsigned long *p, unsigned long old, in __cmpxchg_u64_local() 351 __cmpxchg_u64_relaxed(u64 *p, unsigned long old, unsigned long new) in __cmpxchg_u64_relaxed() 370 __cmpxchg_u64_acquire(u64 *p, unsigned long old, unsigned long new) in __cmpxchg_u64_acquire() 392 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, in __cmpxchg() 412 __cmpxchg_local(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_local() [all …]
|
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| D | ftrace.c | 26 static int ftrace_modify_code(unsigned long ip, u32 old, u32 new) in ftrace_modify_code() 59 u32 old, new; in ftrace_make_nop() local 69 u32 old, new; in ftrace_make_call() local 79 u32 old, new; in ftrace_update_ftrace_func() local 100 u32 old, new; in ftrace_enable_ftrace_graph_caller() local 110 u32 old, new; in ftrace_disable_ftrace_graph_caller() local
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | cmpxchg.h | 85 #define __raw_cmpxchg(ptr, old, new, size, lock) \ argument 133 #define __cmpxchg(ptr, old, new, size) \ argument 136 #define __sync_cmpxchg(ptr, old, new, size) \ argument 139 #define __cmpxchg_local(ptr, old, new, size) \ argument 148 #define arch_cmpxchg(ptr, old, new) \ argument 151 #define arch_sync_cmpxchg(ptr, old, new) \ argument 154 #define arch_cmpxchg_local(ptr, old, new) \ argument
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/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() 425 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy() 426 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate() 457 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
|
| /kernel/linux/linux-5.10/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() 425 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy() 426 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate() 457 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | iversion.h | 126 u64 cur, old; in inode_set_max_iversion_raw() local 200 u64 cur, old, new; in inode_maybe_inc_iversion() local 307 u64 cur, old, new; in inode_query_iversion() local 340 inode_eq_iversion_raw(const struct inode *inode, u64 old) in inode_eq_iversion_raw() 357 inode_eq_iversion(const struct inode *inode, u64 old) in inode_eq_iversion()
|
| /kernel/linux/linux-6.6/arch/sparc/lib/ |
| D | atomic32.c | 83 int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() 125 unsigned long old, flags; in sp32___set_bit() local 138 unsigned long old, flags; in sp32___clear_bit() local 151 unsigned long old, flags; in sp32___change_bit() local 162 unsigned long __cmpxchg_u32(volatile u32 *ptr, u32 old, u32 new) in __cmpxchg_u32() 176 u64 __cmpxchg_u64(u64 *ptr, u64 old, u64 new) in __cmpxchg_u64()
|
| /kernel/linux/linux-5.10/arch/arm64/kernel/ |
| D | ftrace.c | 24 static int ftrace_modify_code(unsigned long pc, u32 old, u32 new, in ftrace_modify_code() 145 u32 old, new; in ftrace_make_call() local 161 u32 old, new; in ftrace_modify_call() local 200 u32 old, new; in ftrace_init_nop() local 217 u32 old = 0, new; in ftrace_make_nop() local 268 unsigned long old; in prepare_ftrace_return() local
|
| /kernel/linux/linux-5.10/arch/sparc/lib/ |
| D | atomic32.c | 83 int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() 125 unsigned long old, flags; in ___set_bit() local 138 unsigned long old, flags; in ___clear_bit() local 151 unsigned long old, flags; in ___change_bit() local 162 unsigned long __cmpxchg_u32(volatile u32 *ptr, u32 old, u32 new) in __cmpxchg_u32() 176 u64 __cmpxchg_u64(u64 *ptr, u64 old, u64 new) in __cmpxchg_u64()
|
| /kernel/linux/linux-6.6/drivers/input/joystick/iforce/ |
| D | iforce-ff.c | 182 struct ff_effect *old, in need_condition_modifier() 210 struct ff_effect *old, in need_magnitude_modifier() 226 static int need_envelope_modifier(struct iforce *iforce, struct ff_effect *old, in need_envelope_modifier() 258 static int need_period_modifier(struct iforce *iforce, struct ff_effect *old, in need_period_modifier() 276 static int need_core(struct ff_effect *old, struct ff_effect *new) in need_core() 338 int iforce_upload_periodic(struct iforce *iforce, struct ff_effect *effect, struct ff_effect *old) in iforce_upload_periodic() 409 int iforce_upload_constant(struct iforce *iforce, struct ff_effect *effect, struct ff_effect *old) in iforce_upload_constant() 465 int iforce_upload_condition(struct iforce *iforce, struct ff_effect *effect, struct ff_effect *old) in iforce_upload_condition()
|
| /kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
| D | iforce-ff.c | 182 struct ff_effect *old, in need_condition_modifier() 210 struct ff_effect *old, in need_magnitude_modifier() 226 static int need_envelope_modifier(struct iforce *iforce, struct ff_effect *old, in need_envelope_modifier() 258 static int need_period_modifier(struct iforce *iforce, struct ff_effect *old, in need_period_modifier() 276 static int need_core(struct ff_effect *old, struct ff_effect *new) in need_core() 338 int iforce_upload_periodic(struct iforce *iforce, struct ff_effect *effect, struct ff_effect *old) in iforce_upload_periodic() 409 int iforce_upload_constant(struct iforce *iforce, struct ff_effect *effect, struct ff_effect *old) in iforce_upload_constant() 465 int iforce_upload_condition(struct iforce *iforce, struct ff_effect *effect, struct ff_effect *old) in iforce_upload_condition()
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | cmpxchg.h | 85 #define __raw_cmpxchg(ptr, old, new, size, lock) \ argument 133 #define __cmpxchg(ptr, old, new, size) \ argument 136 #define __sync_cmpxchg(ptr, old, new, size) \ argument 139 #define __cmpxchg_local(ptr, old, new, size) \ argument 148 #define arch_cmpxchg(ptr, old, new) \ argument 151 #define arch_sync_cmpxchg(ptr, old, new) \ argument 154 #define arch_cmpxchg_local(ptr, old, new) \ argument
|
| /kernel/linux/linux-6.6/arch/ia64/include/asm/ |
| D | bitops.h | 42 __u32 bit, old, new; in set_bit() local 83 __u32 mask, old, new; in clear_bit() local 107 __u32 mask, old, new; in clear_bit_unlock() local 164 __u32 bit, old, new; in change_bit() local 203 __u32 bit, old, new; in test_and_set_bit() local 257 __u32 mask, old, new; in test_and_clear_bit() local 302 __u32 bit, old, new; in test_and_change_bit() local 326 __u32 old, bit = (1 << (nr & 31)); in arch___test_and_change_bit() local
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | bitops.h | 42 __u32 bit, old, new; in set_bit() local 83 __u32 mask, old, new; in clear_bit() local 107 __u32 mask, old, new; in clear_bit_unlock() local 164 __u32 bit, old, new; in change_bit() local 203 __u32 bit, old, new; in test_and_set_bit() local 257 __u32 mask, old, new; in test_and_clear_bit() local 302 __u32 bit, old, new; in test_and_change_bit() local 326 __u32 old, bit = (1 << (nr & 31)); in __test_and_change_bit() local
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | atomic_ops.h | 123 static inline int __atomic_cmpxchg(int *ptr, int old, int new) in __atomic_cmpxchg() 128 static inline int __atomic_cmpxchg_bool(int *ptr, int old, int new) in __atomic_cmpxchg_bool() 133 static inline long __atomic64_cmpxchg(long *ptr, long old, long new) in __atomic64_cmpxchg() 138 static inline long __atomic64_cmpxchg_bool(long *ptr, long old, long new) in __atomic64_cmpxchg_bool()
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | cmpxchg.h | 112 #define __cmpxchg_asm(ld, st, m, old, new) \ argument 152 unsigned long __cmpxchg(volatile void *ptr, unsigned long old, in __cmpxchg() 177 #define arch_cmpxchg_local(ptr, old, new) \ argument 184 #define arch_cmpxchg(ptr, old, new) \ argument 229 unsigned long long old, in __cmpxchg64()
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | cmpxchg.h | 113 #define __cmpxchg_asm(ld, st, m, old, new) \ argument 153 unsigned long __cmpxchg(volatile void *ptr, unsigned long old, in __cmpxchg() 178 #define cmpxchg_local(ptr, old, new) \ argument 185 #define cmpxchg(ptr, old, new) \ argument 230 unsigned long long old, in __cmpxchg64()
|