Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dmodhash_impl.h61 int mh_sleep; /* kmem_alloc flag */ member
/titanic_44/usr/src/uts/common/os/
H A Dmodhash.c449 mod_hash->mh_sleep = sleep; in mod_hash_create_extended()
554 entry = kmem_cache_alloc(mh_e_cache, hash->mh_sleep); in i_mod_hash_insert_nosync()
630 *handlep = kmem_cache_alloc(mh_e_cache, hash->mh_sleep); in mod_hash_reserve()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c477 mh.mh_sleep ? "true" : "false", in modhash()