Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/vm/
H A Dhtable.c543 if (hat->hat_prev) in move_victim()
544 hat->hat_prev->hat_next = hat->hat_next; in move_victim()
549 hat->hat_next->hat_prev = hat->hat_prev; in move_victim()
551 kas.a_hat->hat_prev = hat->hat_prev; in move_victim()
554 hat->hat_prev = kas.a_hat->hat_prev; in move_victim()
555 if (hat->hat_prev) in move_victim()
556 hat->hat_prev->hat_next = hat; in move_victim()
560 kas.a_hat->hat_prev = hat; in move_victim()
679 kas.a_hat->hat_prev != hat) in htable_steal()
H A Dhat_i86.h92 struct hat *hat_prev; member
H A Dhat_i86.c377 hat->hat_prev = NULL; in hat_alloc()
380 hat->hat_next->hat_prev = hat; in hat_alloc()
382 kas.a_hat->hat_prev = hat; in hat_alloc()
429 if (hat->hat_prev) in hat_free_end()
430 hat->hat_prev->hat_next = hat->hat_next; in hat_free_end()
434 hat->hat_next->hat_prev = hat->hat_prev; in hat_free_end()
436 kas.a_hat->hat_prev = hat->hat_prev; in hat_free_end()
438 hat->hat_next = hat->hat_prev = NULL; in hat_free_end()
745 kas.a_hat->hat_prev = NULL; in hat_init()