Searched refs:__this_cpu_generic_cmpxchg (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | percpu.h | 753 #define __this_cpu_generic_cmpxchg(pcp, oval, nval) \ macro 764 # define __this_cpu_cmpxchg_1(pcp, oval, nval) __this_cpu_generic_cmpxchg(pcp, oval, nval) 767 # define __this_cpu_cmpxchg_2(pcp, oval, nval) __this_cpu_generic_cmpxchg(pcp, oval, nval) 770 # define __this_cpu_cmpxchg_4(pcp, oval, nval) __this_cpu_generic_cmpxchg(pcp, oval, nval) 773 # define __this_cpu_cmpxchg_8(pcp, oval, nval) __this_cpu_generic_cmpxchg(pcp, oval, nval)
|