Searched refs:oval (Results 1 – 3 of 3) sorted by relevance
| /include/asm-generic/ |
| D | percpu.h | 116 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 118 typeof(pcp) __old = (oval); \ 191 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument 196 __ret = raw_cpu_generic_cmpxchg(pcp, oval, nval); \ 349 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument 350 raw_cpu_generic_cmpxchg(pcp, oval, nval) 353 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument 354 raw_cpu_generic_cmpxchg(pcp, oval, nval) 357 #define raw_cpu_cmpxchg_4(pcp, oval, nval) \ argument 358 raw_cpu_generic_cmpxchg(pcp, oval, nval) [all …]
|
| 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/ |
| D | percpu-defs.h | 415 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument 416 __pcpu_size_call_return2(raw_cpu_cmpxchg_, pcp, oval, nval) 472 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument 475 raw_cpu_cmpxchg(pcp, oval, nval); \ 502 #define this_cpu_cmpxchg(pcp, oval, nval) \ argument 503 __pcpu_size_call_return2(this_cpu_cmpxchg_, pcp, oval, nval)
|