Searched refs:RNG_DIAG_CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance
538 numchunks = ((numbytes / sizeof (uint64_t)) + RNG_DIAG_CHUNK_SIZE - 1) in n2rng_collect_diag_bits()539 / RNG_DIAG_CHUNK_SIZE; in n2rng_collect_diag_bits()609 numbytes - i * (RNG_DIAG_CHUNK_SIZE * in n2rng_collect_diag_bits()611 RNG_DIAG_CHUNK_SIZE * sizeof (uint64_t); in n2rng_collect_diag_bits()620 RNG_DIAG_CHUNK_SIZE * i), in n2rng_collect_diag_bits()
253 #define RNG_DIAG_CHUNK_SIZE (N2RNG_MAX_READ / 8) /* as words */ macro