Searched defs:kinfo_vmobject (Results 1 – 2 of 2) sorted by relevance
542 struct kinfo_vmobject { struct543 int kvo_structsize; /* Variable size of record. */544 int kvo_type; /* Object type: KVME_TYPE_*. */545 uint64_t kvo_size; /* Object size in pages. */548 int kvo_ref_count; /* Reference count. */549 int kvo_shadow_count; /* Shadow count. */550 int kvo_memattr; /* Memory attribute. */554 uint64_t kvo_vn_fsid;555 uint64_t _kvo_qspare[7];556 uint32_t _kvo_ispare[8];[all …]
493 struct kinfo_vmobject { struct494 int kvo_structsize; /* Variable size of record. */495 int kvo_type; /* Object type: KVME_TYPE_*. */496 uint64_t kvo_size; /* Object size in pages. */499 int kvo_ref_count; /* Reference count. */500 int kvo_shadow_count; /* Shadow count. */501 int kvo_memattr; /* Memory attribute. */503 uint64_t kvo_active; /* Number of active pages. */505 uint64_t _kvo_qspare[8];506 uint32_t _kvo_ispare[8];[all …]