Searched refs:raw_cpu_generic_try_cmpxchg (Results 1 – 1 of 1) sorted by relevance
/linux/include/asm-generic/ |
H A D | percpu.h | 114 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ macro 132 raw_cpu_generic_try_cmpxchg(pcp, &__old, nval); \ 199 __ret = raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval); \ 311 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 320 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 329 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 338 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 348 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 357 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
|