Home
last modified time | relevance | path

Searched refs:nval (Results 1 – 4 of 4) sorted by relevance

/include/asm-generic/
Dpercpu.h83 #define raw_cpu_generic_xchg(pcp, nval) \ argument
88 *__p = nval; \
92 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg) \ argument
95 __val = _cmpxchg(pcp, __old, nval); \
101 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument
107 *__p = nval; \
116 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
119 raw_cpu_generic_try_cmpxchg(pcp, &__old, nval); \
171 #define this_cpu_generic_xchg(pcp, nval) \ argument
176 __ret = raw_cpu_generic_xchg(pcp, nval); \
[all …]
/include/linux/
Dpercpu-defs.h414 #define raw_cpu_xchg(pcp, nval) __pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval) argument
415 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument
416 __pcpu_size_call_return2(raw_cpu_cmpxchg_, pcp, oval, nval)
417 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
418 __pcpu_size_call_return2bool(raw_cpu_try_cmpxchg_, pcp, ovalp, nval)
466 #define __this_cpu_xchg(pcp, nval) \ argument
469 raw_cpu_xchg(pcp, nval); \
472 #define __this_cpu_cmpxchg(pcp, oval, nval) \ argument
475 raw_cpu_cmpxchg(pcp, oval, nval); \
478 #define __this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
[all …]
Dproperty.h41 u8 *val, size_t nval);
43 u16 *val, size_t nval);
45 u32 *val, size_t nval);
47 u64 *val, size_t nval);
49 const char **val, size_t nval);
59 size_t nval);
62 size_t nval);
65 size_t nval);
68 size_t nval);
71 size_t nval);
Dfwnode.h152 size_t nval);
156 size_t nval);