Searched defs:nval (Results 1 – 2 of 2) sorted by relevance
| /include/asm-generic/ |
| A D | percpu.h | 96 #define raw_cpu_generic_xchg(pcp, nval) \ argument 184 #define this_cpu_generic_xchg(pcp, nval) \ argument 362 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument 366 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument 370 #define raw_cpu_cmpxchg_4(pcp, oval, nval) \ argument 374 #define raw_cpu_cmpxchg_8(pcp, oval, nval) \ argument 379 #define raw_cpu_cmpxchg64(pcp, oval, nval) \ argument 383 #define raw_cpu_cmpxchg128(pcp, oval, nval) \ argument 535 #define this_cpu_cmpxchg_1(pcp, oval, nval) \ argument 539 #define this_cpu_cmpxchg_2(pcp, oval, nval) \ argument [all …]
|
| /include/linux/ |
| A D | percpu-defs.h | 418 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument 419 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument 421 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 470 #define __this_cpu_xchg(pcp, nval) \ argument 476 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument 482 #define __this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 505 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) argument 506 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument 508 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
|
Completed in 9 milliseconds