Searched defs:WRITE_ONCE (Results 1 – 2 of 2) sorted by relevance
39 #define WRITE_ONCE(x) ((*(volatile typeof(x) *) &(x)) = (val)) macro
48 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro