Searched refs:hc_entropy_fast_accumulator (Results 1 – 1 of 1) sorted by relevance
149 } hc_entropy_fast_accumulator; member197 if (hc->hc_entropy_fast_accumulator.buf[i]) { in random_kthread()198 random_harvest_direct(&hc->hc_entropy_fast_accumulator.buf[i], in random_kthread()199 sizeof(hc->hc_entropy_fast_accumulator.buf[0]), RANDOM_UMA); in random_kthread()200 hc->hc_entropy_fast_accumulator.buf[i] = 0; in random_kthread()886 pos = harvest_context.hc_entropy_fast_accumulator.pos; in random_harvest_fast_()887 harvest_context.hc_entropy_fast_accumulator.buf[pos] ^= in random_harvest_fast_()889 harvest_context.hc_entropy_fast_accumulator.pos = (pos + 1)%RANDOM_ACCUM_MAX; in random_harvest_fast_()