Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
A Dbpf_atomic.h30 #define __unqual_typeof(x) \ macro
51 __unqual_typeof(*(pold)) __o = *(pold); \
52 __unqual_typeof(*(p)) __r = cmpxchg(p, __o, new); \
89 __unqual_typeof(*(p)) __v = READ_ONCE(*(p)); \
107 __unqual_typeof(*(p)) VAL; \
109 VAL = (__unqual_typeof(*(p)))READ_ONCE(*__ptr); \
120 __unqual_typeof(*p) __val = \
/tools/sched_ext/include/scx/
A Dcommon.bpf.h609 #define __unqual_typeof(x) \ macro
621 union { __unqual_typeof(x) __val; char __c[1]; } __u = \
623 __read_once_size((__unqual_typeof(x) *)&(x), __u.__c, sizeof(x)); \
629 union { __unqual_typeof(x) __val; char __c[1]; } __u = \
631 __write_once_size((__unqual_typeof(x) *)&(x), __u.__c, sizeof(x)); \

Completed in 4 milliseconds