Searched refs:POOLBITS (Results 1 – 1 of 1) sorted by relevance
280 #define POOLBITS (POOLWORDS*32) macro742 if (random_state.entropy_count > POOLBITS) in dequeue_randomness()743 random_state.entropy_count = POOLBITS; in dequeue_randomness()1101 if ((random_state.entropy_count += cnt) > POOLBITS) in randomioctl()1102 random_state.entropy_count = POOLBITS; in randomioctl()