Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_core.c150 static uma_zone_t hashzone; variable
1256 hash->uh_slab_hash = zone_alloc_item(hashzone, NULL, in hash_alloc()
1329 zone_free_item(hashzone, hash->uh_slab_hash, NULL, SKIP_NONE); in hash_free()
3149 hashzone = uma_zcreate("UMA Hash", in uma_startup1()