Lines Matching refs:atomic_load_relaxed
697 return atomic_load_relaxed(&E->epoch);
709 return atomic_load_relaxed(&E->bitsneeded) == 0;
744 if (__predict_true(atomic_load_relaxed(&E->bitsneeded) == 0) &&
745 __predict_true(!atomic_load_relaxed(&entropy_depletion)) &&
1060 if (__predict_false(atomic_load_relaxed(&E->bitsneeded) ||
1061 atomic_load_relaxed(&entropy_depletion)) &&
1178 cpu_bitspending = atomic_load_relaxed(&ec->ec_bitspending);
1179 cpu_samplespending = atomic_load_relaxed(&ec->ec_samplespending);
1335 if (__predict_true(!atomic_load_relaxed(&entropy_depletion)) ||
1606 if (__predict_false(atomic_load_relaxed(&entropy_depletion)) &&
1653 if (__predict_true(atomic_load_relaxed(&E->bitsneeded) == 0 ||
1654 atomic_load_relaxed(&E->samplesneeded) == 0) &&
1655 __predict_true(!atomic_load_relaxed(&entropy_depletion)))
1716 if (atomic_load_relaxed(&entropy_depletion))
2211 flags = atomic_load_relaxed(&rs->flags);
2219 if (!atomic_load_relaxed(&entropy_collection) ||
2368 cpu_nbits = atomic_load_relaxed(&rc->rc_entropybits);
2391 urs->flags = atomic_load_relaxed(&rs->flags);
2428 atomic_load_relaxed(&rc->rc_timesamples));
2430 atomic_load_relaxed(&rc->rc_datasamples));
2777 if (!atomic_load_relaxed(&entropy_collection))