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

Function vm_page_alloc_domain

freebsd/vm/vm_page.c:1984–1992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1982}
1983
1984vm_page_t
1985vm_page_alloc_domain(vm_object_t object, vm_pindex_t pindex, int domain,
1986 int req)
1987{
1988
1989 return (vm_page_alloc_domain_after(object, pindex, domain, req,
1990 object != NULL ? vm_radix_lookup_le(&object->rtree, pindex) :
1991 NULL));
1992}
1993
1994/*
1995 * Allocate a page in the specified object with the given page index. To

Callers 6

pmap_init_pv_tableFunction · 0.85
uma_small_allocFunction · 0.85
mp_realloc_pcpuFunction · 0.85
uma_small_allocFunction · 0.85
pcpu_page_allocFunction · 0.85
noobj_allocFunction · 0.85

Calls 2

vm_radix_lookup_leFunction · 0.85

Tested by

no test coverage detected