/linux-6.15/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 …]
|
/linux-6.15/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
|
/linux-6.15/arch/s390/include/asm/ |
D | cmpxchg.h | 18 static __always_inline u32 __cs_asm(u64 ptr, u32 old, u32 new) in __cs_asm() 28 static __always_inline u64 __csg_asm(u64 ptr, u64 old, u64 new) in __csg_asm() 38 static inline u8 __arch_cmpxchg1(u64 ptr, u8 old, u8 new) in __arch_cmpxchg1() 61 static inline u16 __arch_cmpxchg2(u64 ptr, u16 old, u16 new) in __arch_cmpxchg2() 84 static __always_inline u64 __arch_cmpxchg(u64 ptr, u64 old, u64 new, int size) in __arch_cmpxchg() 179 u32 mask, old, new; in __arch_xchg1() local 194 u32 mask, old, new; in __arch_xchg2() local 214 u32 old = READ_ONCE(*(u32 *)ptr); in __arch_xchg() local 221 u64 old = READ_ONCE(*(u64 *)ptr); in __arch_xchg() local 241 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128()
|
D | spinlock.h | 76 int old = 0; in arch_spin_trylock_once() local 126 int old; in arch_read_lock() local 140 int old = 0; in arch_write_lock() local 154 int old; in arch_read_trylock() local 162 int old; in arch_write_trylock() local
|
/linux-6.15/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
|
/linux-6.15/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()
|
/linux-6.15/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()
|
D | errseq.c | 61 errseq_t cur, old; in errseq_set() local 125 errseq_t old = READ_ONCE(*eseq); in errseq_sample() local 178 errseq_t old, new; in errseq_check_and_advance() local
|
/linux-6.15/drivers/input/joystick/iforce/ |
D | iforce-ff.c | 178 struct ff_effect *old, in need_condition_modifier() 206 struct ff_effect *old, in need_magnitude_modifier() 222 static int need_envelope_modifier(struct iforce *iforce, struct ff_effect *old, in need_envelope_modifier() 254 static int need_period_modifier(struct iforce *iforce, struct ff_effect *old, in need_period_modifier() 272 static int need_core(struct ff_effect *old, struct ff_effect *new) in need_core() 334 int iforce_upload_periodic(struct iforce *iforce, struct ff_effect *effect, struct ff_effect *old) in iforce_upload_periodic() 405 int iforce_upload_constant(struct iforce *iforce, struct ff_effect *effect, struct ff_effect *old) in iforce_upload_constant() 461 int iforce_upload_condition(struct iforce *iforce, struct ff_effect *effect, struct ff_effect *old) in iforce_upload_condition()
|
/linux-6.15/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
|
/linux-6.15/arch/loongarch/kernel/ |
D | ftrace_dyn.c | 15 static int ftrace_modify_code(unsigned long pc, u32 old, u32 new, bool validate) in ftrace_modify_code() 119 u32 old, new; in ftrace_modify_call() local 171 u32 old, new; in ftrace_init_nop() local 183 u32 old, new; in ftrace_make_call() local 199 u32 old, new; in ftrace_make_nop() local 227 unsigned long old; in prepare_ftrace_return() local 246 unsigned long old; in ftrace_graph_func() local
|
/linux-6.15/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()
|
/linux-6.15/arch/arm/kernel/ |
D | ftrace.c | 98 static int ftrace_modify_code(unsigned long pc, unsigned long old, in ftrace_modify_code() 147 unsigned long new, old; in ftrace_make_call() local 174 unsigned long new, old; in ftrace_modify_call() local 191 unsigned long old; in ftrace_make_nop() local 232 unsigned long old; in prepare_ftrace_return() local 288 unsigned long old = enable ? nop : branch; in __ftrace_modify_caller() local
|
/linux-6.15/arch/arm64/kernel/ |
D | ftrace.c | 213 static int ftrace_modify_code(unsigned long pc, u32 old, u32 new, in ftrace_modify_code() 389 u32 old, new; in ftrace_make_call() local 410 u32 old, new; in ftrace_modify_call() local 456 u32 old, new; in ftrace_init_nop() local 478 u32 old = 0, new; in ftrace_make_nop() local 524 unsigned long old; in prepare_ftrace_return() local 549 unsigned long old; in ftrace_graph_func() local
|
/linux-6.15/arch/loongarch/include/asm/ |
D | cmpxchg.h | 95 #define __cmpxchg_asm(ld, st, m, old, new) \ argument 114 static inline unsigned int __cmpxchg_small(volatile void *ptr, unsigned int old, in __cmpxchg_small() 163 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, unsigned int size) in __cmpxchg() 185 #define arch_cmpxchg_local(ptr, old, new) \ argument 192 #define arch_cmpxchg(ptr, old, new) \ argument
|
/linux-6.15/include/asm-generic/bitops/ |
D | lock.h | 21 long old; in arch_test_and_set_bit_lock() local 61 unsigned long old; in arch___clear_bit_unlock() local 73 long old; in arch_xor_unlock_is_negative_byte() local
|
D | atomic.h | 38 long old; in arch_test_and_set_bit() local 49 long old; in arch_test_and_clear_bit() local 60 long old; in arch_test_and_change_bit() local
|
/linux-6.15/security/safesetid/ |
D | lsm.c | 148 static bool id_permitted_for_cred(const struct cred *old, kid_t new_id, enum setid_type new_type) in id_permitted_for_cred() 192 const struct cred *old, in safesetid_task_fix_setuid() 216 const struct cred *old, in safesetid_task_fix_setgid() 239 static int safesetid_task_fix_setgroups(struct cred *new, const struct cred *old) in safesetid_task_fix_setgroups()
|
/linux-6.15/arch/sparc/include/asm/ |
D | cmpxchg_64.h | 11 __cmpxchg_u32(volatile int *m, int old, int new) in __cmpxchg_u32() 115 __cmpxchg_u64(volatile long *m, unsigned long old, unsigned long new) in __cmpxchg_u64() 131 __cmpxchg_u8(volatile unsigned char *m, unsigned char old, unsigned char new) in __cmpxchg_u8() 157 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg() 185 unsigned long old, in __cmpxchg_local()
|
/linux-6.15/arch/sh/kernel/ |
D | ftrace.c | 102 int old = atomic_read(&nmi_running); in clear_mod_flag() local 225 unsigned char old[MCOUNT_INSN_SIZE], *new; in ftrace_update_ftrace_func() local 236 unsigned char *new, *old; in ftrace_make_nop() local 247 unsigned char *new, *old; in ftrace_make_call() local 318 unsigned long old; in prepare_ftrace_return() local
|
/linux-6.15/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
|
/linux-6.15/arch/s390/mm/ |
D | pgtable.c | 83 pte_t old; in ptep_flush_direct() local 102 pte_t old; in ptep_flush_lazy() local 252 pgste_t pgste, pte_t old, pte_t new) in ptep_xchg_commit() 275 pte_t old; in ptep_xchg_direct() local 317 pte_t old; in ptep_xchg_lazy() local 334 pte_t old; in ptep_modify_prot_start() local 400 pmd_t old; in pmdp_flush_direct() local 418 pmd_t old; in pmdp_flush_lazy() local 474 pmd_t old; in pmdp_xchg_direct() local 487 pmd_t old; in pmdp_xchg_lazy() local [all …]
|
/linux-6.15/arch/arc/include/asm/ |
D | cmpxchg.h | 22 #define __cmpxchg(ptr, old, new) \ argument 42 #define arch_cmpxchg_relaxed(ptr, old, new) \ argument 64 #define arch_cmpxchg(ptr, old, new) \ argument
|
/linux-6.15/arch/alpha/include/asm/ |
D | cmpxchg.h | 117 ____cmpxchg_u8(volatile char *m, unsigned char old, unsigned char new) in ____cmpxchg_u8() 143 ____cmpxchg_u16(volatile short *m, unsigned short old, unsigned short new) in ____cmpxchg_u16() 169 ____cmpxchg_u32(volatile int *m, int old, int new) in ____cmpxchg_u32() 191 ____cmpxchg_u64(volatile long *m, unsigned long old, unsigned long new) in ____cmpxchg_u64() 217 ____cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, in ____cmpxchg()
|