/Linux-v5.4/include/asm-generic/ |
D | percpu.h | 92 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 173 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 286 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument 290 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument 294 #define raw_cpu_cmpxchg_4(pcp, oval, nval) \ argument 298 #define raw_cpu_cmpxchg_8(pcp, oval, nval) \ argument 411 #define this_cpu_cmpxchg_1(pcp, oval, nval) \ argument 415 #define this_cpu_cmpxchg_2(pcp, oval, nval) \ argument 419 #define this_cpu_cmpxchg_4(pcp, oval, nval) \ argument 423 #define this_cpu_cmpxchg_8(pcp, oval, nval) \ argument
|
D | futex.h | 31 arch_futex_atomic_op_inuser(int op, u32 oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser() 119 arch_futex_atomic_op_inuser(int op, u32 oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/sound/isa/sb/ |
D | sb_mixer.c | 80 unsigned char val, oval; in snd_sbmixer_put_single() local 181 unsigned char oval; in snd_dt019x_input_sw_get() local 218 unsigned char nval, oval; in snd_dt019x_input_sw_put() local 269 unsigned char oval; in snd_als4k_mono_capture_route_get() local 288 unsigned char nval, oval; in snd_als4k_mono_capture_route_put() local 322 unsigned char oval; in snd_sb8mixer_get_mux() local 346 unsigned char nval, oval; in snd_sb8mixer_put_mux() local
|
/Linux-v5.4/arch/s390/include/asm/ |
D | percpu.h | 134 #define arch_this_cpu_cmpxchg(pcp, oval, nval) \ argument 146 #define this_cpu_cmpxchg_1(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument 147 #define this_cpu_cmpxchg_2(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument 148 #define this_cpu_cmpxchg_4(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument 149 #define this_cpu_cmpxchg_8(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument
|
D | futex.h | 25 static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval, in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | percpu.h | 348 #define percpu_cmpxchg_op(qual, var, oval, nval) \ argument 448 #define raw_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(, pcp, oval, nval) argument 449 #define raw_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(, pcp, oval, nval) argument 450 #define raw_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(, pcp, oval, nval) argument 455 #define this_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(volatile, pcp, oval, nval) argument 456 #define this_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(volatile, pcp, oval, nval) argument 457 #define this_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(volatile, pcp, oval, nval) argument 488 #define raw_cpu_cmpxchg_8(pcp, oval, nval) percpu_cmpxchg_op(, pcp, oval, nval) argument 497 #define this_cpu_cmpxchg_8(pcp, oval, nval) percpu_cmpxchg_op(volatile, pcp, oval, nval) argument
|
D | futex.h | 45 static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval, in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/sh/include/asm/ |
D | futex.h | 31 static inline int arch_futex_atomic_op_inuser(int op, u32 oparg, int *oval, in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/sound/ppc/ |
D | burgundy.c | 301 int oval; in snd_pmac_burgundy_get_gain() local 319 int oval, val; in snd_pmac_burgundy_put_gain() local 379 int val, oval; in snd_pmac_burgundy_put_switch_w() local 435 int val, oval; in snd_pmac_burgundy_put_switch_b() local
|
/Linux-v5.4/sound/pci/ice1712/ |
D | pontis.c | 128 unsigned short oval, nval; in wm_dac_vol_put() local 221 unsigned short oval, nval; in wm_adc_mux_put() local 256 unsigned short val, oval; in wm_bypass_put() local 291 unsigned short val, oval; in wm_chswap_put() local
|
/Linux-v5.4/drivers/scsi/aic94xx/ |
D | aic94xx_reg.h | 211 u16 oval = asd_ddbsite_read_word(asd_ha, ddb_site_no, offs); in asd_ddbsite_update_word() local 232 u16 oval; in asd_ddbsite_update_byte() local
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | futex_64.h | 33 static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval, in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | futex.h | 33 static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval, in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/mips/include/asm/ |
D | futex.h | 87 arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/openrisc/include/asm/ |
D | futex.h | 34 arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/hexagon/include/asm/ |
D | futex.h | 35 arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | futex.h | 39 arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/net/netfilter/ |
D | xt_statistic.c | 33 int nval, oval; in statistic_mt() local
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | futex.h | 29 static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval, in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | futex.h | 33 arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | futex.h | 65 arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | futex.h | 49 arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | futex.h | 69 static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval, in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | futex.h | 36 arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser()
|
/Linux-v5.4/arch/arc/include/asm/ |
D | futex.h | 73 static inline int arch_futex_atomic_op_inuser(int op, int oparg, int *oval, in arch_futex_atomic_op_inuser()
|