Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dseg_map.c137 u_offset_t off, int hashid);
251 #define SHASHMTX(hashid) (&smd_hash[hashid].sh_mtx) argument
258 #define SMAP_HASHFUNC(vp, off, hashid) \ argument
260 hashid = ((((uintptr_t)(vp) >> 6) + ((uintptr_t)(vp) >> 3) + \
989 segmap_hashin(struct smap *smp, struct vnode *vp, u_offset_t off, int hashid) in segmap_hashin() argument
1000 ASSERT(hashid >= 0 && hashid <= smd_hashmsk); in segmap_hashin()
1002 hmtx = SHASHMTX(hashid); in segmap_hashin()
1009 for (tmp = smd_hash[hashid].sh_hash_list; in segmap_hashin()
1035 hpp = &smd_hash[hashid].sh_hash_list; in segmap_hashin()
1039 smd_hash_len[hashid]++; in segmap_hashin()
[all …]
/titanic_41/usr/src/lib/libc/port/gen/
H A Dlocaltime.c533 int hashid; in find_zone() local
536 hashid = get_hashid(zonename); in find_zone()
537 cur = tzcache[hashid]; in find_zone()
557 int hashid, res; in reg_zone() local
560 hashid = get_hashid(new->zonename); in reg_zone()
561 cur = tzcache[hashid]; in reg_zone()
578 new->next = tzcache[hashid]; in reg_zone()
579 tzcache[hashid] = new; in reg_zone()
2354 int hashid; in purge_zone_cache() local
2362 for (hashid = 0; hashid < HASHTABLE; hashid++) { in purge_zone_cache()
[all …]
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c180 cur_msg->hashid == mp->hash_domain && in check_cache()
197 mnp->hashid, mp->hash_domain); in check_cache()
200 if (mnp->hashid == mp->hash_domain && in check_cache()
577 gprintf(level, " hashid: %d\n", mnp->hashid); in printmnp()
H A Dgettext.h118 uint32_t hashid; /* hashed value of the domain name */ member
H A Dgettext_real.c1066 mnp->hashid = mp->hash_domain; in handle_mo()