Searched refs:dirty_shared_count (Results 1 – 1 of 1) sorted by relevance
22074 unsigned int dirty_private_count = 0, dirty_shared_count = 0, obj_pages_snapshot = 0; in vm_map_freeze() local22199 dirty_shared_count += obj_pages_snapshot; in vm_map_freeze()22213 dirty_shared_count -= obj_pages_snapshot; in vm_map_freeze()22252 *shared_count = (unsigned int) ((dirty_shared_count * PAGE_SIZE_64) / (1024 * 1024ULL)); in vm_map_freeze()22256 if (dirty_shared_count > shared_pages_threshold) { in vm_map_freeze()22262 if (dirty_shared_count && in vm_map_freeze()22263 … ((dirty_private_count / dirty_shared_count) < memorystatus_freeze_private_shared_pages_ratio)) { in vm_map_freeze()22270 dirty_shared_count = dirty_private_count = 0; in vm_map_freeze()