/openbmc/linux/drivers/net/bonding/ |
H A D | bond_options.c | 853 const struct bond_opt_value *newval) in bond_option_mode_set() 893 const struct bond_opt_value *newval) in bond_option_active_slave_set() 957 const struct bond_opt_value *newval) in bond_option_miimon_set() 999 const struct bond_opt_value *newval, in _bond_option_delay_set() 1027 const struct bond_opt_value *newval) in bond_option_updelay_set() 1064 const struct bond_opt_value *newval) in bond_option_arp_interval_set() 1196 const struct bond_opt_value *newval) in bond_option_arp_ip_targets_set() 1357 const struct bond_opt_value *newval) in bond_option_arp_validate_set() 1396 const struct bond_opt_value *newval) in bond_option_prio_set() 1479 const struct bond_opt_value *newval) in bond_option_fail_over_mac_set() [all …]
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | futex.h | 11 #define __futex_atomic_op(insn, ret, oldval, newval, uaddr, oparg) \ argument 30 int oldval = 0, newval, ret; in arch_futex_atomic_op_inuser() local 64 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | futex.h | 21 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic() 32 u32 oldval, newval, prev; in arch_futex_atomic_op_inuser() local
|
H A D | futex-cas.h | 7 u32 oldval, u32 newval) in atomic_futex_op_cmpxchg_inatomic()
|
H A D | futex-llsc.h | 7 u32 oldval, u32 newval) in atomic_futex_op_cmpxchg_inatomic()
|
H A D | futex-irq.h | 7 u32 oldval, u32 newval) in atomic_futex_op_cmpxchg_inatomic()
|
/openbmc/linux/tools/testing/selftests/futex/include/ |
H A D | atomic.h | 36 atomic_cmpxchg(atomic_t *addr, int oldval, int newval) in atomic_cmpxchg() 73 atomic_set(atomic_t *addr, int newval) in atomic_set()
|
/openbmc/linux/include/asm-generic/ |
H A D | futex.h | 16 #define futex_atomic_cmpxchg_inatomic(uval, uaddr, oldval, newval) \ argument 100 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic_local()
|
/openbmc/linux/tools/include/asm-generic/ |
H A D | atomic-gcc.h | 65 #define cmpxchg(ptr, oldval, newval) \ argument 68 static inline int atomic_cmpxchg(atomic_t *v, int oldval, int newval) in atomic_cmpxchg()
|
/openbmc/linux/kernel/futex/ |
H A D | pi.c | 474 static int lock_pi_update_atomic(u32 __user *uaddr, u32 uval, u32 newval) in lock_pi_update_atomic() 521 u32 uval, newval, vpid = task_pid_vnr(task); in futex_lock_pi_atomic() local 619 u32 curval, newval; in wake_futex_pi() local 688 u32 uval, curval, newval, newtid; in __fixup_pi_state_owner() local
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_gmac.c | 117 static void hns_gmac_set_tx_auto_pause_frames(void *mac_drv, u16 newval) in hns_gmac_set_tx_auto_pause_frames() 125 static void hns_gmac_get_tx_auto_pause_frames(void *mac_drv, u16 *newval) in hns_gmac_get_tx_auto_pause_frames() 133 static void hns_gmac_config_max_frame_length(void *mac_drv, u16 newval) in hns_gmac_config_max_frame_length() 144 static void hns_gmac_config_pad_and_crc(void *mac_drv, u8 newval) in hns_gmac_config_pad_and_crc() 155 static void hns_gmac_config_an_mode(void *mac_drv, u8 newval) in hns_gmac_config_an_mode()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | futex.h | 47 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic() 101 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/drivers/hwmon/ |
H A D | asc7621.c | 472 u8 currval, newval = 0; in store_ap2_temp() local 522 u8 currval, config, altbit, newval; in store_pwm_ac() local 560 u8 config, altbit, minoff, val, newval; in show_pwm_enable() local 590 u8 currval, config, altbit, newval, minoff = 255; in store_pwm_enable() local 663 u8 currval, newval = 255; in store_pwm_freq() local 712 u8 currval, newval = 255; in store_pwm_ast() local 759 u8 currval, newval = 255; in store_temp_st() local
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | global_data_init.c | 8 __u8 *buff = NULL, *newval = NULL; in test_global_data_init() local
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | sys_m68k.c | 463 sys_atomic_cmpxchg_32(unsigned long newval, int oldval, int d3, int d4, int d5, in sys_atomic_cmpxchg_32() 546 sys_atomic_cmpxchg_32(unsigned long newval, int oldval, int d3, int d4, int d5, in sys_atomic_cmpxchg_32()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | bcm2835_sdhci.c | 110 u32 newval = (oldval & ~mask) | (val << word_shift); in bcm2835_sdhci_writew() local 124 u32 newval = (oldval & ~mask) | (val << byte_shift); in bcm2835_sdhci_writeb() local
|
/openbmc/qemu/linux-user/arm/ |
H A D | cpu_loop.c | 119 uint32_t oldval, newval, val, addr, cpsr, *host_addr; in arm_kernel_cmpxchg32_helper() local 157 uint64_t oldval, newval, val; in arm_kernel_cmpxchg64_helper() local
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | cp0_helper.c | 517 uint32_t newval; in helper_mtc0_mvpcontrol() local 536 uint32_t newval; in helper_mtc0_vpecontrol() local 557 uint32_t newval; in helper_mttc0_vpecontrol() local 587 uint32_t newval; in helper_mtc0_vpeconf0() local 607 uint32_t newval; in helper_mttc0_vpeconf0() local 619 uint32_t newval; in helper_mtc0_vpeconf1() local 668 uint32_t newval; in helper_mtc0_tcstatus() local 692 uint32_t newval; in helper_mtc0_tcbind() local 705 uint32_t newval; in helper_mttc0_tcbind() local
|
/openbmc/linux/net/dccp/ccids/lib/ |
H A D | tfrc.h | 49 static inline u32 tfrc_ewma(const u32 avg, const u32 newval, const u8 weight) in tfrc_ewma()
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | commpage.c | 47 const int64_t oldval = 1, newval = 2; in main() local
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | futex.h | 69 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | futex_64.h | 69 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | futex.h | 74 u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | futex.h | 67 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/qemu/system/ |
H A D | runstate-hmp-cmds.c | 47 bool newval; in hmp_one_insn_per_tb() local
|