Home
last modified time | relevance | path

Searched refs:ht_next (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/i86pc/vm/
H A Dhtable.c363 ht->ht_next = htable_reserve_pool; in htable_put_reserve()
382 htable_reserve_pool = ht->ht_next; in htable_get_reserve()
449 for (ht = hat->hat_ht_hash[h]; ht; ht = ht->ht_next) { in htable_steal_active()
505 if (ht->ht_next) in htable_steal_active()
506 ht->ht_next->ht_prev = ht->ht_prev; in htable_steal_active()
509 ht->ht_prev->ht_next = ht->ht_next; in htable_steal_active()
512 hat->hat_ht_hash[h] = ht->ht_next; in htable_steal_active()
521 ht->ht_next = *list; in htable_steal_active()
631 hat->hat_ht_cached = ht->ht_next; in htable_steal()
632 ht->ht_next = list; in htable_steal()
[all …]
H A Dhtable.h69 struct htable *ht_next; /* forward link for hash table */ member
/titanic_44/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c610 for (; ht != NULL; ht = htable.ht_next) { in do_va2pa()
755 for (; ht != NULL; ht = htable.ht_next) { in do_report_maps()
896 for (; ht != NULL; ht = htable.ht_next) { in do_ptable_dcmd()
1001 for (; ht != NULL; ht = htable.ht_next) { in do_htables_dcmd()