Lines Matching refs:FALSE

430 	entry->waiting = FALSE;
504 zone_change(vm_object_zone, Z_CALLERACCT, FALSE); /* don't charge caller */
536 zone_change(vm_object_hash_zone, Z_CALLERACCT, FALSE);
582 vm_object_template.all_wanted = 0; /* all bits FALSE */
583 vm_object_template.pager_created = FALSE;
584 vm_object_template.pager_initialized = FALSE;
585 vm_object_template.pager_ready = FALSE;
586 vm_object_template.pager_trusted = FALSE;
587 vm_object_template.can_persist = FALSE;
590 vm_object_template.private = FALSE;
591 vm_object_template.pageout = FALSE;
594 vm_object_template.shadowed = FALSE;
595 vm_object_template.silent_overwrite = FALSE;
596 vm_object_template.advisory_pageout = FALSE;
597 vm_object_template.true_share = FALSE;
598 vm_object_template.terminating = FALSE;
599 vm_object_template.named = FALSE;
600 vm_object_template.shadow_severed = FALSE;
601 vm_object_template.phys_contiguous = FALSE;
602 vm_object_template.nophyscache = FALSE;
626 vm_object_template.set_cache_attr = FALSE;
627 vm_object_template.code_signed = FALSE;
628 vm_object_template.hashed = FALSE;
629 vm_object_template.transposed = FALSE;
630 vm_object_template.mapping_in_progress = FALSE;
631 vm_object_template.volatile_empty = FALSE;
632 vm_object_template.volatile_fault = FALSE;
633 vm_object_template.all_reusable = FALSE;
634 vm_object_template.blocked_access = FALSE;
765 boolean_t retry_cache_trim = FALSE;
816 if (atomic_swap == FALSE) {
821 atomic_swap = FALSE;
906 vm_object_collapse(object, 0, FALSE);
1122 if (p->reference == FALSE || p->dirty == FALSE) {
1129 SET_PAGE_DIRTY(p, FALSE);
1132 if (p->dirty == FALSE && p->precious == FALSE) {
1139 SET_PAGE_DIRTY(p, FALSE);
1142 if (p->dirty == FALSE)
1379 p->reference = FALSE;
1380 p->no_cache = FALSE;
1579 object->pager_trusted = FALSE;
1612 object->alive = FALSE;
1771 object->terminating = FALSE;
1842 disconnect_on_release = FALSE;
1894 p->pageout = FALSE;
1922 p->pageout = FALSE;
1958 SET_PAGE_DIRTY(p, FALSE);
2126 boolean_t waiting = FALSE;
2207 object->can_persist = FALSE;
2208 object->named = FALSE;
2209 object->alive = FALSE;
2452 return FALSE;
2528 m->precious = FALSE;
2529 m->dirty = FALSE;
2674 kill_page = FALSE;
2675 reusable_page = FALSE;
2676 all_reusable = FALSE;
2720 all_reusable = FALSE;
2727 reusable_page = FALSE;
2780 (m)->reusable = FALSE; \
2792 object->all_reusable = FALSE;
3085 fault_info.no_cache = FALSE;
3087 fault_info.io_sync = FALSE;
3088 fault_info.cs_bypass = FALSE;
3089 fault_info.mark_zf_absent = FALSE;
3090 fault_info.batch_pmap_op = FALSE;
3138 VM_PROT_READ, FALSE,
3141 &error_code, FALSE, FALSE, &fault_info);
3164 SET_PAGE_DIRTY(new_page, FALSE);
3278 *_src_needs_copy = FALSE;
3279 *_dst_needs_copy = FALSE;
3313 return(FALSE);
3317 return(FALSE);
3353 boolean_t check_ready = FALSE;
3529 src_object_shared = FALSE;
3594 src_object_shared = FALSE;
3659 src_object_shared = FALSE;
3680 src_object_shared = FALSE;
3779 boolean_t object_lock_shared = FALSE;
3803 object_lock_shared = FALSE;
3813 *dst_needs_copy = FALSE;
3840 *dst_needs_copy = FALSE;
3890 return FALSE;
3925 source->shadowed = FALSE;
3926 return FALSE;
4076 entry = vm_object_hash_lookup(pager, FALSE);
4213 object->pager_ready = FALSE;
4375 if (vm_object_enter(pager, object->vo_size, TRUE, TRUE, FALSE) != object)
4408 entry = vm_object_hash_lookup(pager, FALSE);
4565 entry = vm_object_hash_lookup(object->pager, FALSE);
4641 backing_object->alive = FALSE;
5337 return(FALSE);
5370 (prev_object->true_share != FALSE) ||
5375 return(FALSE);
5451 vm_page_init(m, (ppnum_t) addr, FALSE);
5503 m->fictitious = FALSE;
5538 m->fictitious = FALSE;
5541 m->busy = FALSE;
5666 entry = vm_object_hash_lookup(pager, FALSE);
5674 if ((object = vm_object_enter(pager, size, FALSE, FALSE, TRUE)) == VM_OBJECT_NULL) {
5832 object->named = FALSE;
5851 original_object = FALSE;
5861 object->named = FALSE;
6141 SET_PAGE_DIRTY(p, FALSE);
6242 SET_PAGE_DIRTY(p, FALSE);
6393 vm_object_cache_trim(FALSE);
6426 object1_locked = FALSE; object2_locked = FALSE;
6456 tmp_object->can_persist = FALSE;
6529 vm_page_rename(page, object1, page->offset, FALSE);
6540 vm_page_rename(page, object2, page->offset, FALSE);
6556 vm_page_rename(page, object1, page->offset, FALSE);
6665 hash_entry = vm_object_hash_lookup(object2->pager, FALSE);
6672 hash_entry = vm_object_hash_lookup(object1->pager, FALSE);
6717 object1_locked = FALSE;
6721 object2_locked = FALSE;
6774 boolean_t isSSD = FALSE;
6883 look_behind = FALSE;
6885 look_ahead = FALSE;
6920 look_behind = FALSE;
6928 look_ahead = FALSE;
7175 SET_PAGE_DIRTY(dst_page, FALSE);
7185 if (ops & UPL_POP_DIRTY) dst_page->dirty = FALSE;
7186 if (ops & UPL_POP_PAGEOUT) dst_page->pageout = FALSE;
7187 if (ops & UPL_POP_PRECIOUS) dst_page->precious = FALSE;
7188 if (ops & UPL_POP_ABSENT) dst_page->absent = FALSE;
7190 dst_page->busy = FALSE;
7310 dst_page->pageout = FALSE;
7312 vm_pageout_steal_laundry(dst_page, FALSE);
7361 return FALSE;
7421 object->set_cache_attr = FALSE;
7447 *shared = FALSE;
7539 SET_PAGE_DIRTY(p, FALSE);
7613 object->blocked_access = FALSE;