Home
last modified time | relevance | path

Searched refs:hat_next (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c544 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()
611 hat = kas.a_hat->hat_next; in htable_steal()
631 hat = hat->hat_next; in htable_steal()
716 hat = hat->hat_next; in htable_steal()
[all …]
H A Dhat_i86.c439 hat->hat_next = kas.a_hat->hat_next; in hat_list_append()
440 if (hat->hat_next) in hat_list_append()
441 hat->hat_next->hat_prev = hat; in hat_list_append()
444 kas.a_hat->hat_next = hat; in hat_list_append()
622 hat->hat_next = hat->hat_prev = NULL; in hat_cpu_alloc()
682 hat->hat_prev->hat_next = hat->hat_next; in hat_free_end()
684 kas.a_hat->hat_next = hat->hat_next; in hat_free_end()
685 if (hat->hat_next) in hat_free_end()
686 hat->hat_next->hat_prev = hat->hat_prev; in hat_free_end()
690 hat->hat_next = hat->hat_prev = NULL; in hat_free_end()
[all …]
H A Dhat_i86.h100 struct hat *hat_next; member
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c711 for (hatp = khat; hatp != NULL; hatp = hat.hat_next) { in do_report_maps()
845 for (hatp = khat; hatp != NULL; hatp = hat.hat_next) { in do_ptable_dcmd()