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()
950 ht->ht_prev = NULL; in htable_alloc()
1072 ht->ht_next->ht_prev = ht->ht_prev; in htable_purge_hat()
1074 if (ht->ht_prev) { in htable_purge_hat()
1075 ht->ht_prev->ht_next = ht->ht_next; in htable_purge_hat()
1253 ht->ht_next->ht_prev = ht->ht_prev; in htable_release()
1255 if (ht->ht_prev) { in htable_release()
1256 ht->ht_prev->ht_next = ht->ht_next; in htable_release()
1448 ASSERT(ht->ht_prev == NULL); in htable_create()
1450 hat->hat_ht_hash[h]->ht_prev = ht; in htable_create()
1507 ht->ht_prev = NULL; in htable_attach()
1518 ASSERT(ht->ht_prev == NULL); in htable_attach()
1520 hat->hat_ht_hash[h]->ht_prev = ht; in htable_attach()