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()
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()
1251 ASSERT(ht->ht_busy >= 1); in htable_release()
1252 --ht->ht_busy; in htable_release()
1300 ++ht->ht_busy; in htable_lookup()
1332 ++ht->ht_busy; in htable_acquire()
1404 ++ht->ht_busy; in htable_create()
1490 ht->ht_busy = 1; in htable_attach()
1498 ++parent->ht_busy; in htable_attach()
1685 ASSERT(prev->ht_busy > 0); in htable_walk()