| /kernel/linux/linux-6.6/include/asm-generic/ |
| 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 …]
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| D | percpu.h | 83 #define raw_cpu_generic_xchg(pcp, nval) \ argument 92 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 163 #define this_cpu_generic_xchg(pcp, nval) \ argument 173 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 273 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 276 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 279 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 282 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 286 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument 290 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument [all …]
|
| /kernel/linux/linux-6.6/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 153 #define this_cpu_cmpxchg128(pcp, oval, nval) \ argument 167 #define arch_this_cpu_xchg(pcp, nval) \ argument 178 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument 179 #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument 180 #define this_cpu_xchg_4(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument [all …]
|
| /kernel/linux/linux-5.10/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 151 #define arch_this_cpu_xchg(pcp, nval) \ argument 162 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument 163 #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument 164 #define this_cpu_xchg_4(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument 165 #define this_cpu_xchg_8(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
|
| /kernel/linux/linux-5.10/drivers/soundwire/ |
| D | mipi_disco.c | 35 int nval, i; in sdw_master_read_prop() local 127 int nval; in sdw_slave_read_dp0() local 168 int nval; in sdw_slave_read_dpn() local 292 int nval; in sdw_slave_read_prop() local
|
| /kernel/linux/linux-6.6/drivers/soundwire/ |
| D | mipi_disco.c | 35 int nval, i; in sdw_master_read_prop() local 127 int nval; in sdw_slave_read_dp0() local 168 int nval; in sdw_slave_read_dpn() local 292 int nval; in sdw_slave_read_prop() local
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | percpu.h | 238 #define raw_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg64_op(8, , pcp, oval, nval) argument 239 #define this_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg64_op(8, volatile, pcp, oval, nval) argument 243 #define raw_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg_op(8, , pcp, oval, nval); argument 244 #define this_cpu_cmpxchg64(pcp, oval, nval) percpu_cmpxchg_op(8, volatile, pcp, oval, nval); argument 270 #define raw_cpu_cmpxchg128(pcp, oval, nval) percpu_cmpxchg128_op(16, , pcp, oval, nval) argument 271 #define this_cpu_cmpxchg128(pcp, oval, nval) percpu_cmpxchg128_op(16, volatile, pcp, oval, nval) argument 310 #define raw_percpu_xchg_op(var, nval) \ argument 336 #define this_cpu_xchg_1(pcp, nval) percpu_xchg_op(1, volatile, pcp, nval) argument 337 #define this_cpu_xchg_2(pcp, nval) percpu_xchg_op(2, volatile, pcp, nval) argument 338 #define this_cpu_xchg_4(pcp, nval) percpu_xchg_op(4, volatile, pcp, nval) argument [all …]
|
| /kernel/linux/linux-6.6/drivers/base/ |
| D | property.c | 94 u8 *val, size_t nval) in device_property_read_u8_array() 122 u16 *val, size_t nval) in device_property_read_u16_array() 150 u32 *val, size_t nval) in device_property_read_u32_array() 178 u64 *val, size_t nval) in device_property_read_u64_array() 206 const char **val, size_t nval) in device_property_read_string_array() 259 size_t nval) in fwnode_property_read_int_array() 297 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array() 326 const char *propname, u16 *val, size_t nval) in fwnode_property_read_u16_array() 355 const char *propname, u32 *val, size_t nval) in fwnode_property_read_u32_array() 384 const char *propname, u64 *val, size_t nval) in fwnode_property_read_u64_array() [all …]
|
| D | swnode.c | 163 size_t nval) in property_entry_read_int_array() 187 const char **strings, size_t nval) in property_entry_read_string_array() 218 size_t i, nval; in property_entry_free_data() local 235 size_t nval) in property_copy_string_array() 256 size_t nval; in property_entry_copy_data() local 393 size_t nval) in software_node_read_int_array() 403 const char **val, size_t nval) in software_node_read_string_array()
|
| /kernel/linux/linux-5.10/drivers/base/ |
| D | property.c | 79 u8 *val, size_t nval) in device_property_read_u8_array() 104 u16 *val, size_t nval) in device_property_read_u16_array() 129 u32 *val, size_t nval) in device_property_read_u32_array() 154 u64 *val, size_t nval) in device_property_read_u64_array() 179 const char **val, size_t nval) in device_property_read_string_array() 232 size_t nval) in fwnode_property_read_int_array() 266 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array() 292 const char *propname, u16 *val, size_t nval) in fwnode_property_read_u16_array() 318 const char *propname, u32 *val, size_t nval) in fwnode_property_read_u32_array() 344 const char *propname, u64 *val, size_t nval) in fwnode_property_read_u64_array() [all …]
|
| D | swnode.c | 147 size_t nval) in property_entry_read_int_array() 171 const char **strings, size_t nval) in property_entry_read_string_array() 202 size_t i, nval; in property_entry_free_data() local 219 size_t nval) in property_copy_string_array() 240 size_t nval; in property_entry_copy_data() local 377 size_t nval) in software_node_read_int_array() 387 const char **val, size_t nval) in software_node_read_string_array()
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | percpu.h | 249 #define raw_percpu_xchg_op(var, nval) \ argument 275 #define this_cpu_xchg_1(pcp, nval) percpu_xchg_op(1, volatile, pcp, nval) argument 276 #define this_cpu_xchg_2(pcp, nval) percpu_xchg_op(2, volatile, pcp, nval) argument 277 #define this_cpu_xchg_4(pcp, nval) percpu_xchg_op(4, volatile, pcp, nval) argument 282 #define raw_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(1, , pcp, oval, nval) argument 283 #define raw_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(2, , pcp, oval, nval) argument 284 #define raw_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(4, , pcp, oval, nval) argument 289 #define this_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(1, volatile, pcp, oval, nval) argument 290 #define this_cpu_cmpxchg_2(pcp, oval, nval) percpu_cmpxchg_op(2, volatile, pcp, oval, nval) argument 291 #define this_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(4, volatile, pcp, oval, nval) argument [all …]
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| D | property.c | 865 size_t nval) in acpi_copy_property_array_u8() 881 u16 *val, size_t nval) in acpi_copy_property_array_u16() 897 u32 *val, size_t nval) in acpi_copy_property_array_u32() 913 u64 *val, size_t nval) in acpi_copy_property_array_u64() 927 char **val, size_t nval) in acpi_copy_property_array_string() 943 void *val, size_t nval) in acpi_data_prop_read() 1005 enum dev_prop_type proptype, void *val, size_t nval) in acpi_dev_prop_read() 1024 void *val, size_t nval) in acpi_node_prop_read() 1293 size_t nval) in acpi_fwnode_property_read_int_array() 1320 size_t nval) in acpi_fwnode_property_read_string_array()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | percpu-defs.h | 414 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument 415 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument 417 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 466 #define __this_cpu_xchg(pcp, nval) \ argument 472 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument 495 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) argument 496 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument 498 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | percpu-defs.h | 426 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument 427 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument 479 #define __this_cpu_xchg(pcp, nval) \ argument 485 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument 513 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) argument 514 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument
|
| /kernel/linux/linux-6.6/drivers/phy/microchip/ |
| D | sparx5_serdes.h | 83 u32 nval; in sdx5_rmw() local 98 u32 nval; in sdx5_inst_rmw() local 110 u32 nval; in sdx5_rmw_addr() local
|
| /kernel/linux/linux-6.6/drivers/acpi/ |
| D | property.c | 1022 #define acpi_copy_property_array_uint(items, val, nval) \ argument 1054 char **val, size_t nval) in acpi_copy_property_array_string() 1070 void *val, size_t nval) in acpi_data_prop_read() 1169 void *val, size_t nval) in acpi_node_prop_read() 1457 size_t nval) in acpi_fwnode_property_read_int_array() 1484 size_t nval) in acpi_fwnode_property_read_string_array()
|
| /kernel/linux/linux-6.6/sound/pci/ice1712/ |
| 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
|
| /kernel/linux/linux-5.10/sound/pci/ice1712/ |
| D | ice1712.c | 256 unsigned char val, nval; in snd_ice1712_digmix_route_ac97_put() local 326 unsigned char val, nval; in snd_ice1712_cs8427_set_input_clock() local 1281 unsigned int nval, change; in snd_ice1712_pro_mixer_switch_put() local 1323 unsigned int nval, change; in snd_ice1712_pro_mixer_volume_put() local 1742 unsigned int val, nval; in snd_ice1712_gpio_put() local 1922 int change = 0, nval; in snd_ice1712_pro_rate_locking_put() local 1953 int change = 0, nval; in snd_ice1712_pro_rate_reset_put() local 2020 unsigned int val, old_val, nval; in snd_ice1712_pro_route_analog_put() local 2090 unsigned int val, old_val, nval; in snd_ice1712_pro_route_spdif_put() local
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| D | xt_statistic.c | 33 int nval, oval; in statistic_mt() local
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| D | xt_statistic.c | 33 int nval, oval; in statistic_mt() local
|
| /kernel/linux/linux-6.6/sound/isa/sb/ |
| 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
|
| /kernel/linux/linux-5.10/sound/isa/sb/ |
| 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
|
| /kernel/linux/linux-5.10/sound/pcmcia/pdaudiocf/ |
| D | pdaudiocf_pcm.c | 93 u16 val, nval, aval; in pdacf_pcm_prepare() local
|
| /kernel/linux/linux-6.6/sound/pcmcia/pdaudiocf/ |
| D | pdaudiocf_pcm.c | 93 u16 val, nval, aval; in pdacf_pcm_prepare() local
|