Home
last modified time | relevance | path

Searched defs:no_zero_fill (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.121.6/osfmk/vm/ !
H A Dvm_fault.c915 vm_fault_zero_page(vm_page_t m, boolean_t no_zero_fill) in vm_fault_zero_page()
1070 boolean_t no_zero_fill, /* don't zero fill absent pages */ in vm_fault_page()
H A Dvm_map_xnu.h439 /* boolean_t */ no_zero_fill:1, /* No zero fill absent pages */ member
H A Dvm_pageout.c7798 boolean_t no_zero_fill = FALSE; local
7998 int no_zero_fill = FALSE; local
/xnu-11417.121.6/bsd/vfs/ !
H A Dvfs_cluster.c5174 int no_zero_fill = 0; in cluster_read_direct() local