Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_map_xnu.h440 /* boolean_t */ no_zero_fill:1, /* No zero fill absent pages */ member
H A Dvm_fault.c911 vm_fault_zero_page(vm_page_t m, boolean_t no_zero_fill) in vm_fault_zero_page()
1034 boolean_t no_zero_fill, /* don't zero fill absent pages */ in vm_fault_page()
H A Dvm_pageout.c7857 boolean_t no_zero_fill = FALSE; local
8054 int no_zero_fill = FALSE; local
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c5091 int no_zero_fill = 0; in cluster_read_direct() local