Searched refs:nval (Results 1 – 4 of 4) sorted by relevance
| /include/asm-generic/ |
| A D | percpu.h | 101 *__p = nval; \ 108 __val = _cmpxchg(pcp, __old, nval); \ 120 *__p = nval; \ 293 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 296 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 299 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 302 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument 466 #define this_cpu_xchg_1(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument 469 #define this_cpu_xchg_2(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument 472 #define this_cpu_xchg_4(pcp, nval) this_cpu_generic_xchg(pcp, 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 473 raw_cpu_xchg(pcp, nval); \ 476 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument 479 raw_cpu_cmpxchg(pcp, oval, nval); \ 485 raw_cpu_try_cmpxchg(pcp, ovalp, nval); \ 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 [all …]
|
| A D | property.h | 43 u8 *val, size_t nval); 45 u16 *val, size_t nval); 47 u32 *val, size_t nval); 49 u64 *val, size_t nval); 51 const char **val, size_t nval); 63 size_t nval); 66 size_t nval); 69 size_t nval); 72 size_t nval); 75 size_t nval);
|
| A D | fwnode.h | 155 size_t nval); 159 size_t nval);
|
Completed in 11 milliseconds