Searched defs:oval (Results 1 – 2 of 2) sorted by relevance
| /include/asm-generic/ |
| D | percpu.h | 95 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 176 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 289 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument 293 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument 297 #define raw_cpu_cmpxchg_4(pcp, oval, nval) \ argument 301 #define raw_cpu_cmpxchg_8(pcp, oval, nval) \ argument 414 #define this_cpu_cmpxchg_1(pcp, oval, nval) \ argument 418 #define this_cpu_cmpxchg_2(pcp, oval, nval) \ argument 422 #define this_cpu_cmpxchg_4(pcp, oval, nval) \ argument 426 #define this_cpu_cmpxchg_8(pcp, oval, nval) \ argument
|
| /include/linux/ |
| D | percpu-defs.h | 444 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument 502 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument 531 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument
|