Home
last modified time | relevance | path

Searched defs:old (Results 101 – 125 of 1105) sorted by relevance

12345678910>>...45

/openbmc/qemu/util/
H A Dinterval-tree.c178 static inline void rb_change_child(RBNode *old, RBNode *new, in rb_change_child()
190 static inline void rb_rotate_set_parents(RBNode *old, RBNode *new, in rb_rotate_set_parents()
689 IntervalTreeNode *old = rb_to_itree(rb_old); in interval_tree_copy() local
697 IntervalTreeNode *old = rb_to_itree(rb_old); in interval_tree_rotate() local
/openbmc/linux/arch/x86/include/asm/
H A Dcmpxchg_64.h44 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128()
50 static __always_inline u128 arch_cmpxchg128_local(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128_local()
H A Dlocal.h123 static inline long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg()
128 static inline bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg()
/openbmc/linux/drivers/hwmon/
H A Dbt1-pvt.c119 u32 old; in pvt_update() local
136 u32 old; in pvt_set_mode() local
154 u32 old; in pvt_set_trim() local
165 u32 old; in pvt_set_tout() local
209 u32 val, thres_sts, old; in pvt_soft_isr() local
/openbmc/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h180 unsigned long old = pte_val(*ptep); in pte_update() local
198 unsigned long old; in __ptep_test_and_clear_young() local
246 unsigned long old = pte_update(mm, addr, ptep, ~0UL, 0, 0); in ptep_get_and_clear() local
266 unsigned long old = pte_val(*ptep); in __ptep_set_access_flags() local
/openbmc/linux/drivers/nvmem/
H A Dqfprom.c140 const struct qfprom_touched_values *old) in qfprom_disable_fuse_blowing()
185 struct qfprom_touched_values *old) in qfprom_enable_fuse_blowing()
260 struct qfprom_touched_values old; in qfprom_reg_write() local
/openbmc/u-boot/cmd/
H A Dsetexpr.c83 const char *old,/* old (replaced) string */ in substitute()
177 const char *old; in regex_sub() local
/openbmc/linux/arch/x86/kvm/vmx/
H A Dposted_intr.c57 struct pi_desc old, new; in vmx_vcpu_pi_load() local
150 struct pi_desc old, new; in pi_enable_wakeup_handler() local
/openbmc/linux/tools/perf/util/
H A Dterm.c30 void set_term_quiet_input(struct termios *old) in set_term_quiet_input()
/openbmc/linux/arch/riscv/lib/
H A Dclear_page.S14 #define CBOZ_ALT(order, old, new) \ argument
/openbmc/linux/arch/alpha/include/asm/
H A Dbitops.h194 int old = *m; in arch___test_and_set_bit() local
238 int old = *m; in arch___test_and_clear_bit() local
280 int old = *m; in arch___test_and_change_bit() local
/openbmc/linux/mm/
H A Dswap_cgroup.c98 unsigned short old, unsigned short new) in swap_cgroup_cmpxchg()
131 unsigned short old; in swap_cgroup_record() local
/openbmc/phosphor-logging/test/
H A Dsdtest.cpp11 auto* old = SwapJouralHandler(&mockInstance); in TEST() local
/openbmc/linux/kernel/kcsan/
H A Dpermissive.h38 kcsan_ignore_data_race(size_t size, int type, u64 old, u64 new, u64 diff) in kcsan_ignore_data_race()
/openbmc/linux/kernel/
H A Dexec_domain.c40 unsigned int old = current->personality; in SYSCALL_DEFINE1() local
/openbmc/linux/arch/sparc/mm/
H A Dtlb.c234 pmd_t old; in pmdp_establish() local
250 pmd_t old, entry; in pmdp_invalidate() local
/openbmc/linux/net/core/
H A Dnetprio_cgroup.c43 struct netprio_map *old, *new; in extend_netdev_table() local
268 struct netprio_map *old; in netprio_device_event() local
/openbmc/linux/arch/loongarch/include/asm/
H A Dlocal.h59 static inline long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg()
64 static inline bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg()
/openbmc/linux/arch/loongarch/kernel/
H A Dftrace.c50 unsigned long callsite_sp, unsigned long old) in prepare_ftrace_return()
/openbmc/u-boot/tools/libfdt/
H A Dfdt_rw.c5 int fdt_remove_unused_strings(const void *old, void *new) in fdt_remove_unused_strings()
/openbmc/linux/arch/um/include/asm/
H A Dmmu_context.h19 static inline void activate_mm(struct mm_struct *old, struct mm_struct *new) in activate_mm()
/openbmc/linux/arch/sh/include/asm/
H A Dcmpxchg-llsc.h27 __cmpxchg_u32(volatile u32 *m, unsigned long old, unsigned long new) in __cmpxchg_u32()
/openbmc/u-boot/arch/sh/include/asm/
H A Dsystem.h220 static inline unsigned long __cmpxchg_u32(volatile int * m, unsigned long old, in __cmpxchg_u32()
240 static inline unsigned long __cmpxchg(volatile void * ptr, unsigned long old, in __cmpxchg()
/openbmc/linux/kernel/locking/
H A Dqspinlock.c223 u32 old, new, val = atomic_read(&lock->val); in xchg_tail() local
319 u32 old, tail; in queued_spin_lock_slowpath() local
/openbmc/linux/arch/arm/mach-s3c/
H A Dpm-gpio.c127 u32 gpcon, old, new, mask; in samsung_gpio_pm_2bit_resume() local
204 u32 old, new, mask; in samsung_gpio_pm_4bit_mask() local

12345678910>>...45