Home
last modified time | relevance | path

Searched refs:__unqual_typeof (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/libarena/include/
H A Dbpf_atomic.h30 #define __unqual_typeof(x) \ macro
53 __unqual_typeof(*(pold)) __o = *(pold); \
54 __unqual_typeof(*(p)) __r = cmpxchg(p, __o, new); \
99 __unqual_typeof(*(p)) ___p1 = __atomic_load_n((p), __ATOMIC_ACQUIRE); \
110 __unqual_typeof(*(p)) __v = READ_ONCE(*(p)); \
129 __unqual_typeof(*(p)) VAL; \
131 VAL = (__unqual_typeof(*(p)))READ_ONCE(*__ptr); \
142 __unqual_typeof(*p) __val = \
/linux/tools/testing/selftests/bpf/
H A Dbpf_atomic.h
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h806 #define __unqual_typeof(x) \ macro
818 union { __unqual_typeof(x) __val; char __c[1]; } __u = \
820 __read_once_size((__unqual_typeof(x) *)&(x), __u.__c, sizeof(x)); \
826 union { __unqual_typeof(x) __val; char __c[1]; } __u = \
828 __write_once_size((__unqual_typeof(x) *)&(x), __u.__c, sizeof(x)); \