Searched refs:hashno (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c304 uint_t hashno = 0; local
362 if (nfs_idmap_cache_s2i_lkup(&nig->s2u_ci, u8s, &hashno, uid)) {
395 u8s, HQ_HASH_HINT, hashno);
517 uint_t hashno = 0; local
561 if (nfs_idmap_cache_i2s_lkup(&nig->u2s_ci, uid, &hashno, u8s)) {
593 u8s, HQ_HASH_HINT, hashno);
683 uint_t hashno = 0; local
741 if (nfs_idmap_cache_s2i_lkup(&nig->s2g_ci, u8s, &hashno, gid)) {
775 u8s, HQ_HASH_HINT, hashno);
897 uint_t hashno local
1272 nfs_idmap_cache_s2i_lkup(idmap_cache_info_t *cip, utf8string *u8s, uint_t *hashno, uid_t *id_buf) argument
1356 uint_t hashno; local
1450 nfs_idmap_cache_i2s_lkup(idmap_cache_info_t *cip, uid_t id, uint_t *hashno, utf8string *u8s) argument
1524 uint_t hashno; local
[all...]
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c189 int hashno = 1; local
247 SFMMU_VTOP_DBG_DBG("-hashno=%d-\n", hashno);
248 hmeshift = HME_HASH_SHIFT(hashno);
251 hblktag.htag_rehash = hashno;
337 hashno++;
339 } while (HME_REHASH(msfmmup) && (hashno <= MAX_HASHCNT));
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c3672 int hashno, size; local
3686 hashno = size - 1;
3687 ASSERT(hashno > 0);
3690 sfmmu_free_hblks(sfmmup, addr, endaddr, hashno);
3697 int hashno)
3705 ASSERT(hashno > 0);
3707 hblktag.htag_rehash = hashno;
3710 hmeshift = HME_HASH_SHIFT(hashno);
3937 int hmeshift, hashno = 1; local
3957 hmeshift = HME_HASH_SHIFT(hashno);
3696 sfmmu_free_hblks(sfmmu_t *sfmmup, caddr_t addr, caddr_t endaddr, int hashno) argument
4292 int hmeshift, hashno; local
4521 int hmeshift, hashno; local
4838 int hmeshift, hashno = 1; local
5167 int hmeshift, hashno = 1; local
5600 int hmeshift, hashno, iskernel; local
6222 int hmeshift, hashno = 1; local
7877 int hmeshift, hashno = 1; local
[all...]
H A Dhat_sfmmu.h1504 #define HASHADDR_MASK(hashno) TTE_PAGEMASK(hashno)
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c429 ulong_t hashno; local
433 hashno = HS_HPASH(hp);
434 hp->hs_hash = fsp->hsfs_hash[hashno];
435 fsp->hsfs_hash[hashno] = hp;
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s2081 * hashtag includes bspage + hashno (64 bits).
2084 #define MAKE_HASHTAG(vapg, hatid, hmeshift, hashno, hblktag) \
2086 mov hashno, hblktag ;\
2212 * hashno = constant/register hash number
2221 hashno, tmp, label, foundlabel, suspendlabel, exitlabel) \
2236 MAKE_HASHTAG(hmeblkpa, hatid, hmeshift, hashno, hmemisc) ;\
2244 * hmemisc = htag_bspage+hashno+invalid_rid ;\
2308 hmeshift, hashno, tmp, label, foundlabel, \
2324 MAKE_HASHTAG(hmeblkpa, hatid, hmeshift, hashno, hmemisc) ;\
2331 * hmemisc = htag_bspage + hashno
[all...]

Completed in 86 milliseconds