Searched refs:hashno (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_idmap.c | 304 uint_t hashno = 0; in nfs_idmap_str_uid() local 362 if (nfs_idmap_cache_s2i_lkup(&nig->s2u_ci, u8s, &hashno, uid)) { in nfs_idmap_str_uid() 395 u8s, HQ_HASH_HINT, hashno); in nfs_idmap_str_uid() 517 uint_t hashno = 0; in nfs_idmap_uid_str() local 561 if (nfs_idmap_cache_i2s_lkup(&nig->u2s_ci, uid, &hashno, u8s)) { in nfs_idmap_uid_str() 593 u8s, HQ_HASH_HINT, hashno); in nfs_idmap_uid_str() 683 uint_t hashno = 0; in nfs_idmap_str_gid() local 741 if (nfs_idmap_cache_s2i_lkup(&nig->s2g_ci, u8s, &hashno, gid)) { in nfs_idmap_str_gid() 775 u8s, HQ_HASH_HINT, hashno); in nfs_idmap_str_gid() 897 uint_t hashno = 0; in nfs_idmap_gid_str() local [all …]
|
/titanic_44/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | sfmmu.c | 189 int hashno = 1; in sfmmu_vtop_impl() local 247 SFMMU_VTOP_DBG_DBG("-hashno=%d-\n", hashno); in sfmmu_vtop_impl() 248 hmeshift = HME_HASH_SHIFT(hashno); in sfmmu_vtop_impl() 251 hblktag.htag_rehash = hashno; in sfmmu_vtop_impl() 337 hashno++; in sfmmu_vtop_impl() 339 } while (HME_REHASH(msfmmup) && (hashno <= MAX_HASHCNT)); in sfmmu_vtop_impl()
|
/titanic_44/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 3702 int hashno, size; in sfmmu_shadow_hcleanup() local 3716 hashno = size - 1; in sfmmu_shadow_hcleanup() 3717 ASSERT(hashno > 0); in sfmmu_shadow_hcleanup() 3720 sfmmu_free_hblks(sfmmup, addr, endaddr, hashno); in sfmmu_shadow_hcleanup() 3727 int hashno) in sfmmu_free_hblks() argument 3735 ASSERT(hashno > 0); in sfmmu_free_hblks() 3737 hblktag.htag_rehash = hashno; in sfmmu_free_hblks() 3740 hmeshift = HME_HASH_SHIFT(hashno); in sfmmu_free_hblks() 3967 int hmeshift, hashno = 1; in hat_unlock() local 3988 hmeshift = HME_HASH_SHIFT(hashno); in hat_unlock() [all …]
|
H A D | hat_sfmmu.h | 1513 #define HASHADDR_MASK(hashno) TTE_PAGEMASK(hashno) argument
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_node.c | 429 ulong_t hashno; in hs_addhash() local 433 hashno = HS_HPASH(hp); in hs_addhash() 434 hp->hs_hash = fsp->hsfs_hash[hashno]; in hs_addhash() 435 fsp->hsfs_hash[hashno] = hp; in hs_addhash()
|
/titanic_44/usr/src/uts/sfmmu/ml/ |
H A D | sfmmu_asm.s | 2084 #define MAKE_HASHTAG(vapg, hatid, hmeshift, hashno, hblktag) \ argument 2086 mov hashno, hblktag ;\ 2221 hashno, tmp, label, foundlabel, suspendlabel, exitlabel) \ argument 2236 MAKE_HASHTAG(hmeblkpa, hatid, hmeshift, hashno, hmemisc) ;\ 2308 hmeshift, hashno, tmp, label, foundlabel, \ argument 2324 MAKE_HASHTAG(hmeblkpa, hatid, hmeshift, hashno, hmemisc) ;\ 2401 MAKE_HASHTAG(tte, hatid, hmeshift, hashno, hmemisc) ;\ 3890 sfmmu_kvaszc2pfn(caddr_t vaddr, int hashno)
|