/linux/include/asm-generic/ |
H A D | percpu.h | 83 #define raw_cpu_generic_xchg(pcp, nval) \ argument 92 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg) \ argument 101 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument 116 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 171 #define this_cpu_generic_xchg(pcp, nval) \ argument 181 #define this_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument 191 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 280 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 283 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 286 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument [all …]
|
/linux/arch/s390/include/asm/ |
H A D | percpu.h | 135 #define arch_this_cpu_cmpxchg(pcp, oval, nval) \ argument 147 #define this_cpu_cmpxchg_1(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument 148 #define this_cpu_cmpxchg_2(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument 149 #define this_cpu_cmpxchg_4(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument 150 #define this_cpu_cmpxchg_8(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument 154 #define this_cpu_cmpxchg128(pcp, oval, nval) \ argument 168 #define arch_this_cpu_xchg(pcp, nval) \ argument 179 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument 180 #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument 181 #define this_cpu_xchg_4(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument [all …]
|
/linux/include/linux/ |
H A D | percpu-defs.h | 416 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument 417 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument 419 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 468 #define __this_cpu_xchg(pcp, nval) \ argument 474 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument 480 #define __this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 503 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) argument 504 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument 506 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
|
/linux/drivers/acpi/ |
H A D | property.c | 1093 #define acpi_copy_property_array_uint(items, val, nval) \ argument 1125 char **val, size_t nval) in acpi_copy_property_array_string() 1141 void *val, size_t nval) in acpi_data_prop_read() 1240 void *val, size_t nval) in acpi_node_prop_read() 1528 size_t nval) in acpi_fwnode_property_read_int_array() 1555 size_t nval) in acpi_fwnode_property_read_string_array()
|
/linux/sound/pci/ice1712/ |
H A D | ice1712.c | 250 unsigned char val, nval; in snd_ice1712_digmix_route_ac97_put() local 320 unsigned char val, nval; in snd_ice1712_cs8427_set_input_clock() local 1275 unsigned int nval, change; in snd_ice1712_pro_mixer_switch_put() local 1317 unsigned int nval, change; in snd_ice1712_pro_mixer_volume_put() local 1736 unsigned int val, nval; in snd_ice1712_gpio_put() local 1916 int change = 0, nval; in snd_ice1712_pro_rate_locking_put() local 1947 int change = 0, nval; in snd_ice1712_pro_rate_reset_put() local 2014 unsigned int val, old_val, nval; in snd_ice1712_pro_route_analog_put() local 2084 unsigned int val, old_val, nval; in snd_ice1712_pro_route_spdif_put() local
|
H A 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 511 unsigned int val, nval; in pontis_gpio_data_put() local
|
H A D | aureon.c | 211 unsigned char oval, nval; in aureon_universe_inmux_put() local 716 unsigned short nval, oval; in wm_pcm_mute_put() local 1111 unsigned short oval, nval; in wm_adc_mux_put() local 1162 unsigned short oval, nval; in aureon_cs8415_mux_put() local 1212 unsigned char oval, nval; in aureon_cs8415_mute_put() local
|
H A D | ice1724.c | 1154 unsigned int val, nval; in update_spdif_rate() local 1943 int change = 0, nval; in snd_vt1724_pro_rate_locking_put() local 1974 int change = 0, nval; in snd_vt1724_pro_rate_reset_put() local 2040 unsigned int old_val, nval; in snd_ice1724_put_route_val() local
|
/linux/sound/isa/sb/ |
H A D | sb_mixer.c | 218 unsigned char nval, oval; in snd_dt019x_input_sw_put() local 288 unsigned char nval, oval; in snd_als4k_mono_capture_route_put() local 346 unsigned char nval, oval; in snd_sb8mixer_put_mux() local
|
/linux/net/netfilter/ |
H A D | xt_statistic.c | 33 int nval, oval; in statistic_mt() local
|
H A D | nft_numgen.c | 26 u32 nval, oval; in nft_ng_inc_gen() local
|
/linux/sound/pcmcia/pdaudiocf/ |
H A D | pdaudiocf_pcm.c | 93 u16 val, nval, aval; in pdacf_pcm_prepare() local
|
/linux/sound/soc/codecs/ |
H A D | rt715-sdca-sdw.c | 138 int nval, i; in rt715_sdca_read_prop() local
|
H A D | sdw-mockup.c | 136 int nval; in sdw_mockup_read_prop() local
|
H A D | rt711-sdca-sdw.c | 178 int nval; in rt711_sdca_read_prop() local
|
H A D | rt712-sdca-sdw.c | 193 int nval; in rt712_sdca_read_prop() local
|
H A D | max98363.c | 122 int nval, i; in max98363_read_prop() local
|
H A D | rt700-sdw.c | 335 int nval, i; in rt700_read_prop() local
|
H A D | rt715-sdw.c | 435 int nval, i; rt715_read_prop() local
|
/linux/sound/isa/gus/ |
H A D | gus_mixer.c | 44 unsigned char oval, nval; in snd_gf1_put_single() local
|
H A D | gus_main.c | 59 unsigned char nval; in snd_gus_joystick_put() local
|
/linux/sound/ppc/ |
H A D | beep.c | 188 unsigned int oval, nval; in snd_pmac_put_beep() local
|
/linux/sound/i2c/other/ |
H A D | ak4xxx-adda.c | 376 unsigned char nval) in put_ak_reg() 477 unsigned char nval = ucontrol->value.enumerated.item[0] & 3; in snd_akm4xxx_deemphasis_put() local
|
/linux/sound/isa/es1688/ |
H A D | es1688_lib.c | 742 unsigned char oval, nval; in snd_es1688_put_mux() local 800 unsigned char oval, nval; in snd_es1688_put_single() local
|
/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_reg.h | 233 u16 nval = asd_ddbsite_read_word(asd_ha, ddb_site_no, base); in asd_ddbsite_update_byte() local
|