Searched refs:vm_object (Results 1 - 25 of 197) sorted by relevance

12345678

/freebsd-12-stable/sys/sys/
H A D_kstack_cache.h37 struct vm_object *ksobj;
H A Dshm.h127 struct vm_object;
135 struct vm_object *object;
H A Duio.h78 struct vm_object;
103 int uiomove_object(struct vm_object *obj, off_t obj_size, struct uio *uio);
H A Dimgact.h64 struct vm_object *object; /* The vm object for this vp */
H A Dbufobj.h102 struct vm_object *bo_object; /* v Place to store VM object */
H A Dumtx.h169 struct vm_object *object;
/freebsd-12-stable/sys/vm/
H A Dvm_domainset.h43 int vm_domainset_iter_page(struct vm_domainset_iter *, struct vm_object *,
46 struct vm_object *, vm_pindex_t, int *, int *);
H A Dvm.h104 struct vm_object;
105 typedef struct vm_object *vm_object_t;
H A Dvm_object.h34 * from: @(#)vm_object.h 8.3 (Berkeley) 1/12/94
98 struct vm_object { struct
100 TAILQ_ENTRY(vm_object) object_list; /* list of all objects */
101 LIST_HEAD(, vm_object) shadow_head; /* objects that this is a shadow for */
102 LIST_ENTRY(vm_object) shadow_list; /* chain of shadow objects */
116 struct vm_object *backing_object; /* object that I'm a shadow of */
118 TAILQ_ENTRY(vm_object) pager_object_list; /* list of all objects of this pager type */
210 * Helpers to perform conversion between vm_object page indexes and offsets.
233 TAILQ_HEAD(object_q, vm_object);
238 extern struct vm_object kernel_object_stor
[all...]
H A Dvm_domainset.c49 #include <vm/vm_object.h>
67 int *iter, struct vm_object *obj, vm_pindex_t pindex)
199 vm_domainset_iter_page_init(struct vm_domainset_iter *di, struct vm_object *obj,
223 vm_domainset_iter_page(struct vm_domainset_iter *di, struct vm_object *obj,
324 vm_domainset_iter_page(struct vm_domainset_iter *di, struct vm_object *obj,
332 vm_domainset_iter_page_init(struct vm_domainset_iter *di, struct vm_object *obj,
H A Dvm_map.c95 #include <vm/vm_object.h>
155 ((e)->object.vm_object != NULL && (e)->object.vm_object->cred != NULL && \
517 object = entry->object.vm_object;
589 object = entry->object.vm_object;
1538 (prev_entry->object.vm_object != NULL &&
1539 prev_entry->object.vm_object->cred == cred)) &&
1540 vm_object_coalesce(prev_entry->object.vm_object,
1571 object = prev_entry->object.vm_object;
1593 new_entry->object.vm_object
[all...]
H A Ddefault_pager.c45 #include <vm/vm_object.h>
H A Duma_dbg.c51 #include <vm/vm_object.h>
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_mem.h35 struct vm_object;
38 struct vm_object *vmm_mmio_alloc(struct vmspace *, vm_paddr_t gpa, size_t len,
H A Dvmm_mem.c45 #include <vm/vm_object.h>
/freebsd-12-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_vm.c37 #include <vm/vm_object.h>
/freebsd-12-stable/sys/fs/tmpfs/
H A Dtmpfs_fifoops.c47 #include <vm/vm_object.h>
/freebsd-12-stable/sys/dev/drm2/ttm/
H A Dttm_bo_api.h213 struct vm_object *persistent_swap_storage;
499 struct vm_object *persistent_swap_storage,
536 struct vm_object *persistent_swap_storage,
H A Dttm_bo_driver.h121 struct vm_object *swap_storage;
681 struct vm_object *persistent_swap_storage);
/freebsd-12-stable/sys/dev/agp/
H A Dagppriv.h60 struct vm_object *am_obj; /* VM object owning pages */
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_bmap.c52 #include <vm/vm_object.h>
59 #include <vm/vm_object.h>
/freebsd-12-stable/sys/compat/cloudabi/
H A Dcloudabi_vdso.c38 #include <vm/vm_object.h>
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h42 #include <vm/vm_object.h>
/freebsd-12-stable/sys/fs/procfs/
H A Dprocfs_map.c64 #include <vm/vm_object.h>
132 obj = entry->object.vm_object;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_context.h105 #include <vm/vm_object.h>

Completed in 135 milliseconds

12345678