Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/vm/
H A Dhtable.c454 if (ht->ht_busy != 0 || in htable_steal_active()
466 ++ht->ht_busy; in htable_steal_active()
475 ht->ht_busy == 1 && ht->ht_lock_cnt == 0; in htable_steal_active()
490 if (ht->ht_busy != 1 || ht->ht_valid_cnt != 0 || in htable_steal_active()
492 --ht->ht_busy; in htable_steal_active()
933 ht->ht_busy = 1; in htable_alloc()
1082 ASSERT(higher->ht_busy > 0); in unlink_ptp()
1125 ASSERT(higher->ht_busy > 0); in link_ptp()
1183 ASSERT(ht->ht_busy > 0); in htable_release()
1186 if (ht->ht_busy > 1) in htable_release()
[all …]
H A Dhtable.h74 int16_t ht_busy; /* implements locking protocol */ member
H A Dhment.c760 ht->ht_busy == 0 && in hment_steal()
H A Dhat_i86.c1466 ASSERT(ht->ht_busy > 0); in hati_load_common()
2201 ASSERT(ht->ht_busy > 0); in hat_pte_unmap()
4487 ASSERT(ht->ht_busy >= 2); in hat_release_mapping()