Searched refs:raw_cpu_generic_try_cmpxchg (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/asm-generic/ |
H A D | percpu.h | 101 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ macro 119 raw_cpu_generic_try_cmpxchg(pcp, &__old, nval); \ 186 __ret = raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval); \ 298 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 307 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 316 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 325 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 335 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 344 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
|