MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_pagequeue_domain

Function vm_pagequeue_domain

freebsd/vm/vm_pagequeue.h:388–393  ·  view source on GitHub ↗

* vm_pagequeue_domain: * * Return the memory domain the page belongs to. */

Source from the content-addressed store, hash-verified

386 * Return the memory domain the page belongs to.
387 */
388static inline struct vm_domain *
389vm_pagequeue_domain(vm_page_t m)
390{
391
392 return (VM_DOMAIN(vm_page_domain(m)));
393}
394
395/*
396 * Return the number of pages we need to free-up or cache

Callers 7

vm_phys_enqueue_contigFunction · 0.85
vm_phys_free_contigFunction · 0.85
vm_page_blacklist_addFunction · 0.85
_vm_page_pagequeueFunction · 0.85
vm_page_free_toqFunction · 0.85
kmem_bootstrap_freeFunction · 0.85

Calls 1

vm_page_domainFunction · 0.85

Tested by

no test coverage detected