Searched defs:oval (Results 1 – 2 of 2) sorted by relevance
/include/asm-generic/ |
D | percpu.h | 87 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 147 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 262 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument 266 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument 270 #define raw_cpu_cmpxchg_4(pcp, oval, nval) \ argument 274 #define raw_cpu_cmpxchg_8(pcp, oval, nval) \ argument 387 #define this_cpu_cmpxchg_1(pcp, oval, nval) \ argument 391 #define this_cpu_cmpxchg_2(pcp, oval, nval) \ argument 395 #define this_cpu_cmpxchg_4(pcp, oval, nval) \ argument 399 #define this_cpu_cmpxchg_8(pcp, oval, nval) \ argument
|
/include/linux/ |
D | percpu-defs.h | 416 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument 474 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument 505 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument
|