Lines Matching refs:atomic_store_relaxed
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);
1226 atomic_store_relaxed(&E->bitsneeded, E->bitsneeded - bitsdiff);
1237 atomic_store_relaxed(&E->samplesneeded,
1275 atomic_store_relaxed(&ec->ec_bitspending, 0);
1276 atomic_store_relaxed(&ec->ec_samplespending, 0);
1340 atomic_store_relaxed(&E->epoch, epoch);
1600 atomic_store_relaxed(&E->bitsneeded, MINENTROPYBITS);
1601 atomic_store_relaxed(&E->samplesneeded, MINSAMPLES);
1615 atomic_store_relaxed(&E->bitsneeded, bitsneeded);
1616 atomic_store_relaxed(&E->samplesneeded, samplesneeded);
2312 atomic_store_relaxed(&rc->rc_entropybits,
2316 atomic_store_relaxed(&rc->rc_timesamples,
2320 atomic_store_relaxed(&rc->rc_datasamples,
2471 atomic_store_relaxed(&E->bitsneeded, MINENTROPYBITS);
2472 atomic_store_relaxed(&E->samplesneeded, MINSAMPLES);
2747 atomic_store_relaxed(&rs->flags, flags);