Lines Matching refs:nr_empty_pages
788 int nr_empty_pages = 0; in pcpu_block_update_hint_alloc() local
814 nr_empty_pages++; in pcpu_block_update_hint_alloc()
852 nr_empty_pages++; in pcpu_block_update_hint_alloc()
881 nr_empty_pages += (e_index - s_index - 1); in pcpu_block_update_hint_alloc()
890 if (nr_empty_pages) in pcpu_block_update_hint_alloc()
891 pcpu_update_empty_pages(chunk, -nr_empty_pages); in pcpu_block_update_hint_alloc()
934 int nr_empty_pages = 0; in pcpu_block_update_hint_free() local
989 nr_empty_pages++; in pcpu_block_update_hint_free()
996 nr_empty_pages++; in pcpu_block_update_hint_free()
1000 nr_empty_pages += (e_index - s_index - 1); in pcpu_block_update_hint_free()
1011 if (nr_empty_pages) in pcpu_block_update_hint_free()
1012 pcpu_update_empty_pages(chunk, nr_empty_pages); in pcpu_block_update_hint_free()