Lines Matching refs:hat_next
544 hat->hat_prev->hat_next = hat->hat_next; in move_victim()
546 kas.a_hat->hat_next = hat->hat_next; in move_victim()
548 if (hat->hat_next) in move_victim()
549 hat->hat_next->hat_prev = hat->hat_prev; in move_victim()
553 hat->hat_next = NULL; in move_victim()
556 hat->hat_prev->hat_next = hat; in move_victim()
558 kas.a_hat->hat_next = hat; in move_victim()
596 hat = kas.a_hat->hat_next; in htable_steal()
613 hat = hat->hat_next; in htable_steal()
697 hat = hat->hat_next; in htable_steal()
2489 for (hat = kas.a_hat; hat != NULL; hat = hat->hat_next) { in hat_dump()