Searched refs:vm_phys_domain (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/vm/
H A Dvm_phys.h94 * vm_phys_domain:
99 vm_phys_domain(vm_page_t m) function
121 vm_phys_domain(m)->vmd_free_count += adj;
H A Dvm_page.c2770 return (&vm_phys_domain(m)->vmd_pagequeues[m->queue]);
2832 pq = &vm_phys_domain(m)->vmd_pagequeues[queue];
3165 pq = &vm_phys_domain(m)->vmd_pagequeues[PQ_INACTIVE];
3178 TAILQ_INSERT_BEFORE(&vm_phys_domain(m)->vmd_inacthead,
H A Dvm_phys.c744 vmd = vm_phys_domain(m);

Completed in 33 milliseconds