Home
last modified time | relevance | path

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

/linux-6.15/samples/bpf/
H A Dxdp_sample.bpf.h83 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size() function
109 __write_once_size(&(x), __u.__c, sizeof(x)); \
/linux-6.15/tools/virtio/ringtest/
H A Dmain.h169 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size() function
204 __write_once_size(&(x), __u.__c, sizeof(x)); \
/linux-6.15/tools/include/linux/
H A Dcompiler.h163 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size() function
210 __write_once_size(&(x), __u.__c, sizeof(x)); \
/linux-6.15/tools/sched_ext/include/scx/
H A Dcommon.bpf.h575 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size() function
629 __write_once_size((__unqual_typeof(x) *)&(x), __u.__c, sizeof(x)); \