Home
last modified time | relevance | path

Searched refs:ht_lock_cnt (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.h76 uint32_t ht_lock_cnt; /* # of locked entries in this table */ member
303 #define HTABLE_LOCK_INC(ht) atomic_inc_32(&(ht)->ht_lock_cnt)
304 #define HTABLE_LOCK_DEC(ht) atomic_dec_32(&(ht)->ht_lock_cnt)
H A Dhtable.c457 ht->ht_lock_cnt != 0) in htable_steal_active()
475 ht->ht_busy == 1 && ht->ht_lock_cnt == 0; in htable_steal_active()
491 ht->ht_lock_cnt != 0) { in htable_steal_active()
927 ht->ht_lock_cnt = 0; in htable_alloc()
933 ht->ht_lock_cnt = 0; in htable_alloc()
1205 ASSERT(ht->ht_lock_cnt == 0); in htable_release()
1512 ht->ht_lock_cnt = 0; in htable_attach()
H A Dhment.c757 ht->ht_lock_cnt == 0) { in hment_steal()
H A Dhat_i86.c1694 if (ht->ht_lock_cnt == 0) in hat_swapout()
1702 if (ht->ht_lock_cnt > 0 && l == 0) in hat_swapout()
2412 if (ht->ht_lock_cnt < 1) in hat_unlock()
2687 ASSERT(ht->ht_lock_cnt > 0); in hat_pte_unmap()