Searched refs:ht_lock_cnt (Results 1 – 4 of 4) sorted by relevance
76 uint32_t ht_lock_cnt; /* # of locked entries in this table */ member296 #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)
457 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()
761 ht->ht_lock_cnt == 0) { in hment_steal()
1185 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()