Lines Matching refs:shared
779 htable_t *shared) in htable_alloc() argument
791 if (is_vlp || shared != NULL) in htable_alloc()
918 if (shared != NULL) { in htable_alloc()
919 ASSERT(shared->ht_valid_cnt > 0); in htable_alloc()
921 ht->ht_pfn = shared->ht_pfn; in htable_alloc()
924 ht->ht_shares = shared; in htable_alloc()
1178 htable_t *shared; in htable_release() local
1185 shared = NULL; in htable_release()
1232 ASSERT(shared == NULL); in htable_release()
1233 shared = ht->ht_shares; in htable_release()
1274 ht = shared; in htable_release()
1365 htable_t *shared) in htable_create() argument
1413 if (l == level && shared && ht->ht_shares && in htable_create()
1414 ht->ht_shares != shared) { in htable_create()
1417 (void *)ht, (void *)shared); in htable_create()
1434 l == level ? shared : NULL); in htable_create()
1466 if (l == level && shared) { in htable_create()
1467 (void) htable_lookup(shared->ht_hat, in htable_create()
1468 shared->ht_vaddr, shared->ht_level); in htable_create()