Searched refs:ht_flags (Results 1 – 6 of 6) sorted by relevance
455 (ht->ht_flags & HTABLE_SHARED_PFN) || in htable_steal_active()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()1005 if (ht->ht_flags & HTABLE_SHARED_PFN) { in htable_free()1233 if (ht->ht_flags & HTABLE_SHARED_PFN) { in htable_release()1510 ht->ht_flags = 0; in htable_attach()1918 if (ht->ht_flags & HTABLE_COPIED) { in x86pte_access_pagetable()2004 if (ht->ht_flags & HTABLE_COPIED) in x86pte_release_pagetable()[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()