Searched defs:nval (Results 1 – 3 of 3) sorted by relevance
| /include/asm-generic/ |
| D | percpu.h | 87 #define raw_cpu_generic_xchg(pcp, nval) \ argument 96 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 167 #define this_cpu_generic_xchg(pcp, nval) \ argument 177 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 277 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 280 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 283 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 286 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 290 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument 294 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument [all …]
|
| /include/linux/ |
| D | percpu-defs.h | 413 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument 414 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument 466 #define __this_cpu_xchg(pcp, nval) \ argument 472 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument 500 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) argument 501 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument
|
| D | acpi.h | 1180 void *val, size_t nval) in acpi_node_prop_read() 1188 void *val, size_t nval) in acpi_dev_prop_read()
|