Home
last modified time | relevance | path

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

/include/asm-generic/
Dpercpu.h79 #define raw_cpu_generic_xchg(pcp, nval) \ argument
87 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
136 #define this_cpu_generic_xchg(pcp, nval) \ argument
147 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
249 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
252 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
255 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
258 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
262 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument
266 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument
[all …]
/include/linux/
Dpercpu-defs.h415 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument
416 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument
468 #define __this_cpu_xchg(pcp, nval) \ argument
474 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument
504 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) argument
505 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument
Dacpi.h729 void *val, size_t nval) in acpi_dev_prop_read()