Searched refs:VM_PURGABLE_EMPTY (Results 1 – 11 of 11) sorted by relevance
152 #define VM_PURGABLE_EMPTY 2 /* purgeable object is volatile and empty */ macro
845 assert(object->purgable == VM_PURGABLE_EMPTY); in vm_purgeable_object_purge_all()997 assert(object->purgable == VM_PURGABLE_EMPTY); in vm_purgeable_object_purge_one()1236 if (state == VM_PURGABLE_EMPTY) { in vm_purgeable_account()1339 assert(object->purgable == VM_PURGABLE_EMPTY); in vm_purgeable_queue_purge_task_owned()1529 old_state == VM_PURGABLE_EMPTY) { in vm_purgeable_accounting()1714 case VM_PURGABLE_EMPTY: in vm_object_owner_compressed_update()
1459 VM_OBJECT_SET_PURGABLE(object, VM_PURGABLE_EMPTY); in vm_object_reap()1461 object->purgable == VM_PURGABLE_EMPTY) { in vm_object_reap()5655 VM_OBJECT_SET_PURGABLE(object, VM_PURGABLE_EMPTY);5657 assert(object->purgable == VM_PURGABLE_EMPTY);5865 if (old_state == VM_PURGABLE_EMPTY) {5867 new_state = VM_PURGABLE_EMPTY;5871 new_state = VM_PURGABLE_EMPTY;5928 old_state == VM_PURGABLE_EMPTY) {5957 assert(old_state != VM_PURGABLE_EMPTY);5973 old_state == VM_PURGABLE_EMPTY) {[all …]
249 cobject->purgable == VM_PURGABLE_EMPTY); in vm32_region_info()460 cobject->purgable == VM_PURGABLE_EMPTY); in vm32_region_info_64()
746 shadow_object->purgable != VM_PURGABLE_EMPTY) { in upl_commit_range()875 assert(m_object->purgable != VM_PURGABLE_EMPTY); in upl_commit_range()1191 assert(shadow_object->purgable != VM_PURGABLE_EMPTY); in upl_commit_range()
404 (object)->purgable == VM_PURGABLE_EMPTY))
1967 object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_insert_internal()1981 } else if (object->purgable == VM_PURGABLE_EMPTY && in vm_page_insert_internal()2293 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_remove()4211 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_free_prepare_queues()4730 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_wire()4858 m_object->purgable == VM_PURGABLE_EMPTY)) { in vm_page_unwire()4892 if (m_object->purgable == VM_PURGABLE_EMPTY) { in vm_page_unwire()7319 if (m_object->purgable == VM_PURGABLE_VOLATILE || m_object->purgable == VM_PURGABLE_EMPTY) { in hibernate_flush_queue()7722 || (VM_PURGABLE_EMPTY == object->purgable); in hibernate_consider_discard()7797 VM_OBJECT_SET_PURGABLE(m_object, VM_PURGABLE_EMPTY); in hibernate_discard_page()
3486 if (object->purgable == VM_PURGABLE_EMPTY) {7658 object->purgable == VM_PURGABLE_EMPTY) {7727 assert(object->purgable != VM_PURGABLE_EMPTY);7772 assert(object->purgable != VM_PURGABLE_EMPTY);7869 assert(object->purgable != VM_PURGABLE_EMPTY);8315 object->purgable != VM_PURGABLE_EMPTY &&
19699 object->purgable == VM_PURGABLE_EMPTY) && in vm_map_footprint_query_page_info()21774 …if ((src_object->purgable == VM_PURGABLE_EMPTY) || (src_object->purgable == VM_PURGABLE_VOLATILE))… in vm_map_freeze()22153 object->purgable != VM_PURGABLE_EMPTY) { in vm_map_query_volatile()
486 state = VM_PURGABLE_EMPTY;493 state != VM_PURGABLE_EMPTY) {526 T_ASSERT_EQ(state, VM_PURGABLE_EMPTY, "EMPTY->VOLATILE: state == %s",546 T_ASSERT_EQ(state, VM_PURGABLE_EMPTY, "EMPTY->NONVOLATILE: state == %s",
313 *state = VM_PURGABLE_EMPTY | (newState & ~kIOMemoryPurgeableControlMask); in purgeableControlBits()342 case VM_PURGABLE_EMPTY: in purgeableStateBits()