Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dproject.c48 static mod_hash_t *projects_hash; variable
231 if (mod_hash_find(projects_hash, (mod_hash_key_t)&pz, in project_hold_by_id()
248 (void) mod_hash_reserve(projects_hash, &hndl); in project_hold_by_id()
252 if (mod_hash_find(projects_hash, (mod_hash_key_t)&pz, in project_hold_by_id()
274 if (mod_hash_insert_reserve(projects_hash, (mod_hash_key_t)p, in project_hold_by_id()
299 mod_hash_cancel(projects_hash, &hndl); in project_hold_by_id()
365 if (mod_hash_destroy(projects_hash, (mod_hash_key_t)p)) in project_rele()
933 projects_hash = mod_hash_create_extended("projects_hash", in project_init()