Home
last modified time | relevance | path

Searched refs:ht_flags (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c455 (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 …]
H A Dhtable.h73 uint8_t ht_flags; /* see below */ member
136 #define HTABLE_NUM_PTES(ht) (((ht)->ht_flags & HTABLE_COPIED) ? \
H A Dhat_i86.c1684 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()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c110 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()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h116 size_t ht_flags; member
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c523 if (htable->ht_flags & HTABLE_COPIED) { in get_pte()