Lines Matching refs:ht_busy
454 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()
953 ht->ht_busy = 1; in htable_alloc()
1102 ASSERT(higher->ht_busy > 0); in unlink_ptp()
1145 ASSERT(higher->ht_busy > 0); in link_ptp()
1200 ASSERT(ht->ht_busy > 0); in htable_release()
1203 if (ht->ht_busy > 1) in htable_release()
1268 ASSERT(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()
1515 ++parent->ht_busy; in htable_attach()
1696 ASSERT(prev->ht_busy > 0); in htable_walk()