Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/vm/
H A Dhtable.h76 uint32_t ht_lock_cnt; /* # of locked entries in this table */ member
296 #define HTABLE_LOCK_INC(ht) atomic_inc_32(&(ht)->ht_lock_cnt)
297 #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()
907 ht->ht_lock_cnt = 0; in htable_alloc()
913 ht->ht_lock_cnt = 0; in htable_alloc()
1188 ASSERT(ht->ht_lock_cnt == 0); in htable_release()
1495 ht->ht_lock_cnt = 0; in htable_attach()
H A Dhment.c761 ht->ht_lock_cnt == 0) { in hment_steal()
H A Dhat_i86.c1185 if (ht->ht_lock_cnt == 0) in hat_swapout()
1193 if (ht->ht_lock_cnt > 0 && l == 0) in hat_swapout()
1897 if (ht->ht_lock_cnt < 1) in hat_unlock()
2191 ASSERT(ht->ht_lock_cnt > 0); in hat_pte_unmap()