Searched refs:pp_targ (Results 1 – 1 of 1) sorted by relevance
1722 page_t *pp_targ; in delete_memory_thread() local1962 pp_targ = in delete_memory_thread()1965 if (pp_targ != NULL) { in delete_memory_thread()2024 pp_targ = page_get_replacement_page(pp, in delete_memory_thread()2026 if (pp_targ != NULL) { in delete_memory_thread()2159 result = page_relocate(&pp, &pp_targ, 0, 0, in delete_memory_thread()2175 page_free_replacement_page(pp_targ); in delete_memory_thread()2200 while (pp_targ != NULL) { in delete_memory_thread()2204 tpp_targ = pp_targ; in delete_memory_thread()2205 page_sub(&pp_targ, tpp_targ); in delete_memory_thread()[all …]