Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/vm/
H A Dhtable.h81 struct htable *ht_shares; /* for HTABLE_SHARED_PFN only */ member
H A Dhtable.c924 ht->ht_shares = shared; in htable_alloc()
927 ht->ht_shares = NULL; in htable_alloc()
1233 shared = ht->ht_shares; in htable_release()
1413 if (l == level && shared && ht->ht_shares && in htable_create()
1414 ht->ht_shares != shared) { in htable_create()
H A Dhat_i86.c3022 ASSERT(ht->ht_shares == ism_ht); in hat_share()