Searched refs:pg_count (Results 1 – 2 of 2) sorted by relevance
1451 u_int pg_count; in cluster_io() local1981 pg_count = 1; in cluster_io()2016 pg_count = 0; in cluster_io()2047 pg_count = (bytes_to_zero - pg_resid) / PAGE_SIZE; in cluster_io()2073 if ((flags & CL_COMMIT) && pg_count) { in cluster_io()2075 pg_count * PAGE_SIZE, in cluster_io()2110 if (pg_count > max_vectors) { in cluster_io()2113 pg_count = 1; in cluster_io()2115 io_size -= (pg_count - max_vectors) * PAGE_SIZE; in cluster_io()2116 pg_count = max_vectors; in cluster_io()[all …]
4384 int pg_count; in vm_page_free_list() local4390 pg_count = 0; in vm_page_free_list()4400 while (mem && pg_count < 64) { in vm_page_free_list()4455 pg_count++; in vm_page_free_list()4500 vm_pageout_vminfo.vm_page_pages_freed += pg_count; in vm_page_free_list()4501 vm_page_free_count += pg_count; in vm_page_free_list()4504 VM_DEBUG_CONSTANT_EVENT(vm_page_release, DBG_VM_PAGE_RELEASE, DBG_FUNC_NONE, pg_count, 0, 0, 0); in vm_page_free_list()