Searched refs:__write_once_size (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/virtio/ringtest/ |
| H A D | main.h | 164 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size() function 190 __write_once_size(&(x), __u.__c, sizeof(x)); \
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | compiler.h | 143 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size() function 190 __write_once_size(&(x), __u.__c, sizeof(x)); \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | compiler.h | 267 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size() function 332 __write_once_size(&(x), __u.__c, sizeof(x)); \
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | compiler.h | 241 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size() function 298 __write_once_size(&(x), __u.__c, sizeof(x)); \
|
| /OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/ |
| H A D | 0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch | 658 +static __always_inline void __write_once_size(volatile void *p, void *res, int size) 715 + __write_once_size(&(x), __u.__c, sizeof(x)); \
|