Searched refs:no_zero_fill (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_fault.h127 boolean_t no_zero_fill, /* don't fill absent pages */
H A Dvm_fault.c682 vm_fault_zero_page(vm_page_t m, boolean_t no_zero_fill) argument
706 if (no_zero_fill == TRUE) {
815 boolean_t no_zero_fill, /* don't zero fill absent pages */
1196 my_fault = vm_fault_zero_page(m, no_zero_fill);
1198 if (fault_info->mark_zf_absent && no_zero_fill == TRUE)
1828 my_fault = vm_fault_zero_page(m, no_zero_fill);
1830 if (fault_info->mark_zf_absent && no_zero_fill == TRUE)
4131 type_of_fault = vm_fault_zero_page(m, map->no_zero_fill);
4207 &error_code, map->no_zero_fill,
4763 NULL, map->no_zero_fill,
798 vm_fault_page( vm_object_t first_object, vm_object_offset_t first_offset, vm_prot_t fault_type, boolean_t must_be_resident, boolean_t caller_lookup, vm_prot_t *protection, vm_page_t *result_page, vm_page_t *top_page, int *type_of_fault, kern_return_t *error_code, boolean_t no_zero_fill, boolean_t data_supply, vm_object_fault_info_t fault_info) argument
[all...]
H A Dvm_map.h341 /* boolean_t */ no_zero_fill:1, /*No zero fill absent pages */ member in struct:_vm_map
H A Dvm_pageout.c6658 int no_zero_fill = FALSE; local
6704 no_zero_fill = TRUE;
6944 &error_code, no_zero_fill,
H A Dvm_map.c755 result->no_zero_fill = FALSE;
/macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dipc_init.c256 ipc_kernel_copy_map->no_zero_fill = TRUE;
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c4003 int no_zero_fill = 0; local
4304 no_zero_fill = 1;
4306 no_zero_fill = 0;
4313 if (no_zero_fill)
4406 if (no_zero_fill)

Completed in 181 milliseconds