HomeSort by: relevance | last modified time | path
    Searched refs:atomic_store_relaxed (Results 1 - 25 of 104) sorted by relevancy

1 2 3 4 5

  /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);
npf_conn.c 177 atomic_store_relaxed(&npf->conn_tracking, CONN_TRACKING_OFF);
229 atomic_store_relaxed(&npf->conn_tracking, CONN_TRACKING_ON);
252 atomic_store_relaxed(&npf->conn_tracking,
280 atomic_store_relaxed(&con->c_atime, tsnow.tv_sec);
451 atomic_store_relaxed(&con->c_flags, di & PFIL_ALL);
452 atomic_store_relaxed(&con->c_refcnt, 0);
486 atomic_store_relaxed(&con->c_refcnt, 1);
882 atomic_store_relaxed(&con->c_flags, flags);
  /src/sys/kern/
kern_module_hook.c 78 atomic_store_relaxed(hooked, true);
92 atomic_store_relaxed(hooked, false);
kern_heartbeat.c 150 atomic_store_relaxed(p, *p + 1);
207 atomic_store_relaxed(p, *p - 1);
308 atomic_store_relaxed(&heartbeat_max_period_secs, max_period);
309 atomic_store_relaxed(&heartbeat_max_period_ticks, max_period*hz);
411 atomic_store_relaxed(&curcpu()->ci_heartbeat_uptime_stamp, count);
412 atomic_store_relaxed(&curcpu()->ci_heartbeat_uptime_cache, uptime);
475 atomic_store_relaxed(ack, true);
kern_entropy.c 773 atomic_store_relaxed(&ec->ec_bitspending, 0);
774 atomic_store_relaxed(&ec->ec_samplespending, 0);
775 atomic_store_relaxed(&E->bitsneeded, 0);
776 atomic_store_relaxed(&E->samplesneeded, 0);
811 atomic_store_relaxed(&ec->ec_bitspending,
817 atomic_store_relaxed(&ec->ec_samplespending,
958 atomic_store_relaxed(&ec->ec_bitspending, bitspending);
962 atomic_store_relaxed(&ec->ec_samplespending, samplespending);
1052 atomic_store_relaxed(&ec->ec_bitspending, bitspending);
1056 atomic_store_relaxed(&ec->ec_samplespending, samplespending)
    [all...]
subr_fault.c 135 atomic_store_relaxed(&fault_global.nth, args->nth);
151 atomic_store_relaxed(&f->nth, args->nth);
kern_tc.c 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)
    [all...]
subr_thmap.c 442 atomic_store_relaxed(&node->state, NODE_LOCKED);
462 atomic_store_relaxed(&node->slots[slot], child);
463 atomic_store_relaxed(&node->state,
478 atomic_store_relaxed(&node->slots[slot], THMAP_NULL);
479 atomic_store_relaxed(&node->state,
909 atomic_store_relaxed(&node->state,
938 atomic_store_relaxed(&parent->state,
940 atomic_store_relaxed(&thmap->root[rslot], THMAP_NULL);
  /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/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/sys/external/bsd/drm2/include/linux/
ratelimit.h 98 atomic_store_relaxed(&r->missed, 1);
kref.h 51 atomic_store_relaxed(&kref->kr_count, 1);
  /src/sys/dev/usb/
uhid.c 289 atomic_store_relaxed(&sc->sc_state, 0);
306 atomic_store_relaxed(&sc->sc_async, NULL);
323 atomic_store_relaxed(&sc->sc_async, NULL);
333 atomic_store_relaxed(&sc->sc_state, 0);
388 atomic_store_relaxed(&sc->sc_async, NULL);
404 atomic_store_relaxed(&sc->sc_state, 0);
538 atomic_store_relaxed(&sc->sc_async, l->l_proc);
541 atomic_store_relaxed(&sc->sc_async, NULL);
  /src/sys/arch/x86/x86/
nmi.c 123 atomic_store_relaxed(pp, n->n_next);
idt.c 185 atomic_store_relaxed(&idt_allocmap[vec], 1);
  /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/sys/external/bsd/compiler_rt/dist/lib/ubsan_minimal/
ubsan_minimal_handlers.cc 49 __sanitizer::atomic_store_relaxed(&caller_pcs[sz], caller);
  /src/sys/external/bsd/drm2/linux/
linux_irq_work.c 73 atomic_store_relaxed(&iw->iw_flags, 0);
linux_dma_resv.c 592 atomic_store_relaxed(&robj->fence_excl, fence);
658 atomic_store_relaxed(&list->shared[i], fence);
665 atomic_store_relaxed(&list->shared[list->shared_count],
667 atomic_store_relaxed(&list->shared_count,
712 atomic_store_relaxed(&robj->fence, prealloc);
994 atomic_store_relaxed(&dst_robj->fence, dst_list);
995 atomic_store_relaxed(&dst_robj->fence_excl, fence);
  /src/tests/include/sys/
t_pslist.c 42 #define atomic_store_relaxed(p,v) (*(p) = (v)) macro
  /src/sys/arch/alpha/gbus/
gbus_io.c 136 atomic_store_relaxed(addr, (uint32_t)val);
  /src/sys/dev/pci/igc/
igc_evcnt.h 245 atomic_store_relaxed(p, atomic_load_relaxed(p) + (delta))
247 atomic_store_relaxed(p, val)
  /src/sys/dev/
lockstat.h 230 atomic_store_relaxed(&lockstat_enabled, \

Completed in 81 milliseconds

1 2 3 4 5