Searched refs:WRITE_ONCE (Results 1 – 2 of 2) sorted by relevance
45 #define WRITE_ONCE(var, val) \ macro71 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()
32 #define WRITE_ONCE(x, val) ((*(volatile typeof(x) *) &(x)) = (val)) macro