Home
last modified time | relevance | path

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

/Linux-v6.6/tools/virtio/ringtest/
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-v6.6/samples/bpf/
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-v6.6/tools/include/linux/
Dcompiler.h135 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function
188 __read_once_size(&(x), __u.__c, sizeof(x)); \