Home
last modified time | relevance | path

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

/illumos-gate/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()
650 hat->hat_ht_cached = ht->ht_next; in htable_steal()
651 ht->ht_next = list; in htable_steal()
[all …]
H A Dhtable.h69 struct htable *ht_next; /* forward link for hash table */ member
/illumos-gate/usr/src/lib/lib9p/common/
H A Dconnection.c153 while ((req = ht_next(&iter)) != NULL) { in l9p_connection_close()
169 while ((fid = ht_next(&iter)) != NULL) { in l9p_connection_close()
H A Dhashtable.h105 void *ht_next(struct ht_iter *iter);
H A Dhashtable.c260 ht_next(struct ht_iter *iter) in ht_next() function
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c587 for (; ht != NULL; ht = htable.ht_next) { in do_va2pa()
730 for (; ht != NULL; ht = htable.ht_next) { in do_report_maps()
864 for (; ht != NULL; ht = htable.ht_next) { in do_ptable_dcmd()
980 for (; ht != NULL; ht = htable.ht_next) { in do_htables_dcmd()