Searched refs:oval (Results 1 – 3 of 3) sorted by relevance
| /include/asm-generic/ |
| A D | percpu.h | 131 TYPEOF_UNQUAL(pcp) __old = (oval); \ 363 raw_cpu_generic_cmpxchg(pcp, oval, nval) 367 raw_cpu_generic_cmpxchg(pcp, oval, nval) 371 raw_cpu_generic_cmpxchg(pcp, oval, nval) 375 raw_cpu_generic_cmpxchg(pcp, oval, nval) 380 raw_cpu_generic_cmpxchg(pcp, oval, nval) 384 raw_cpu_generic_cmpxchg(pcp, oval, nval) 536 this_cpu_generic_cmpxchg(pcp, oval, nval) 540 this_cpu_generic_cmpxchg(pcp, oval, nval) 544 this_cpu_generic_cmpxchg(pcp, oval, nval) [all …]
|
| A D | futex.h | 18 #define arch_futex_atomic_op_inuser(op, oparg, oval, uaddr) \ argument 19 futex_atomic_op_inuser_local(op, oparg, oval, uaddr) 38 futex_atomic_op_inuser_local(int op, u32 oparg, int *oval, u32 __user *uaddr) in futex_atomic_op_inuser_local() argument 79 *oval = oldval; in futex_atomic_op_inuser_local()
|
| /include/linux/ |
| A D | percpu-defs.h | 419 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument 420 __pcpu_size_call_return2(raw_cpu_cmpxchg_, pcp, oval, nval) 476 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument 479 raw_cpu_cmpxchg(pcp, oval, nval); \ 506 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument 507 __pcpu_size_call_return2(this_cpu_cmpxchg_, pcp, oval, nval)
|
Completed in 9 milliseconds