Home
last modified time | relevance | path

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

/linux/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/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/tools/sched_ext/include/scx/
H A Dcommon.bpf.h617 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size() function
671 __write_once_size((__unqual_typeof(x) *)&(x), __u.__c, sizeof(x)); \