Searched refs:ht_flags (Results 1 – 6 of 6) sorted by relevance
455 (ht->ht_flags & HTABLE_SHARED_PFN) || in htable_steal_active()675 ASSERT(!(ht->ht_flags & HTABLE_COPIED)); in htable_steal()922 ht->ht_flags = 0; in htable_alloc()925 ht->ht_flags |= HTABLE_SHARED_PFN; in htable_alloc()941 ht->ht_flags |= HTABLE_COPIED; in htable_alloc()989 !(ht->ht_flags & HTABLE_SHARED_PFN) && in htable_free()992 ASSERT((ht->ht_flags & HTABLE_COPIED) == 0); in htable_free()1005 if (ht->ht_flags & HTABLE_SHARED_PFN) { in htable_free()1007 } else if (!(ht->ht_flags & HTABLE_COPIED)) { in htable_free()1127 hat_tlb_inval(hat, (higher->ht_flags & HTABLE_COPIED) ? in unlink_ptp()[all …]
73 uint8_t ht_flags; /* see below */ member136 #define HTABLE_NUM_PTES(ht) (((ht)->ht_flags & HTABLE_COPIED) ? \
1684 if (ht->ht_flags & HTABLE_SHARED_PFN) { in hat_swapout()1874 if (ht->ht_flags & HTABLE_COPIED) { in hati_pte_map()3451 if (ht->ht_flags & HTABLE_SHARED_PFN) in hat_share()3506 ASSERT(ht->ht_flags & HTABLE_SHARED_PFN); in hat_share()3622 if (ht->ht_flags & HTABLE_SHARED_PFN) { in hat_unshare()
110 ht->ht_flags = flags; in ht_create_table()180 if ((handle->ht_flags & HTHF_FIXED_KEY) == 0) { in ht_default_hash()237 if (handle->ht_flags & HTHF_FIXED_KEY) { in ht_add_item()316 if ((handle->ht_flags & HTHF_FIXED_KEY) == 0) in ht_remove_item()379 if ((handle->ht_flags & HTHF_FIXED_KEY) == 0) in ht_find_item()
116 size_t ht_flags; member
523 if (htable->ht_flags & HTABLE_COPIED) { in get_pte()