Searched refs:vm_map_entry (Results 1 – 6 of 6) sorted by relevance
100 struct vm_map_entry { struct101 struct vm_map_entry *left; /* left child or previous entry */ argument102 struct vm_map_entry *right; /* right child or next entry */ argument204 struct vm_map_entry header; /* List of entries */454 vm_map_entry_read_succ(void *token, struct vm_map_entry *const clone, in vm_map_entry_read_succ()
103 struct vm_map_entry;104 typedef struct vm_map_entry *vm_map_entry_t;
265 kmapentzone = uma_zcreate("KMAP ENTRY", sizeof(struct vm_map_entry), in vm_map_startup()276 mapentzone = uma_zcreate("MAP ENTRY", sizeof(struct vm_map_entry), in vm_map_startup()
198 struct vm_map_entry;314 struct vm_map_entry *td_map_def_user; /* (k) Deferred entries. */1172 void kern_proc_vmmap_resident(struct vm_map *map, struct vm_map_entry *entry,
2180 vm_map_entry entry, *c; in __kmp_is_address_mapped()
460 struct vm_map_entry vmentry; in procstat_getfiles_kvm()