Home
last modified time | relevance | path

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

/illumos-gate/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()
492 --ht->ht_busy; in htable_steal_active()
953 ht->ht_busy = 1; in htable_alloc()
1203 if (ht->ht_busy > 1) in htable_release()
1269 --ht->ht_busy; in htable_release()
1316 ++ht->ht_busy; in htable_lookup()
1348 ++ht->ht_busy; in htable_acquire()
1421 ++ht->ht_busy; in htable_create()
1507 ht->ht_busy = 1; in htable_attach()
[all …]
H A Dhtable.h74 int16_t ht_busy; /* implements locking protocol */ member
H A Dhment.c756 ht->ht_busy == 0 && in hment_steal()
H A Dhat_i86.c1984 ASSERT(ht->ht_busy > 0); in hati_load_common()
2697 ASSERT(ht->ht_busy > 0); in hat_pte_unmap()
4968 ASSERT(ht->ht_busy >= 2); in hat_release_mapping()