Home
last modified time | relevance | path

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

/titanic_50/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()
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()
[all …]
H A Dhtable.h79 struct htable *ht_prev; /* backward link for hash table */ member