Searched refs:ENTROPY_MAX_SAMPLE_COUNT (Results 1 – 1 of 1) sorted by relevance
45 #define ENTROPY_MAX_SAMPLE_COUNT (2048) macro49 #define ENTROPY_MAX_FILTER_COUNT (BITMAP_LEN(ENTROPY_MAX_SAMPLE_COUNT))58 entropy_sample_t samples[ENTROPY_MAX_SAMPLE_COUNT];232 assert(sample_count <= ENTROPY_MAX_SAMPLE_COUNT); in entropy_collect()236 if (sample_count == ENTROPY_MAX_SAMPLE_COUNT) { in entropy_collect()519 assert(cpu_sample_count <= ENTROPY_MAX_SAMPLE_COUNT); in entropy_provide()