Home
last modified time | relevance | path

Searched refs:WRITE_ONCE (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/osal/inc/
H A Dmpp_hash.h45 #define WRITE_ONCE(var, val) \ macro
71 WRITE_ONCE(*pprev, next); in __hlist_del()
97 WRITE_ONCE(h->first, n); in hlist_add_head()
106 WRITE_ONCE(*(n->pprev), n); in hlist_add_before()
112 WRITE_ONCE(prev->next, n); in hlist_add_behind()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_meta.c32 #define WRITE_ONCE(x, val) ((*(volatile typeof(x) *) &(x)) = (val)) macro