Searched refs:UMA_HASH_SIZE_INIT (Results 1 – 3 of 3) sorted by relevance
209 #define UMA_HASH_SIZE_INIT 32 macro
1050 if (size > UMA_HASH_SIZE_INIT) { in hash_alloc()1055 alloc = sizeof(hash->uh_slab_hash[0]) * UMA_HASH_SIZE_INIT; in hash_alloc()1058 hash->uh_hashsize = UMA_HASH_SIZE_INIT; in hash_alloc()1128 if (hash->uh_hashsize == UMA_HASH_SIZE_INIT) in hash_free()2954 sizeof(struct slabhead *) * UMA_HASH_SIZE_INIT, in uma_startup1()