Lines Matching defs:hm_next
44 * structs hangs off of the page_t connected by the hm_next and hm_prev
50 struct hment *hm_next; /* next mapping of same page */
155 hm->hm_next = hment_reserve_pool;
180 hment_reserve_pool = hm->hm_next;
245 hm->hm_next = NULL;
321 hm->hm_next = pp->p_mapping;
511 hm = prev->hm_next;
572 if (hm->hm_next)
573 hm->hm_next->hm_prev = hm->hm_prev;
575 hm->hm_prev->hm_next = hm->hm_next;
577 pp->p_mapping = hm->hm_next;
581 hm->hm_next = NULL;
701 hm = hm->hm_next) {
757 for (hm = pp->p_mapping; hm; hm = hm->hm_next) {