Home
last modified time | relevance | path

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

12345678910>>...43

/openbmc/linux/arch/powerpc/include/asm/
H A Dcmpxchg.h305 __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()
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()
467 __cmpxchg_u32_local(volatile unsigned int *p, unsigned long old, in __cmpxchg_u32_local()
559 __cmpxchg_u64_local(volatile unsigned long *p, unsigned long old, in __cmpxchg_u64_local()
641 __cmpxchg_local(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_local()
661 __cmpxchg_relaxed(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_relaxed()
[all …]
/openbmc/linux/arch/sh/include/asm/
H A Dbitops-cas.h5 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
H A Dspinlock-cas.h13 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
/openbmc/openbmc/poky/bitbake/lib/simplediff/
H A D__init__.py17 def diff(old, new): argument
113 def string_diff(old, new): argument
142 def html_diff(old, new): argument
169 def check_diff(old, new): argument
/openbmc/linux/arch/sparc/kernel/
H A Dftrace.c26 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
/openbmc/u-boot/lib/
H A Drbtree.c53 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents()
64 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert()
193 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color()
355 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color()
369 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy()
370 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate()
399 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
/openbmc/linux/tools/lib/
H A 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()
/openbmc/linux/arch/x86/include/asm/
H A Dcmpxchg.h85 #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
/openbmc/linux/lib/
H A 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()
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()
H A Derrseq.c61 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
/openbmc/linux/arch/sparc/lib/
H A Datomic32.c83 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()
/openbmc/linux/drivers/input/joystick/iforce/
H A Diforce-ff.c182 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()
/openbmc/qemu/tests/tcg/hexagon/
H A Datomics.c32 int32_t old, dummy; in atomic_inc32() local
46 int64_t old, dummy; in atomic_inc64() local
61 int32_t old, dummy; in atomic_dec32() local
75 int64_t old, dummy; in atomic_dec64() local
/openbmc/linux/arch/ia64/include/asm/
H A Dbitops.h42 __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
/openbmc/linux/arch/mips/include/asm/
H A Dcmpxchg.h112 #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()
/openbmc/linux/arch/arm/kernel/
H A Dftrace.c98 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
275 unsigned long old = enable ? nop : branch; in __ftrace_modify_caller() local
/openbmc/linux/include/asm-generic/bitops/
H A Dlock.h21 long old; in arch_test_and_set_bit_lock() local
61 unsigned long old; in arch___clear_bit_unlock() local
82 long old; in arch_clear_bit_unlock_is_negative_byte() local
H A Datomic.h38 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
/openbmc/linux/security/safesetid/
H A Dlsm.c147 static bool id_permitted_for_cred(const struct cred *old, kid_t new_id, enum setid_type new_type) in id_permitted_for_cred()
191 const struct cred *old, in safesetid_task_fix_setuid()
215 const struct cred *old, in safesetid_task_fix_setgid()
238 static int safesetid_task_fix_setgroups(struct cred *new, const struct cred *old) in safesetid_task_fix_setgroups()
/openbmc/linux/arch/loongarch/include/asm/
H A Dcmpxchg.h95 #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
/openbmc/linux/tools/arch/x86/include/asm/
H A 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
/openbmc/linux/arch/loongarch/kernel/
H A Dftrace_dyn.c15 static int ftrace_modify_code(unsigned long pc, u32 old, u32 new, bool validate) in ftrace_modify_code()
120 u32 old, new; in ftrace_modify_call() local
172 u32 old, new; in ftrace_init_nop() local
184 u32 old, new; in ftrace_make_call() local
200 u32 old, new; in ftrace_make_nop() local
228 unsigned long old; in prepare_ftrace_return() local
/openbmc/linux/arch/arc/include/asm/
H A Dcmpxchg.h21 #define __cmpxchg(ptr, old, new) \ argument
41 #define arch_cmpxchg_relaxed(ptr, old, new) \ argument
60 #define arch_cmpxchg(ptr, old, new) \ argument
/openbmc/linux/arch/s390/include/asm/
H A Datomic_ops.h157 static inline int __atomic_cmpxchg(int *ptr, int old, int new) in __atomic_cmpxchg()
167 static inline bool __atomic_cmpxchg_bool(int *ptr, int old, int new) in __atomic_cmpxchg_bool()
179 static inline long __atomic64_cmpxchg(long *ptr, long old, long new) in __atomic64_cmpxchg()
189 static inline bool __atomic64_cmpxchg_bool(long *ptr, long old, long new) in __atomic64_cmpxchg_bool()
/openbmc/linux/arch/sh/kernel/
H A Dftrace.c102 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

12345678910>>...43