Searched refs:raw_cpu_generic_try_cmpxchg (Results 1 – 1 of 1) sorted by relevance
| /linux/include/asm-generic/ |
| H A D | percpu.h | 116 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ macro 134 raw_cpu_generic_try_cmpxchg(pcp, &__old, nval); \ 201 __ret = raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval); \ 313 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 322 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 331 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 340 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 350 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 359 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
|