Home
last modified time | relevance | path

Searched refs:pg_count (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/bsd/vfs/
H A Dvfs_cluster.c1464 u_int pg_count; in cluster_io() local
2011 pg_count = 1; in cluster_io()
2013 pg_count = (io_size + pg_offset + (PAGE_SIZE - 1)) / PAGE_SIZE; in cluster_io()
2046 pg_count = 0; in cluster_io()
2075 pg_count = (bytes_to_zero - pg_resid + (PAGE_SIZE - 1)) / PAGE_SIZE; in cluster_io()
2077 pg_count = (bytes_to_zero - pg_resid) / PAGE_SIZE; in cluster_io()
2092 pg_count = (pg_offset + bytes_to_zero + (PAGE_SIZE - 1)) / PAGE_SIZE; in cluster_io()
2094 pg_count = (pg_offset + bytes_to_zero) / PAGE_SIZE; in cluster_io()
2103 if ((flags & CL_COMMIT) && pg_count) { in cluster_io()
2105 pg_count * PAGE_SIZE, in cluster_io()
[all …]
/xnu-11417.121.6/osfmk/vm/
H A Dvm_resident.c5004 int pg_count; in vm_page_free_list() local
5010 pg_count = 0; in vm_page_free_list()
5020 while (mem && pg_count < 64) { in vm_page_free_list()
5066 pg_count++; in vm_page_free_list()
5078 vm_pageout_vminfo.vm_page_pages_freed += pg_count; in vm_page_free_list()
5080 DBG_FUNC_NONE, pg_count, 0, 0, 0); in vm_page_free_list()