Searched defs:nval (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | percpu.h | 479 #define _this_cpu_generic_xchg(pcp, nval) \ argument 491 # define this_cpu_xchg_1(pcp, nval) _this_cpu_generic_xchg(pcp, nval) argument 494 # define this_cpu_xchg_2(pcp, nval) _this_cpu_generic_xchg(pcp, nval) argument 497 # define this_cpu_xchg_4(pcp, nval) _this_cpu_generic_xchg(pcp, nval) argument 500 # define this_cpu_xchg_8(pcp, nval) _this_cpu_generic_xchg(pcp, nval) argument 502 # define this_cpu_xchg(pcp, nval) \ argument 506 #define _this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 520 # define this_cpu_cmpxchg_1(pcp, oval, nval) _this_cpu_generic_cmpxchg(pcp, oval, nval) argument 523 # define this_cpu_cmpxchg_2(pcp, oval, nval) _this_cpu_generic_cmpxchg(pcp, oval, nval) argument 526 # define this_cpu_cmpxchg_4(pcp, oval, nval) _this_cpu_generic_cmpxchg(pcp, oval, nval) argument [all …]
|