Lines Matching refs:shared
783 htable_t *shared) in htable_alloc() argument
796 if (is_copied || shared != NULL) in htable_alloc()
923 if (shared != NULL) { in htable_alloc()
924 ASSERT(shared->ht_valid_cnt > 0); in htable_alloc()
926 ht->ht_pfn = shared->ht_pfn; in htable_alloc()
929 ht->ht_shares = shared; in htable_alloc()
1180 htable_t *shared; in htable_release() local
1187 shared = NULL; in htable_release()
1234 ASSERT(shared == NULL); in htable_release()
1235 shared = ht->ht_shares; in htable_release()
1276 ht = shared; in htable_release()
1366 htable_t *shared) in htable_create() argument
1415 if (l == level && shared && ht->ht_shares && in htable_create()
1416 ht->ht_shares != shared) { in htable_create()
1419 (void *)ht, (void *)shared); in htable_create()
1436 l == level ? shared : NULL); in htable_create()
1468 if (l == level && shared) { in htable_create()
1469 (void) htable_lookup(shared->ht_hat, in htable_create()
1470 shared->ht_vaddr, shared->ht_level); in htable_create()