| /linux/include/asm-generic/ |
| H A D | percpu.h | 98 #define raw_cpu_generic_xchg(pcp, nval) \ argument 107 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg) \ argument 116 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument 131 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 186 #define this_cpu_generic_xchg(pcp, nval) \ argument 196 #define this_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument 206 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 295 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 298 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 301 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument [all …]
|
| /linux/arch/x86/include/asm/ |
| H A D | percpu.h | 350 #define raw_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg64_op(8, , pcp, oval, nval) argument 351 #define this_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg64_op(8, volatile, pcp, oval, nval) argument 382 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, , pcp, ovalp, n… argument 383 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, volatile, pcp, ovalp, n… argument 388 #define raw_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg_op(8, , pcp, oval, nval); argument 389 #define this_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg_op(8, volatile, pcp, oval, nval); argument 391 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, , pcp, ovalp, nva… argument 392 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, volatile, pcp, ovalp, nva… argument 418 #define raw_cpu_cmpxchg128(pcp, oval, nval) percpu_cmpxchg128_op(16, , pcp, oval, nval) argument 419 #define this_cpu_cmpxchg128(pcp, oval, nval) percpu_cmpxchg128_op(16, volatile, pcp, oval, nval) argument [all …]
|
| /linux/arch/s390/include/asm/ |
| H A D | percpu.h | 144 #define arch_this_cpu_cmpxchg(pcp, oval, nval) \ argument 156 #define this_cpu_cmpxchg_1(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument 157 #define this_cpu_cmpxchg_2(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument 158 #define this_cpu_cmpxchg_4(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument 159 #define this_cpu_cmpxchg_8(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) argument 163 #define this_cpu_cmpxchg128(pcp, oval, nval) \ argument 177 #define arch_this_cpu_xchg(pcp, nval) \ argument 188 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument 189 #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument 190 #define this_cpu_xchg_4(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument [all …]
|
| /linux/drivers/base/ |
| H A D | property.c | 141 u8 *val, size_t nval) in device_property_read_u8_array() 169 u16 *val, size_t nval) in device_property_read_u16_array() 197 u32 *val, size_t nval) in device_property_read_u32_array() 225 u64 *val, size_t nval) in device_property_read_u64_array() 253 const char **val, size_t nval) in device_property_read_string_array() 306 size_t nval) in fwnode_property_read_int_array() 344 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array() 373 const char *propname, u16 *val, size_t nval) in fwnode_property_read_u16_array() 402 const char *propname, u32 *val, size_t nval) in fwnode_property_read_u32_array() 431 const char *propname, u64 *val, size_t nval) in fwnode_property_read_u64_array() [all …]
|
| /linux/drivers/soundwire/ |
| H A D | mipi_disco.c | 56 int nval; in sdw_master_read_prop() local 165 int nval; in sdw_slave_read_dp0() local 227 int nval; in sdw_slave_read_dpn() local 416 int nval; in sdw_slave_read_prop() local
|
| /linux/drivers/acpi/ |
| H A D | property.c | 1163 #define acpi_copy_property_array_uint(items, val, nval) \ argument 1195 char **val, size_t nval) in acpi_copy_property_array_string() 1211 void *val, size_t nval) in acpi_data_prop_read() 1310 void *val, size_t nval) in acpi_node_prop_read() 1624 size_t nval) in acpi_fwnode_property_read_int_array() 1651 size_t nval) in acpi_fwnode_property_read_string_array()
|
| /linux/net/netfilter/ |
| H A D | xt_statistic.c | 33 int nval, oval; in statistic_mt() local
|
| /linux/sound/pci/ice1712/ |
| H A D | pontis.c | 127 unsigned short oval, nval; in wm_dac_vol_put() local 216 unsigned short oval, nval; in wm_adc_mux_put() local 499 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 711 unsigned short nval, oval; in wm_pcm_mute_put() local 1102 unsigned short oval, nval; in wm_adc_mux_put() local 1153 unsigned short oval, nval; in aureon_cs8415_mux_put() local 1203 unsigned char oval, nval; in aureon_cs8415_mute_put() local
|
| H A D | prodigy_hifi.c | 543 unsigned short oval, nval; in wm_adc_mux_enum_put() local 635 unsigned short oval, nval; in wm_adc_mux_put() local
|
| /linux/sound/isa/gus/ |
| H A D | gus_main.c | 46 unsigned char nval; in snd_gus_joystick_put() local
|
| /linux/sound/soc/codecs/ |
| H A D | sdw-mockup.c | 136 int nval; in sdw_mockup_read_prop() local
|
| H A D | rt722-sdca-sdw.c | 245 int nval; in rt722_sdca_read_prop() local
|
| H A D | max98363.c | 122 int nval, i; in max98363_read_prop() local
|
| H A D | rt1318-sdw.c | 348 int nval; in rt1318_read_prop() local
|
| H A D | max98373-sdw.c | 302 int nval, i; in max98373_read_prop() local
|
| H A D | rt1316-sdw.c | 199 int nval; in rt1316_read_prop() local
|
| H A D | rt1017-sdca-sdw.c | 260 int nval; in rt1017_sdca_read_prop() local
|
| H A D | rt5682-sdw.c | 533 int nval, i; in rt5682_read_prop() local
|
| H A D | rt1308-sdw.c | 126 int nval, i; in rt1308_read_prop() local
|
| /linux/sound/ppc/ |
| H A D | beep.c | 183 unsigned int oval, nval; in snd_pmac_put_beep() local
|
| /linux/sound/i2c/other/ |
| H A D | ak4xxx-adda.c | 376 put_ak_reg(struct snd_kcontrol * kcontrol,int addr,unsigned char nval) put_ak_reg() argument 477 unsigned char nval = ucontrol->value.enumerated.item[0] & 3; snd_akm4xxx_deemphasis_put() local [all...] |
| /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
|
| /linux/fs/dlm/ |
| H A D | midcomms.c | 403 uint32_t oval, nval; in dlm_send_ack_threshold() local 523 uint32_t oval, nval; in dlm_midcomms_receive_buffer() local
|
| /linux/kernel/time/ |
| H A D | itimer.c | 191 u64 oval, nval, ointerval, ninterval; in set_cpu_itimer() local
|