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

Function phys_pager_alloc

freebsd/vm/phys_pager.c:147–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147static vm_object_t
148phys_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot,
149 vm_ooffset_t foff, struct ucred *ucred)
150{
151 return (phys_pager_allocate(handle, &default_phys_pg_ops, NULL,
152 size, prot, foff, ucred));
153}
154
155static void
156phys_pager_dealloc(vm_object_t object)

Callers

nothing calls this directly

Calls 1

phys_pager_allocateFunction · 0.85

Tested by

no test coverage detected