Searched defs:nval (Results 1 – 2 of 2) sorted by relevance
/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 …]
|
/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
|