Home
last modified time | relevance | path

Searched refs:min_alloc_size (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/rand/
H A Drand_lib.c435 size_t min_alloc_size = RAND_POOL_MIN_ALLOCATION(secure); in rand_pool_new() local
445 pool->alloc_len = min_len < min_alloc_size ? min_alloc_size : min_len; in rand_pool_new()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c178 SYSCTL_QUAD(_vfs_zfs_metaslab, OID_AUTO, min_alloc_size, CTLFLAG_RWTUN,