Searched defs:vm_object (Results 1 – 1 of 1) sorted by relevance
136 struct vm_object { struct139 TAILQ_ENTRY(vm_object) object_entry; argument151 TAILQ_ENTRY(vm_object) pager_object_entry; /* optional use by pager */ argument157 * Record threads holding a vm_object argument161 char debug_hold_thrs[VMOBJ_DEBUG_ARRAY_SIZE][64];162 const char *debug_hold_file[VMOBJ_DEBUG_ARRAY_SIZE];163 int debug_hold_line[VMOBJ_DEBUG_ARRAY_SIZE];164 int debug_index;167 union {178 } un_pager;[all …]