MINSAMPLES
samplespending += MIN(MINSAMPLES - samplespending, 1);
if (bitspending > 0 || samplespending >= MINSAMPLES)
C->samplespending >= MINSAMPLES;
C->samplespending += MIN(MINSAMPLES - C->samplespending,
atomic_store_relaxed(&E->samplesneeded, MINSAMPLES);
samplesneeded += MIN(MINSAMPLES - samplesneeded, cost);
.samplesneeded = MINSAMPLES,
atomic_store_relaxed(&E->samplesneeded, MINSAMPLES);
pstat->generated = MINSAMPLES - E->samplesneeded;
KASSERTMSG(E->samplespending <= MINSAMPLES,
MINSAMPLES - E->samplespending);
E->samplespending == MINSAMPLES),
(unsigned)MINENTROPYBITS, (unsigned)MINSAMPLES);
KASSERTMSG(E->samplespending <= MINSAMPLES,
samplespending += MIN(MINSAMPLES - samplespending, 1);
if (bitspending > 0 || samplespending >= MINSAMPLES)