Searched refs:WRITE_ONCE (Results 1 – 2 of 2) sorted by relevance
37 WRITE_ONCE(rstctrl->exclusive, false); in rstctrl_put_exclusive()
23 #define WRITE_ONCE(p, v) __compiler_atomic_store(&(p), (v)) macro