Searched refs:min_alloc_size (Results 1 – 1 of 1) sorted by relevance
436 size_t min_alloc_size = RAND_POOL_MIN_ALLOCATION(secure); in rand_pool_new() local450 pool->alloc_len = min_len < min_alloc_size ? min_alloc_size : min_len; in rand_pool_new()