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

12345678

/freebsd-9.3-release/sys/sys/
H A D_kstack_cache.h35 struct vm_object *ksobj;
H A Dimgact.h58 struct vm_object *object; /* The vm object for this vp */
H A Dbufobj.h98 struct vm_object *bo_object; /* v Place to store VM object */
H A Duio.h86 struct vm_object;
H A Dumtx.h199 struct vm_object *object;
/freebsd-9.3-release/sys/vm/
H A Dvm_object.h32 * from: @(#)vm_object.h 8.3 (Berkeley) 1/12/94
84 struct vm_object { struct
86 TAILQ_ENTRY(vm_object) object_list; /* list of all objects */
87 LIST_HEAD(, vm_object) shadow_head; /* objects that this is a shadow for */
88 LIST_ENTRY(vm_object) shadow_list; /* chain of shadow objects */
101 struct vm_object *backing_object; /* object that I'm a shadow of */
103 TAILQ_ENTRY(vm_object) pager_object_list; /* list of all objects of this pager type */
181 TAILQ_HEAD(object_q, vm_object);
186 extern struct vm_object kernel_object_store;
187 extern struct vm_object kmem_object_stor
[all...]
H A Dvm.h98 struct vm_object;
99 typedef struct vm_object *vm_object_t;
H A Dvm_map.c90 #include <vm/vm_object.h>
128 static struct vm_object kmapentobj;
143 ((e)->object.vm_object != NULL && (e)->object.vm_object->cred != NULL && \
493 object = entry->object.vm_object;
1237 (prev_entry->object.vm_object != NULL &&
1238 (prev_entry->object.vm_object->cred == cred))) &&
1239 vm_object_coalesce(prev_entry->object.vm_object,
1266 object = prev_entry->object.vm_object;
1293 new_entry->object.vm_object
[all...]
H A Duma.h451 struct vm_object;
452 int uma_zone_set_obj(uma_zone_t zone, struct vm_object *obj, int size);
H A Ddefault_pager.c51 #include <vm/vm_object.h>
H A Dvm_init.c83 #include <vm/vm_object.h>
/freebsd-9.3-release/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-9.3-release/sys/dev/agp/
H A Dagppriv.h58 struct vm_object *am_obj; /* VM object owning pages */
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_fifoops.c45 #include <vm/vm_object.h>
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dgfp.h38 #include <vm/vm_object.h>
/freebsd-9.3-release/sys/mips/adm5120/
H A Dadm5120_machdep.c54 #include <vm/vm_object.h>
/freebsd-9.3-release/sys/mips/alchemy/
H A Dalchemy_machdep.c54 #include <vm/vm_object.h>
/freebsd-9.3-release/sys/fs/procfs/
H A Dprocfs_map.c64 #include <vm/vm_object.h>
133 obj = entry->object.vm_object;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_context.h106 #include <vm/vm_object.h>
/freebsd-9.3-release/sys/ia64/ia64/
H A Dssc.c47 #include <vm/vm_object.h>
/freebsd-9.3-release/sys/kern/
H A Duipc_cow.c59 #include <vm/vm_object.h>
/freebsd-9.3-release/sys/mips/idt/
H A Didt_machdep.c56 #include <vm/vm_object.h>
/freebsd-9.3-release/sys/mips/rt305x/
H A Drt305x_machdep.c55 #include <vm/vm_object.h>
/freebsd-9.3-release/sys/mips/sentry5/
H A Ds5_machdep.c54 #include <vm/vm_object.h>

Completed in 420 milliseconds

12345678