Searched refs:__read_once_size (Results 1 – 3 of 3) sorted by relevance
| /tools/virtio/ringtest/ |
| A D | main.h | 155 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)); \
|
| /tools/include/linux/ |
| A D | compiler.h | 171 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function 224 __read_once_size(&(x), __u.__c, sizeof(x)); \
|
| /tools/sched_ext/include/scx/ |
| A D | common.bpf.h | 563 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() function 623 __read_once_size((__unqual_typeof(x) *)&(x), __u.__c, sizeof(x)); \
|
Completed in 7 milliseconds