Home
last modified time | relevance | path

Searched refs:phys_pager_allocate (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/vm/
H A Dphys_pager.c75 phys_pager_allocate(void *handle, const struct phys_pager_ops *ops, void *data, in phys_pager_allocate() function
149 return (phys_pager_allocate(handle, &default_phys_pg_ops, NULL, in phys_pager_alloc()
H A Dvm_pager.h317 vm_object_t phys_pager_allocate(void *handle, const struct phys_pager_ops *ops,
/freebsd/sys/kern/
H A Duipc_shm.c948 shmfd->shm_object = phys_pager_allocate(NULL, in shm_alloc()