Home | History | Annotate | Download | only in kern

Lines Matching refs:atomic_store_relaxed

176 	atomic_store_relaxed(&time__second, second);
177 atomic_store_relaxed(&time__uptime, uptime);
198 atomic_store_relaxed(&time__second32.lo, seclo);
199 atomic_store_relaxed(&time__uptime32.lo, uplo);
203 atomic_store_relaxed(&time__second32.hi, 0xffffffff);
204 atomic_store_relaxed(&time__uptime32.hi, 0xffffffff);
206 atomic_store_relaxed(&time__second32.lo, seclo);
207 atomic_store_relaxed(&time__uptime32.lo, uplo);
209 atomic_store_relaxed(&time__second32.hi, sechi);
210 atomic_store_relaxed(&time__uptime32.hi, uphi);