Searched refs:pv_vafree (Results 1 – 2 of 2) sorted by relevance
256 static vm_offset_t pv_vafree; /* freelist stored in the PTE */ variable1044 pmap_ptelist_init(&pv_vafree, pv_chunkbase, pv_maxchunks); in __CONCAT()2323 while ((pc = TAILQ_FIRST(&pv_chunks)) != NULL && (pv_vafree == 0 || in pmap_pv_reclaim()2418 pmap_ptelist_free(&pv_vafree, (vm_offset_t)pc); in pmap_pv_reclaim()2429 if (m_pc == NULL && pv_vafree != 0 && SLIST_EMPTY(&free)) { in pmap_pv_reclaim()2490 pmap_ptelist_free(&pv_vafree, (vm_offset_t)pc); in free_pv_chunk()2545 if (pv_vafree == 0 || in get_pv_entry()2558 pc = (struct pv_chunk *)pmap_ptelist_alloc(&pv_vafree); in get_pv_entry()
282 vm_offset_t pv_vafree; /* freelist stored in the PTE */ variable1809 pmap_pte2list_init(&pv_vafree, pv_chunkbase, pv_maxchunks); in pmap_init()2857 while ((pc = TAILQ_FIRST(&pv_chunks)) != NULL && (pv_vafree == 0 || in pmap_pv_reclaim()2950 pmap_pte2list_free(&pv_vafree, (vm_offset_t)pc); in pmap_pv_reclaim()2960 if (m_pc == NULL && pv_vafree != 0 && SLIST_EMPTY(&free)) { in pmap_pv_reclaim()2985 pmap_pte2list_free(&pv_vafree, (vm_offset_t)pc); in free_pv_chunk()3077 if (pv_vafree == 0 || in get_pv_entry()3090 pc = (struct pv_chunk *)pmap_pte2list_alloc(&pv_vafree); in get_pv_entry()