Home
last modified time | relevance | path

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

/linux-6.15/tools/virtio/ringtest/
H A Dmain.h155 void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function
187 __read_once_size(&(x), __u.__c, sizeof(x)); \
195 __read_once_size(&(x), __u.__c, sizeof(x)); \
/linux-6.15/samples/bpf/
H A Dxdp_sample.bpf.h69 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function
101 __read_once_size(&(x), __u.__c, sizeof(x)); \
/linux-6.15/tools/include/linux/
H A Dcompiler.h149 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function
202 __read_once_size(&(x), __u.__c, sizeof(x)); \
/linux-6.15/tools/sched_ext/include/scx/
H A Dcommon.bpf.h561 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function
621 __read_once_size((__unqual_typeof(x) *)&(x), __u.__c, sizeof(x)); \