Searched refs:vm_map_entry (Results 1 – 5 of 5) sorted by relevance
106 struct vm_map_entry;107 typedef struct vm_map_entry *vm_map_entry_t;
103 struct vm_map_entry { struct104 struct vm_map_entry *left; /* left child or previous entry */ argument105 struct vm_map_entry *right; /* right child or next entry */ argument207 struct vm_map_entry header; /* List of entries */446 vm_map_entry_read_succ(void *token, struct vm_map_entry *const clone, in vm_map_entry_read_succ()
267 kmapentzone = uma_zcreate("KMAP ENTRY", sizeof(struct vm_map_entry), in vm_map_startup()278 mapentzone = uma_zcreate("MAP ENTRY", sizeof(struct vm_map_entry), in vm_map_startup()
200 struct vm_map_entry;315 struct vm_map_entry *td_map_def_user; /* (k) Deferred entries. */1181 void kern_proc_vmmap_resident(struct vm_map *map, struct vm_map_entry *entry,
462 struct vm_map_entry vmentry; in procstat_getfiles_kvm()