Home
last modified time | relevance | path

Searched refs:ht_prev (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/i86pc/vm/
H A Dhtable.c506 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 …]
H A Dhtable.h79 struct htable *ht_prev; /* backward link for hash table */ member