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

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c344 unsigned int vm_pageout_cleaned_reclaimed = 0; /* debugging; how many cleaned pages are reclaimed by the pageout scan */
982 * It computes the number of pages reclaimed in the past "nsecs" seconds and
989 unsigned int reclaimed; member in struct:vm_pageout_stat
1021 vm_pageout_stats[VM_PAGEOUT_STAT_BEFORE(vm_pageout_stat_now)].reclaimed;
1028 vm_pageout_stats[vm_pageout_next].reclaimed = 0;
1115 /* provide number of pages reclaimed in the last "nsecs_monitored" */
1125 pages_reclaimed += vm_pageout_stats[vm_pageout_then].reclaimed;
2284 vm_pageout_stats[vm_pageout_stat_now].reclaimed++;
2289 * If the object is empty, the page must be reclaimed even
2644 * reset our count of pages that have been reclaimed
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c1912 int reclaimed = 0; local
2016 reclaimed++;
2058 if (busy && ((flags & FORCECLOSE)==0) && reclaimed) {
2060 reclaimed = 0;
/macosx-10.9.5/CPANInternal-140/Class-Std/lib/Class/
H A DStd.pm929 reclaimed, and any data structures stored inside the hash are likewise
943 garbage collected, the only storage that is reclaimed is the single
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/lib/Class/
H A DStd.pm930 reclaimed, and any data structures stored inside the hash are likewise
944 garbage collected, the only storage that is reclaimed is the single

Completed in 97 milliseconds