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

Function dev_pager_alloc

freebsd/vm/device_pager.c:221–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221static vm_object_t
222dev_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot,
223 vm_ooffset_t foff, struct ucred *cred)
224{
225
226 return (cdev_pager_allocate(handle, OBJT_DEVICE, &old_dev_pager_ops,
227 size, prot, foff, cred));
228}
229
230void
231cdev_pager_free_page(vm_object_t object, vm_page_t m)

Callers

nothing calls this directly

Calls 1

cdev_pager_allocateFunction · 0.85

Tested by

no test coverage detected