Searched refs:raw_cpu_generic_cmpxchg (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/asm-generic/ |
H A D | percpu.h | 116 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ macro 196 __ret = raw_cpu_generic_cmpxchg(pcp, oval, nval); \ 350 raw_cpu_generic_cmpxchg(pcp, oval, nval) 354 raw_cpu_generic_cmpxchg(pcp, oval, nval) 358 raw_cpu_generic_cmpxchg(pcp, oval, nval) 362 raw_cpu_generic_cmpxchg(pcp, oval, nval) 367 raw_cpu_generic_cmpxchg(pcp, oval, nval) 371 raw_cpu_generic_cmpxchg(pcp, oval, nval)
|