Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/vm/
H A Dvm_fault.c914 vm_fault_zero_page(vm_page_t m, boolean_t no_zero_fill) in vm_fault_zero_page()
1069 boolean_t no_zero_fill, /* don't zero fill absent pages */ in vm_fault_page()
H A Dvm_map_xnu.h440 /* boolean_t */ no_zero_fill:1, /* No zero fill absent pages */ member
H A Dvm_pageout.c7780 boolean_t no_zero_fill = FALSE; local
7980 int no_zero_fill = FALSE; local
/xnu-11417.101.15/bsd/vfs/
H A Dvfs_cluster.c5174 int no_zero_fill = 0; in cluster_read_direct() local