Searched refs:raw_cpu_generic_cmpxchg (Results 1 – 1 of 1) sorted by relevance
| /linux/include/asm-generic/ |
| H A D | percpu.h | 131 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ macro 211 __ret = raw_cpu_generic_cmpxchg(pcp, oval, nval); \ 365 raw_cpu_generic_cmpxchg(pcp, oval, nval) 369 raw_cpu_generic_cmpxchg(pcp, oval, nval) 373 raw_cpu_generic_cmpxchg(pcp, oval, nval) 377 raw_cpu_generic_cmpxchg(pcp, oval, nval) 382 raw_cpu_generic_cmpxchg(pcp, oval, nval) 386 raw_cpu_generic_cmpxchg(pcp, oval, nval)
|