Home
last modified time | relevance | path

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

/linux/mm/
H A Dpercpu-vm.c406 return ((chunk->isolated && chunk->nr_empty_pop_pages) || in pcpu_should_reclaim_chunk()
408 (PCPU_EMPTY_POP_PAGES_HIGH + chunk->nr_empty_pop_pages) && in pcpu_should_reclaim_chunk()
409 chunk->nr_empty_pop_pages >= chunk->nr_pages / 4)); in pcpu_should_reclaim_chunk()
H A Dpercpu-internal.h86 int nr_empty_pop_pages; /* # of empty populated pages */ member