Searched refs:raw_cpu_generic_cmpxchg (Results 1 – 1 of 1) sorted by relevance
/include/asm-generic/ |
D | percpu.h | 92 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ macro 178 __ret = raw_cpu_generic_cmpxchg(pcp, oval, nval); \ 287 raw_cpu_generic_cmpxchg(pcp, oval, nval) 291 raw_cpu_generic_cmpxchg(pcp, oval, nval) 295 raw_cpu_generic_cmpxchg(pcp, oval, nval) 299 raw_cpu_generic_cmpxchg(pcp, oval, nval)
|