Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dspace.c273 static mod_hash_t *space_hash; variable
280 space_hash = mod_hash_create_strhash(space_hash_name, in store_fetch_initspace()
282 ASSERT(space_hash); in store_fetch_initspace()
308 rval = mod_hash_insert(space_hash, in space_store()
346 rval = mod_hash_find(space_hash, (mod_hash_key_t)key, &val); in space_fetch()
359 (void) mod_hash_destroy(space_hash, (mod_hash_key_t)key); in space_free()