| /src/sys/net/npf/ |
| npf_alg.c | 163 atomic_store_relaxed(&afuncs->destroy, funcs->destroy); 165 atomic_store_relaxed(&afuncs->translate, funcs->translate); 166 atomic_store_relaxed(&afuncs->inspect, funcs->inspect); 167 atomic_store_relaxed(&afuncs->match, funcs->match); 170 atomic_store_relaxed(&aset->alg_count, MAX(aset->alg_count, i + 1)); 189 atomic_store_relaxed(&afuncs->match, NULL); 190 atomic_store_relaxed(&afuncs->translate, NULL); 191 atomic_store_relaxed(&afuncs->inspect, NULL); 199 atomic_store_relaxed(&afuncs->destroy, NULL);
|
| /src/sys/kern/ |
| kern_module_hook.c | 78 atomic_store_relaxed(hooked, true); 92 atomic_store_relaxed(hooked, false);
|
| kern_heartbeat.c | 151 atomic_store_relaxed(p, *p + 1); 208 atomic_store_relaxed(p, *p - 1); 309 atomic_store_relaxed(&heartbeat_max_period_secs, max_period); 310 atomic_store_relaxed(&heartbeat_max_period_ticks, max_period*hz); 412 atomic_store_relaxed(&curcpu()->ci_heartbeat_uptime_stamp, count); 413 atomic_store_relaxed(&curcpu()->ci_heartbeat_uptime_cache, uptime); 476 atomic_store_relaxed(ack, true);
|
| kern_entropy.c | 774 atomic_store_relaxed(&ec->ec_bitspending, 0); 775 atomic_store_relaxed(&ec->ec_samplespending, 0); 776 atomic_store_relaxed(&E->bitsneeded, 0); 777 atomic_store_relaxed(&E->samplesneeded, 0); 812 atomic_store_relaxed(&ec->ec_bitspending, 818 atomic_store_relaxed(&ec->ec_samplespending, 959 atomic_store_relaxed(&ec->ec_bitspending, bitspending); 963 atomic_store_relaxed(&ec->ec_samplespending, samplespending); 1053 atomic_store_relaxed(&ec->ec_bitspending, bitspending); 1057 atomic_store_relaxed(&ec->ec_samplespending, samplespending) [all...] |
| kern_lock.c | 320 atomic_store_relaxed(&kernel_lock_holder, curcpu()); 348 atomic_store_relaxed(&ci->ci_biglock_wanted, l); 374 atomic_store_relaxed(&kernel_lock_holder, curcpu());
|
| kern_tc.c | 177 atomic_store_relaxed(&time__second, second); 178 atomic_store_relaxed(&time__uptime, uptime); 199 atomic_store_relaxed(&time__second32.lo, seclo); 200 atomic_store_relaxed(&time__uptime32.lo, uplo); 204 atomic_store_relaxed(&time__second32.hi, 0xffffffff); 205 atomic_store_relaxed(&time__uptime32.hi, 0xffffffff); 207 atomic_store_relaxed(&time__second32.lo, seclo); 208 atomic_store_relaxed(&time__uptime32.lo, uplo); 210 atomic_store_relaxed(&time__second32.hi, sechi); 211 atomic_store_relaxed(&time__uptime32.hi, uphi) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_atomic.h | 81 INLINE void atomic_store_relaxed(volatile T *a, typename T::Type v) { function in namespace:__sanitizer
|
| sanitizer_quarantine.h | 90 atomic_store_relaxed(&max_size_, size); 91 atomic_store_relaxed(&min_size_, size / 10 * 9); // 90% of max size. 92 atomic_store_relaxed(&max_cache_size_, cache_size); 238 atomic_store_relaxed(&from_cache->size_, 0); 309 atomic_store_relaxed(&size_, Size() + add); 312 atomic_store_relaxed(&size_, Size() - sub);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_atomic.h | 80 inline void atomic_store_relaxed(volatile T *a, typename T::Type v) { function in namespace:__sanitizer
|
| sanitizer_quarantine.h | 85 atomic_store_relaxed(&max_size_, size); 86 atomic_store_relaxed(&min_size_, size / 10 * 9); // 90% of max size. 87 atomic_store_relaxed(&max_cache_size_, cache_size); 233 atomic_store_relaxed(&from_cache->size_, 0); 304 atomic_store_relaxed(&size_, Size() + add); 307 atomic_store_relaxed(&size_, Size() - sub);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_atomic.h | 80 inline void atomic_store_relaxed(volatile T *a, typename T::Type v) { function in namespace:__sanitizer
|
| sanitizer_quarantine.h | 89 atomic_store_relaxed(&max_size_, size); 90 atomic_store_relaxed(&min_size_, size / 10 * 9); // 90% of max size. 91 atomic_store_relaxed(&max_cache_size_, cache_size); 238 atomic_store_relaxed(&from_cache->size_, 0); 309 atomic_store_relaxed(&size_, Size() + add); 312 atomic_store_relaxed(&size_, Size() - sub);
|
| /src/sys/dev/pci/ixgbe/ |
| ixgbe_netbsd.h | 63 atomic_store_relaxed(&((evp)->ev_count), (val)) 65 atomic_store_relaxed(&((evp)->ev_count), \
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_sync.h | 92 atomic_store_relaxed(&flags, atomic_load_relaxed(&flags) | f); 104 atomic_store_relaxed(&flags, current | (flagz & MutexCreationFlagMask));
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_sync.h | 75 atomic_store_relaxed(&flags, atomic_load_relaxed(&flags) | f); 87 atomic_store_relaxed(&flags, current | (flagz & MutexCreationFlagMask));
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_sync.h | 90 atomic_store_relaxed(&flags, atomic_load_relaxed(&flags) | f); 102 atomic_store_relaxed(&flags, current | (flagz & MutexCreationFlagMask));
|
| /src/sys/external/bsd/drm2/include/linux/ |
| ratelimit.h | 98 atomic_store_relaxed(&r->missed, 1);
|
| /src/sys/dev/hid/ |
| uhid_common.c | 221 atomic_store_relaxed(&sc->sc_state, 0); 238 atomic_store_relaxed(&sc->sc_async, NULL); 255 atomic_store_relaxed(&sc->sc_async, NULL); 265 atomic_store_relaxed(&sc->sc_state, 0); 320 atomic_store_relaxed(&sc->sc_async, NULL); 336 atomic_store_relaxed(&sc->sc_state, 0); 470 atomic_store_relaxed(&sc->sc_async, l->l_proc); 473 atomic_store_relaxed(&sc->sc_async, NULL);
|
| /src/external/cddl/osnet/dev/lockstat/ |
| lockstat.c | 81 atomic_store_relaxed(&lockstat_probemap[LS_COMPRESS(probe->lsp_probe)], 95 atomic_store_relaxed(&lockstat_probemap[LS_COMPRESS(probe->lsp_probe)],
|
| /src/external/mpl/bind/dist/lib/isc/ |
| quota.c | 41 atomic_store_relaxed("a->soft, soft); 47 atomic_store_relaxed("a->max, max);
|
| /src/sys/arch/x86/x86/ |
| nmi.c | 123 atomic_store_relaxed(pp, n->n_next);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_lut.c | 39 #define writew(v,p) atomic_store_relaxed((__iomem uint16_t *)(p), (v))
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| atomic.h | 30 #define atomic_store_relaxed(o, v) \ macro
|
| /src/external/mpl/dhcp/bind/include/isc/ |
| atomic.h | 32 #define atomic_store_relaxed(o, v) \ macro
|
| /src/sys/arch/alpha/gbus/ |
| gbus_io.c | 136 atomic_store_relaxed(addr, (uint32_t)val);
|