/openbmc/linux/arch/loongarch/include/asm/ |
H A D | futex.h | 66 futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr, u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/tools/testing/selftests/futex/include/ |
H A D | futextest.h | 219 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg() 256 futex_set(futex_t *uaddr, u_int32_t newval) in futex_set()
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | futex.h | 65 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | futex.h | 68 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | futex.h | 84 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | futex.h | 83 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | futex.h | 77 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | futex.h | 133 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-iproc.c | 112 u32 oldval, newval; in sdhci_iproc_writew() local 152 u32 newval = (oldval & ~mask) | (val << byte_shift); in sdhci_iproc_writeb() local
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | futex.h | 86 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | futex.h | 122 u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | futex.h | 82 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | futex.h | 91 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | futex.h | 118 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/ |
H A D | spinlock.h | 47 hyp_spinlock_t lockval, newval; in hyp_spin_lock() local
|
/openbmc/linux/scripts/kconfig/ |
H A D | symbol.c | 327 struct symbol_value newval, oldval; in sym_calc_value() local 537 tristate oldval, newval; in sym_toggle_tristate_value() local 643 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_xgmac.c | 231 static void hns_xgmac_config_pad_and_crc(void *mac_drv, u8 newval) in hns_xgmac_config_pad_and_crc() 291 static void hns_xgmac_config_max_frame_length(void *mac_drv, u16 newval) in hns_xgmac_config_max_frame_length()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | auxio_64.c | 36 u8 regval, newval; in __auxio_rmw() local
|
/openbmc/qemu/hw/misc/ |
H A D | msf2-sysreg.c | 65 uint32_t newval = val; in msf2_sysreg_write() local
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_netlink.c | 150 struct bond_opt_value newval; in bond_slave_changelink() local 188 struct bond_opt_value newval; in bond_changelink() local
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | symbol.c | 359 struct symbol_value newval, oldval; in sym_calc_value() local 570 tristate oldval, newval; in sym_toggle_tristate_value() local 676 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | spinlock.h | 59 u32 newval; in arch_spin_lock() local
|
H A D | atomic.h | 130 int oldval, newval; in arch_atomic_fetch_add_unless() local 484 s64 oldval, newval; in arch_atomic64_fetch_add_unless() local
|
/openbmc/linux/kernel/rcu/ |
H A D | srcutiny.c | 99 int newval = READ_ONCE(ssp->srcu_lock_nesting[idx]) - 1; in __srcu_read_unlock() local
|
/openbmc/linux/sound/ppc/ |
H A D | snd_ps3.c | 67 u32 newval = read_reg(reg) | or_val; in update_reg() local 72 u32 newval = (read_reg(reg) & mask) | or_val; in update_mask_reg() local
|