Lines Matching refs:ht_next

363 	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()
670 for (ht = list; (ht) && (reap); ht = ht->ht_next) { in htable_steal()
762 list = ht->ht_next; in htable_reap()
807 hat->hat_ht_cached = ht->ht_next; in htable_alloc()
954 ht->ht_next = NULL; in htable_alloc()
995 ht->ht_next = hat->hat_ht_cached; in htable_free()
1055 hat->hat_ht_cached = ht->ht_next; in htable_purge_hat()
1067 hat->hat_ht_cached = ht->ht_next; in htable_purge_hat()
1076 if (ht->ht_next) in htable_purge_hat()
1077 ht->ht_next->ht_prev = ht->ht_prev; in htable_purge_hat()
1080 ht->ht_prev->ht_next = ht->ht_next; in htable_purge_hat()
1083 hat->hat_ht_hash[h] = ht->ht_next; in htable_purge_hat()
1254 if (ht->ht_next) in htable_release()
1255 ht->ht_next->ht_prev = ht->ht_prev; in htable_release()
1258 ht->ht_prev->ht_next = ht->ht_next; in htable_release()
1261 hat->hat_ht_hash[hashval] = ht->ht_next; in htable_release()
1309 for (ht = hat->hat_ht_hash[hashval]; ht; ht = ht->ht_next) { in htable_lookup()
1343 h = h->ht_next) in htable_acquire()
1398 for (ht = hat->hat_ht_hash[h]; ht; ht = ht->ht_next) { in htable_create()
1449 ht->ht_next = hat->hat_ht_hash[h]; in htable_create()
1508 ht->ht_next = NULL; in htable_attach()
1519 ht->ht_next = hat->hat_ht_hash[h]; in htable_attach()
2471 for (ht = hat->hat_ht_hash[h]; ht; ht = ht->ht_next) { in hat_dump()