Searched defs:oval (Results 1 – 3 of 3) sorted by relevance
| /include/asm-generic/ |
| A D | percpu.h | 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 543 #define this_cpu_cmpxchg_4(pcp, oval, nval) \ argument 547 #define this_cpu_cmpxchg_8(pcp, oval, nval) \ argument [all …]
|
| A D | futex.h | 18 #define arch_futex_atomic_op_inuser(op, oparg, oval, uaddr) \ argument 38 futex_atomic_op_inuser_local(int op, u32 oparg, int *oval, u32 __user *uaddr) in futex_atomic_op_inuser_local()
|
| /include/linux/ |
| A D | percpu-defs.h | 419 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument 476 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument 506 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument
|
Completed in 9 milliseconds