Searched refs:nval (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | percpu.h | 425 #define _this_cpu_generic_xchg(pcp, nval) \ argument 430 __this_cpu_write(pcp, nval); \ 437 # define this_cpu_xchg_1(pcp, nval) _this_cpu_generic_xchg(pcp, nval) argument 440 # define this_cpu_xchg_2(pcp, nval) _this_cpu_generic_xchg(pcp, nval) argument 443 # define this_cpu_xchg_4(pcp, nval) _this_cpu_generic_xchg(pcp, nval) argument 446 # define this_cpu_xchg_8(pcp, nval) _this_cpu_generic_xchg(pcp, nval) argument 448 # define this_cpu_xchg(pcp, nval) \ argument 449 __pcpu_size_call_return2(this_cpu_xchg_, (pcp), nval) 452 #define _this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 459 __this_cpu_write(pcp, nval); \ [all …]
|