Home
last modified time | relevance | path

Searched defs:ACCESS_ONCE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/linux/
H A Dcompiler.h89 #define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x)) macro
/f-stack/freebsd/contrib/ena-com/
H A Dena_plat.h412 #define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x)) macro