Searched refs:i_mod_hash_insert_nosync (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmodhash_impl.h99 int i_mod_hash_insert_nosync(mod_hash_t *, mod_hash_key_t, mod_hash_val_t,
/illumos-gate/usr/src/uts/common/os/
H A Dmodhash.c533 * i_mod_hash_insert_nosync()
538 * pair will not be inserted. i_mod_hash_insert_nosync() supports a simple
545 i_mod_hash_insert_nosync(mod_hash_t *hash, mod_hash_key_t key, function
595 res = i_mod_hash_insert_nosync(hash, key, val, (mod_hash_hndl_t)0);
618 res = i_mod_hash_insert_nosync(hash, key, val, handle);
738 res = i_mod_hash_insert_nosync(hash, key, val, (mod_hash_hndl_t)0);
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c608 ret = i_mod_hash_insert_nosync(hash, (mod_hash_key_t)key,
627 ret = i_mod_hash_insert_nosync(hash, (mod_hash_key_t)key,
645 ret = i_mod_hash_insert_nosync(hash,
1473 ret = i_mod_hash_insert_nosync(vmu_data.vmu_zones_hash,

Completed in 82 milliseconds