Searched refs:OBJT_SWAP (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/sys/vm/ |
| H A D | vm.h | 91 OBJT_SWAP, enumerator 92 OBJT_DEFAULT = OBJT_SWAP,
|
| H A D | vm_pager.c | 167 [OBJT_SWAP] = &swappagerops, 407 (base_type >= OBJT_SWAP && base_type < nitems(pagertab))); in vm_pager_alloc_dyn_type()
|
| H A D | vm_glue.c | 464 kstack_object = vm_object_allocate(OBJT_SWAP, in kstack_cache_init()
|
| H A D | vm_object.c | 417 case OBJT_SWAP: in vm_object_allocate() 475 _vm_object_allocate(OBJT_SWAP, size, in vm_object_allocate_anon() 688 KASSERT(object->type == OBJT_SWAP, in vm_object_deallocate()
|
| H A D | swap_pager.c | 733 object = swap_pager_alloc_init(OBJT_SWAP, handle, cred, in swap_pager_alloc() 742 object = swap_pager_alloc_init(OBJT_SWAP, handle, cred, in swap_pager_alloc()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_shmemfs.c | 85 filp->f_shmem = vm_pager_allocate(OBJT_SWAP, NULL, size, in linux_shmem_file_setup()
|
| /freebsd-14.2/sys/dev/drm2/ttm/ |
| H A D | ttm_tt.c | 326 obj = vm_pager_allocate(OBJT_SWAP, NULL, in ttm_tt_swapout()
|
| /freebsd-14.2/sys/dev/drm2/ |
| H A D | drm_gem.c | 112 obj->vm_obj = vm_pager_allocate(OBJT_SWAP, NULL, size, in drm_gem_object_init()
|
| /freebsd-14.2/sys/dev/agp/ |
| H A D | agp.c | 513 mem->am_obj = vm_object_allocate(OBJT_SWAP, atop(round_page(size))); in agp_generic_alloc_memory()
|
| H A D | agp_i810.c | 1745 mem->am_obj = vm_object_allocate(OBJT_SWAP, in agp_i810_alloc_memory()
|
| /freebsd-14.2/sys/fs/cuse/ |
| H A D | cuse.c | 467 object = vm_pager_allocate(OBJT_SWAP, NULL, PAGE_SIZE * page_count, in cuse_server_alloc_memory()
|
| /freebsd-14.2/sys/kern/ |
| H A D | sysv_shm.c | 733 shm_object = vm_pager_allocate(shm_use_phys ? OBJT_PHYS : OBJT_SWAP, in shmget_allocate_segment()
|
| H A D | uipc_shm.c | 1042 OBJT_SWAP); in shm_init()
|
| /freebsd-14.2/sys/fs/tmpfs/ |
| H A D | tmpfs_subr.c | 364 OBJT_SWAP); in tmpfs_subr_init()
|
| /freebsd-14.2/sys/dev/md/ |
| H A D | md.c | 1652 sc->object = vm_pager_allocate(OBJT_SWAP, NULL, PAGE_SIZE * npage, in mdcreate_swap()
|
| /freebsd-14.2/sys/amd64/vmm/ |
| H A D | vmm.c | 830 obj = vm_object_allocate(OBJT_SWAP, len >> PAGE_SHIFT); in vm_alloc_memseg()
|