Home
last modified time | relevance | path

Searched defs:newval (Results 1 – 25 of 109) sorted by relevance

12345

/openbmc/linux/drivers/net/bonding/
H A Dbond_options.c852 const struct bond_opt_value *newval) in bond_option_mode_set()
892 const struct bond_opt_value *newval) in bond_option_active_slave_set()
956 const struct bond_opt_value *newval) in bond_option_miimon_set()
998 const struct bond_opt_value *newval, in _bond_option_delay_set()
1026 const struct bond_opt_value *newval) in bond_option_updelay_set()
1063 const struct bond_opt_value *newval) in bond_option_arp_interval_set()
1195 const struct bond_opt_value *newval) in bond_option_arp_ip_targets_set()
1286 const struct bond_opt_value *newval) in bond_option_arp_validate_set()
1316 const struct bond_opt_value *newval) in bond_option_prio_set()
1399 const struct bond_opt_value *newval) in bond_option_fail_over_mac_set()
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Dfutex.h11 #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 Dfutex.h21 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
32 u32 oldval, newval, prev; in arch_futex_atomic_op_inuser() local
H A Dfutex-cas.h7 u32 oldval, u32 newval) in atomic_futex_op_cmpxchg_inatomic()
H A Dfutex-llsc.h7 u32 oldval, u32 newval) in atomic_futex_op_cmpxchg_inatomic()
H A Dfutex-irq.h7 u32 oldval, u32 newval) in atomic_futex_op_cmpxchg_inatomic()
/openbmc/linux/tools/testing/selftests/futex/include/
H A Datomic.h36 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 Dfutex.h16 #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 Datomic-gcc.h65 #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 Dpi.c474 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 Dhns_dsaf_gmac.c117 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 Dfutex.h47 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 Dasc7621.c472 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 Dglobal_data_init.c8 __u8 *buff = NULL, *newval = NULL; in test_global_data_init() local
/openbmc/linux/arch/m68k/kernel/
H A Dsys_m68k.c463 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 Dbcm2835_sdhci.c110 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 Dcpu_loop.c118 uint32_t oldval, newval, val, addr, cpsr, *host_addr; in arm_kernel_cmpxchg32_helper() local
156 uint64_t oldval, newval, val; in arm_kernel_cmpxchg64_helper() local
/openbmc/linux/net/dccp/ccids/lib/
H A Dtfrc.h49 static inline u32 tfrc_ewma(const u32 avg, const u32 newval, const u8 weight) in tfrc_ewma()
/openbmc/qemu/tests/tcg/arm/
H A Dcommpage.c47 const int64_t oldval = 1, newval = 2; in main() local
/openbmc/linux/arch/openrisc/include/asm/
H A Dfutex.h69 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
/openbmc/linux/arch/sparc/include/asm/
H A Dfutex_64.h69 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
/openbmc/linux/arch/hexagon/include/asm/
H A Dfutex.h74 u32 newval) in futex_atomic_cmpxchg_inatomic()
/openbmc/linux/arch/powerpc/include/asm/
H A Dfutex.h67 u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()
/openbmc/qemu/system/
H A Drunstate-hmp-cmds.c47 bool newval; in hmp_one_insn_per_tb() local
/openbmc/linux/arch/loongarch/include/asm/
H A Dfutex.h66 futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr, u32 oldval, u32 newval) in futex_atomic_cmpxchg_inatomic()

12345