Searched refs:__read_once_size (Results 1 - 3 of 3) sorted by last modified time

/linux-master/tools/include/linux/
H A Dcompiler.h143 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) function
196 __read_once_size(&(x), __u.__c, sizeof(x)); \
/linux-master/tools/virtio/ringtest/
H A Dmain.h155 void __read_once_size(const volatile void *p, void *res, int size) function
187 __read_once_size(&(x), __u.__c, sizeof(x)); \
195 __read_once_size(&(x), __u.__c, sizeof(x)); \
/linux-master/samples/bpf/
H A Dxdp_sample.bpf.h69 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) function
101 __read_once_size(&(x), __u.__c, sizeof(x)); \

Completed in 235 milliseconds