Searched refs:ovalp (Results 1 – 2 of 2) sorted by relevance
| /include/asm-generic/ |
| A D | percpu.h | 107 TYPEOF_UNQUAL(pcp) __val, __old = *(ovalp); \ 110 *(ovalp) = __val; \ 123 *(ovalp) = __val; \ 311 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 320 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 329 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 338 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 348 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 357 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) 484 this_cpu_generic_try_cmpxchg(pcp, ovalp, nval) [all …]
|
| /include/linux/ |
| A D | percpu-defs.h | 421 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 422 __pcpu_size_call_return2bool(raw_cpu_try_cmpxchg_, pcp, ovalp, nval) 482 #define __this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 485 raw_cpu_try_cmpxchg(pcp, ovalp, nval); \ 508 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 509 __pcpu_size_call_return2bool(this_cpu_try_cmpxchg_, pcp, ovalp, nval)
|
Completed in 6 milliseconds