Home
last modified time | relevance | path

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

/illumos-gate/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()
955 ht->ht_prev = NULL; in htable_alloc()
1077 ht->ht_next->ht_prev = ht->ht_prev; in htable_purge_hat()
1079 if (ht->ht_prev) { in htable_purge_hat()
1255 ht->ht_next->ht_prev = ht->ht_prev; in htable_release()
1257 if (ht->ht_prev) { in htable_release()
1450 ASSERT(ht->ht_prev == NULL); in htable_create()
1509 ht->ht_prev = NULL; in htable_attach()
1520 ASSERT(ht->ht_prev == NULL); in htable_attach()
[all …]
H A Dhtable.h79 struct htable *ht_prev; /* backward link for hash table */ member