sys/sys/proc.h
153
struct vmspace_entry;
sys/sys/vkernel.h
63
struct vmspace_entry;
sys/sys/vkernel.h
65
RB_PROTOTYPE(vmspace_rb_tree, vmspace_entry, rb_entry, rb_vmspace_compare);
sys/sys/vkernel.h
79
struct vmspace_entry *ve;
sys/sys/vkernel.h
80
struct vmspace_entry *ve_cache[VE_CACHE_COUNT];
sys/sys/vkernel.h
87
RB_HEAD(vmspace_rb_tree, vmspace_entry) root;
sys/sys/vkernel.h
99
RB_ENTRY(vmspace_entry) rb_entry;
sys/vm/pmap.h
94
struct vmspace_entry;
sys/vm/vm_vmspace.c
150
struct vmspace_entry *ve;
sys/vm/vm_vmspace.c
182
ve = kmalloc(sizeof(struct vmspace_entry), M_VKERNEL, M_WAITOK|M_ZERO);
sys/vm/vm_vmspace.c
213
struct vmspace_entry *ve;
sys/vm/vm_vmspace.c
251
struct vmspace_entry *ve = NULL;
sys/vm/vm_vmspace.c
340
struct vmspace_entry *ve;
sys/vm/vm_vmspace.c
374
struct vmspace_entry *ve;
sys/vm/vm_vmspace.c
457
struct vmspace_entry *ve;
sys/vm/vm_vmspace.c
491
struct vmspace_entry *ve;
sys/vm/vm_vmspace.c
520
struct vmspace_entry *ve;
sys/vm/vm_vmspace.c
55
static struct vmspace_entry *vkernel_find_vmspace(struct vkernel_proc *vkp,
sys/vm/vm_vmspace.c
57
static int vmspace_entry_delete(struct vmspace_entry *ve,
sys/vm/vm_vmspace.c
572
static int rb_vmspace_compare(struct vmspace_entry *, struct vmspace_entry *);
sys/vm/vm_vmspace.c
573
RB_GENERATE(vmspace_rb_tree, vmspace_entry, rb_entry, rb_vmspace_compare);
sys/vm/vm_vmspace.c
582
rb_vmspace_compare(struct vmspace_entry *a, struct vmspace_entry *b)
sys/vm/vm_vmspace.c
59
static void vmspace_entry_cache_ref(struct vmspace_entry *ve);
sys/vm/vm_vmspace.c
596
rb_vmspace_delete(struct vmspace_entry *ve, void *data)
sys/vm/vm_vmspace.c
60
static void vmspace_entry_cache_drop(struct vmspace_entry *ve);
sys/vm/vm_vmspace.c
61
static void vmspace_entry_drop(struct vmspace_entry *ve);
sys/vm/vm_vmspace.c
62
static void ve_cache_enter(struct vkernel_lwp *vklp, struct vmspace_entry *ve);
sys/vm/vm_vmspace.c
625
vmspace_entry_delete(struct vmspace_entry *ve, struct vkernel_proc *vkp,
sys/vm/vm_vmspace.c
63
static struct vmspace_entry *ve_cache_find(struct vkernel_lwp *vklp, void *id);
sys/vm/vm_vmspace.c
667
vmspace_entry_cache_ref(struct vmspace_entry *ve)
sys/vm/vm_vmspace.c
681
vmspace_entry_cache_drop(struct vmspace_entry *ve)
sys/vm/vm_vmspace.c
695
vmspace_entry_drop(struct vmspace_entry *ve)
sys/vm/vm_vmspace.c
710
struct vmspace_entry *
sys/vm/vm_vmspace.c
713
struct vmspace_entry *ve;
sys/vm/vm_vmspace.c
714
struct vmspace_entry key;
sys/vm/vm_vmspace.c
72
ve_cache_enter(struct vkernel_lwp *vklp, struct vmspace_entry *ve)
sys/vm/vm_vmspace.c
814
struct vmspace_entry *ve;
sys/vm/vm_vmspace.c
852
struct vmspace_entry *ve;
sys/vm/vm_vmspace.c
88
struct vmspace_entry *
sys/vm/vm_vmspace.c
91
struct vmspace_entry *ve;