Lines Matching refs:ht_prev
506 ht->ht_next->ht_prev = ht->ht_prev; in htable_steal_active()
508 if (ht->ht_prev) { in htable_steal_active()
509 ht->ht_prev->ht_next = ht->ht_next; in htable_steal_active()
935 ht->ht_prev = NULL; in htable_alloc()
1057 ht->ht_next->ht_prev = ht->ht_prev; in htable_purge_hat()
1059 if (ht->ht_prev) { in htable_purge_hat()
1060 ht->ht_prev->ht_next = ht->ht_next; in htable_purge_hat()
1238 ht->ht_next->ht_prev = ht->ht_prev; in htable_release()
1240 if (ht->ht_prev) { in htable_release()
1241 ht->ht_prev->ht_next = ht->ht_next; in htable_release()
1433 ASSERT(ht->ht_prev == NULL); in htable_create()
1435 hat->hat_ht_hash[h]->ht_prev = ht; in htable_create()
1492 ht->ht_prev = NULL; in htable_attach()
1503 ASSERT(ht->ht_prev == NULL); in htable_attach()
1505 hat->hat_ht_hash[h]->ht_prev = ht; in htable_attach()