Searched refs:phys_pager_allocate (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/vm/ |
H A D | phys_pager.c | 76 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 D | vm_pager.h | 321 vm_object_t phys_pager_allocate(void *handle, const struct phys_pager_ops *ops,
|
/freebsd/sys/kern/ |
H A D | uipc_shm.c | 912 obj = phys_pager_allocate(NULL, &shm_largepage_phys_ops, in shm_alloc()
|