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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c877 int local_freed = 0; local
1125 local_freed = 0;
1153 if (vm_page_free_count + local_freed >= vm_page_free_target) {
1164 local_freed = 0;
1351 local_freed = 0;
1727 local_freed++;
1977 local_freed = 0;
H A Dvm_object.c5170 unsigned long local_freed; local
5189 local_freed = 0;
5213 local_freed = 0;
5289 if (++local_freed >= PURGE_BATCH_FREE_LIMIT) {
5293 local_freed = 0;
5301 local_freed = 0;

Completed in 92 milliseconds