Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dspace.c226 static mod_hash_t *space_hash; variable
233 space_hash = mod_hash_create_strhash(space_hash_name, in store_fetch_initspace()
235 ASSERT(space_hash); in store_fetch_initspace()
261 rval = mod_hash_insert(space_hash, in space_store()
299 rval = mod_hash_find(space_hash, (mod_hash_key_t)key, &val); in space_fetch()
312 (void) mod_hash_destroy(space_hash, (mod_hash_key_t)key); in space_free()