Home
last modified time | relevance | path

Searched defs:nval (Results 1 – 3 of 3) sorted by relevance

/include/asm-generic/
Dpercpu.h86 #define raw_cpu_generic_xchg(pcp, nval) \ argument
95 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
166 #define this_cpu_generic_xchg(pcp, nval) \ argument
176 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
276 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
279 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
282 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
285 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
289 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument
293 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument
[all …]
/include/linux/
Dpercpu-defs.h443 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument
444 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument
496 #define __this_cpu_xchg(pcp, nval) \ argument
502 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument
530 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) argument
531 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument
Dacpi.h1074 void *val, size_t nval) in acpi_node_prop_read()
1082 void *val, size_t nval) in acpi_dev_prop_read()