Searched refs:zf_run_count (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c893 int zf_run_count; local
973 zf_run_count = 0;
1428 if ( ((zf_run_count < zf_ratio) && vm_zf_queue_count >= zf_queue_min_count) ||
1432 zf_run_count++;
1441 zf_run_count = 0;
1546 else if ( ((zf_run_count < zf_ratio) && vm_zf_queue_count >= zf_queue_min_count) ||

Completed in 71 milliseconds