Searched refs:ht_prev (Results 1 – 2 of 2) sorted by relevance
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()[all …]
79 struct htable *ht_prev; /* backward link for hash table */ member