Lines Matching refs:TRUE

551 				vm_page_unwire(m, TRUE);	/* reactivates */
598 vm_page_unwire(m, TRUE); /* reactivates */
621 if (m->encrypted_cleaning == TRUE) {
679 m->cleaning = TRUE;
690 new_m->private = TRUE;
691 new_m->pageout = TRUE;
774 m->pageout = TRUE;
855 if (object->internal == TRUE)
863 m->laundry = TRUE;
866 m->pageout_queue = TRUE;
869 if (q->pgo_idle == TRUE) {
903 if (m->object->internal == TRUE)
908 if (m->pageout_queue == TRUE) {
918 if (m->laundry == TRUE) {
923 if (q->pgo_throttled == TRUE) {
927 if (q->pgo_draining == TRUE && q->pgo_laundry == 0) {
931 if (vm_pageout_precleaning_delayed == TRUE) {
934 * don't depend on pgo_throttled == TRUE to indicate that the pageout scan thread
1339 vm_page_free_list(local_freeq, TRUE);
1373 vm_pageout_need_to_refill_clean_queue = TRUE;
1388 vm_page_free_list(local_freeq, TRUE);
1405 vm_pageout_adjust_io_throttles(iq, eq, TRUE);
1464 if (TRUE == vm_purgeable_object_purge_one()) {
1523 can_steal = TRUE;
1538 can_steal = TRUE;
1540 if (can_steal == TRUE)
1592 exceeded_burst_throttle = TRUE;
1680 vm_page_free_list(local_freeq, TRUE);
1724 vm_pageout_adjust_io_throttles(iq, eq, TRUE);
1731 vm_pageout_precleaning_delayed = TRUE;
1770 iq->pgo_throttled = TRUE;
1809 boolean_t pageout_making_free = ((vm_page_free_count + local_freed) < vm_page_free_target); /* TRUE if making free, FALSE if making clean */
1856 if (vm_pageout_need_to_refill_clean_queue == TRUE)
1857 grab_anonymous = TRUE;
1862 if (vm_pageout_need_to_refill_clean_queue == TRUE) {
1890 vm_page_free_list(local_freeq, TRUE);
1902 if (vm_pageout_need_to_refill_clean_queue == TRUE)
1997 if (m_want == NULL && vm_pageout_need_to_refill_clean_queue == TRUE) {
2013 try_failed = TRUE;
2072 VM_PAGE_ENQUEUE_INACTIVE(m, TRUE);
2110 m->busy = TRUE;
2119 vm_page_remove(m, TRUE);
2149 if (m->pmapped == TRUE) {
2206 if (m->reference == FALSE && m->pmapped == TRUE) {
2210 m->reference = TRUE;
2223 * note: if m->encrypted_cleaning == TRUE, then
2224 * m->cleaning == TRUE
2252 if (m->reference == TRUE) {
2323 forced_reclaim = TRUE;
2354 inactive_throttled = TRUE;
2356 inactive_throttled = TRUE;
2367 m->throttled = TRUE;
2374 if (inactive_throttled == TRUE) {
2400 m->active = TRUE;
2454 if (m->pmapped == TRUE) {
2467 m->reference = TRUE;
2515 if (m->reference == TRUE) {
2543 if (vm_pageout_need_to_refill_clean_queue == TRUE || page_prev_state == PAGE_STATE_CLEAN) {
2569 inactive_throttled = TRUE;
2571 inactive_throttled = TRUE;
2574 if (inactive_throttled == TRUE)
2595 if (delayed_unlock++ > delayed_unlock_limit || try_failed == TRUE) {
2608 vm_page_free_list(local_freeq, TRUE);
2719 q->pgo_busy = TRUE;
2793 TRUE);
2897 q->pgo_idle = TRUE;
2915 if (hibernate_cleaning_in_progress == TRUE)
2918 if (iq->pgo_inited == TRUE && iq->pgo_lowpriority != req_lowpriority)
2919 set_iq = TRUE;
2921 if (eq->pgo_inited == TRUE && eq->pgo_lowpriority != req_lowpriority)
2922 set_eq = TRUE;
2924 if (set_iq == TRUE || set_eq == TRUE) {
2928 if (req_lowpriority == TRUE) {
2935 if (set_iq == TRUE) {
2939 if (set_eq == TRUE) {
2961 vm_pageout_queue_external.pgo_lowpriority = TRUE;
2962 vm_pageout_queue_external.pgo_inited = TRUE;
2984 vm_pageout_queue_internal.pgo_lowpriority = TRUE;
2985 vm_pageout_queue_internal.pgo_inited = TRUE;
3014 set_up_thread = TRUE;
3042 boolean_t first_try = TRUE;
3052 if (first_try == TRUE || buf_large_zfree == TRUE) {
3061 } while (buf_large_zfree == TRUE && vm_page_free_count < vm_page_free_target);
3315 vm_object_collapse(object, 0, TRUE);
3513 upl->map_object->pageout = TRUE;
3658 if ( (hibernate_cleaning_in_progress == TRUE ||
3668 if (dst_page->laundry == TRUE) {
3677 vm_pageout_steal_laundry(dst_page, TRUE);
3720 dst_page->busy = TRUE;
3729 if (dst_page->pageout_queue == TRUE) {
3733 if (dst_page->pageout_queue == TRUE) {
3753 encountered_lrp = TRUE;
3762 dirty = hw_dirty ? TRUE : dst_page->dirty;
3781 dst_page->cleaning = TRUE;
3810 dst_page->precious = TRUE;
3827 dst_page->busy = TRUE;
3828 dst_page->encrypted_cleaning = TRUE;
3832 dst_page->pageout = TRUE;
3984 dst_page->absent = TRUE;
3996 dst_page->clustered = TRUE;
4007 dst_page->encrypted = TRUE;
4015 dst_page->overwriting = TRUE;
4030 dirty = hw_dirty ? TRUE : dst_page->dirty;
4046 dst_page->cleaning = TRUE;
4065 dirty = TRUE;
4081 dst_page->precious = TRUE;
4088 dst_page->busy = TRUE;
4108 dst_page->precious = TRUE;
4127 if (dst_page->clustered == TRUE)
4435 entry->needs_copy = TRUE;
4658 upl->map_object->pageout = TRUE;
4690 alias_page->private = TRUE;
4691 alias_page->pageout = TRUE;
4770 m->pmapped = TRUE;
4775 /* m->wpmapped = TRUE; */
4778 PMAP_ENTER(map->pmap, addr, m, VM_PROT_ALL, VM_PROT_NONE, 0, TRUE);
5036 should_be_throttled = TRUE;
5196 if (m->encrypted_cleaning == TRUE) {
5243 m->busy = TRUE;
5278 m->was_dirty = TRUE;
5282 } else if (should_be_throttled == TRUE && !m->active && !m->inactive && !m->speculative && !m->throttled) {
5383 *empty = TRUE;
5393 vm_object_collapse(shadow_object, 0, TRUE);
5411 * part of a Vectored UPL and if empty is TRUE, then
5414 * within that Vectored UPL. If so, set empty to TRUE
5418 if(*empty==TRUE) {
5595 boolean_t must_free = TRUE;
5603 m->restart = TRUE;
5605 m->unusual = TRUE;
5609 m->unusual = TRUE;
5614 m->error = TRUE;
5615 m->unusual = TRUE;
5628 must_free = TRUE;
5653 * method (i.e. setting 'busy' to TRUE)
5661 if (must_free == TRUE)
5691 * method (i.e. setting 'busy' to TRUE)
5697 if (m->encrypted_cleaning == TRUE) {
5788 *empty = TRUE;
5798 vm_object_collapse(shadow_object, 0, TRUE);
5816 * part of a Vectored UPL and if empty is TRUE, then
5819 * within that Vectored UPL. If so, set empty to TRUE
5823 if(*empty == TRUE) {
5936 no_zero_fill = TRUE;
6023 object->blocked_access = TRUE;
6038 user_page_list[0].device = TRUE;
6052 object->true_share = TRUE;
6110 fault_info.mark_zf_absent = TRUE;
6152 fault_info.batch_pmap_op = TRUE;
6316 low_page->reference = TRUE;
6343 dst_page->busy = TRUE;
6352 SET_PAGE_DIRTY(dst_page, TRUE);
6373 if (dst_page->clustered == TRUE)
6406 vm_object_set_pmap_cache_attr(object, user_page_list, entry, TRUE);
6426 object->blocked_access = TRUE;
6451 need_unwire = TRUE;
6473 if (need_unwire == TRUE)
6474 vm_page_unwire(dst_page, TRUE);
6480 if (need_unwire == TRUE)
6488 vm_object_collapse(object, 0, TRUE);
6522 upls_locked = TRUE; /* the UPLs will need to be unlocked */
6592 user_page_list[index++].needed = TRUE;
6679 map_entry->permanent = TRUE;
6775 vm_paging_page_inuse[i] = TRUE;
6778 page->pmapped = TRUE;
6792 TRUE);
6873 page->pmapped = TRUE;
6882 TRUE);
6996 swap_crypt_ctx_initialized = TRUE;
7047 swap_crypt_ctx_tested = TRUE;
7082 vm_pages_encrypted = TRUE;
7187 page->encrypted = TRUE;
7576 return TRUE;
7609 return TRUE;
7884 result = TRUE;
7969 page->slid = TRUE;
7971 page->error = TRUE;