Searched refs:vm_map_entry (Results 1 – 5 of 5) sorted by relevance
107 struct vm_map_entry;108 typedef struct vm_map_entry *vm_map_entry_t;
101 struct vm_map_entry { struct102 struct vm_map_entry *left; /* left child or previous entry */ argument103 struct vm_map_entry *right; /* right child or next entry */ argument204 struct vm_map_entry header; /* List of entries */441 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()
201 struct vm_map_entry;306 struct vm_map_entry *td_map_def_user; /* (k) Deferred entries. */1100 void kern_proc_vmmap_resident(struct vm_map *map, struct vm_map_entry *entry,
467 struct vm_map_entry vmentry; in procstat_getfiles_kvm()