Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c304 uint_t hashno = 0; in nfs_idmap_str_uid() local
517 uint_t hashno = 0; in nfs_idmap_uid_str() local
683 uint_t hashno = 0; in nfs_idmap_str_gid() local
897 uint_t hashno = 0; in nfs_idmap_gid_str() local
1362 uint_t hashno; in nfs_idmap_cache_s2i_insert() local
1383 hashno = hash_number; in nfs_idmap_cache_s2i_insert()
1391 hq = &cip->table[hashno]; in nfs_idmap_cache_s2i_insert()
1474 *hashno = hash; in nfs_idmap_cache_i2s_lkup()
1536 uint_t hashno; in nfs_idmap_cache_i2s_insert() local
1548 hashno = hash_number; in nfs_idmap_cache_i2s_insert()
[all …]
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c3982 hashno = 1; in hat_unlock()
3996 hashno++; in hat_unlock()
4890 hashno = 1; in sfmmu_chgattr()
4911 hashno = 1; in sfmmu_chgattr()
4913 hashno++; in sfmmu_chgattr()
5241 hashno++; in hat_chgprot()
5781 hashno--; in hat_unload_callback()
6289 hashno++; in hat_sync()
7946 hashno++; in sfmmu_uvatopfn()
7956 hashno = 1; in sfmmu_uvatopfn()
[all …]
H A Dhat_sfmmu.h1504 #define HASHADDR_MASK(hashno) TTE_PAGEMASK(hashno) argument
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c429 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()
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S1914 #define MAKE_HASHTAG(vapg, hatid, hmeshift, hashno, hblktag) \ argument
1916 mov hashno, hblktag ;\
2051 hashno, tmp, label, foundlabel, suspendlabel, exitlabel) \ argument
2066 MAKE_HASHTAG(hmeblkpa, hatid, hmeshift, hashno, hmemisc) ;\
2138 hmeshift, hashno, tmp, label, foundlabel, \ argument
2154 MAKE_HASHTAG(hmeblkpa, hatid, hmeshift, hashno, hmemisc) ;\
2231 MAKE_HASHTAG(tte, hatid, hmeshift, hashno, hmemisc) ;\