Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/vm/
H A Dvm_reclaim.c1597 bool should_reclaim = vmdr_sample_working_set(metadata, &bytes_to_reclaim); local
1598 if (should_reclaim) {
1758 bool should_reclaim; local
1834 should_reclaim = vmdr_sample_working_set(metadata, &bytes_to_reclaim);
1835 if (should_reclaim) {
1845 (void)should_reclaim;