Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_fault.c952 vm_fault_zero_page(vm_page_t m, boolean_t no_zero_fill) in vm_fault_zero_page()
1107 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.c7998 boolean_t no_zero_fill = FALSE; local
8199 int no_zero_fill = FALSE; local
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_cluster.c5375 int no_zero_fill = 0; in cluster_read_direct() local