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.c76 phys_pager_allocate(void *handle, const struct phys_pager_ops *ops, void *data, in phys_pager_allocate() function
150 return (phys_pager_allocate(handle, &default_phys_pg_ops, NULL, in phys_pager_alloc()
H A Dvm_pager.h321 vm_object_t phys_pager_allocate(void *handle, const struct phys_pager_ops *ops,
/freebsd/sys/kern/
H A Duipc_shm.c912 obj = phys_pager_allocate(NULL, &shm_largepage_phys_ops, in shm_alloc()