Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.h81 struct htable *ht_shares; /* for HTABLE_SHARED_PFN only */ member
H A Dhtable.c929 ht->ht_shares = shared; in htable_alloc()
932 ht->ht_shares = NULL; in htable_alloc()
1235 shared = ht->ht_shares; in htable_release()
1415 if (l == level && shared && ht->ht_shares && in htable_create()
1416 ht->ht_shares != shared) { in htable_create()
H A Dhat_i86.c3507 ASSERT(ht->ht_shares == ism_ht); in hat_share()