Home
last modified time | relevance | path

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

/illumos-gate/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()
698 kas.a_hat->hat_prev != hat) in htable_steal()
H A Dhat_i86.h101 struct hat *hat_prev; member
H A Dhat_i86.c438 hat->hat_prev = NULL; in hat_list_append()
441 hat->hat_next->hat_prev = hat; in hat_list_append()
443 kas.a_hat->hat_prev = hat; in hat_list_append()
622 hat->hat_next = hat->hat_prev = NULL; in hat_cpu_alloc()
681 if (hat->hat_prev) in hat_free_end()
682 hat->hat_prev->hat_next = hat->hat_next; in hat_free_end()
686 hat->hat_next->hat_prev = hat->hat_prev; in hat_free_end()
688 kas.a_hat->hat_prev = hat->hat_prev; in hat_free_end()
690 hat->hat_next = hat->hat_prev = NULL; in hat_free_end()
1032 kas.a_hat->hat_prev = NULL; in hat_init()