Lines Matching refs:nr_empty_pages
816 int nr_empty_pages = 0; in pcpu_block_update_hint_alloc() local
842 nr_empty_pages++; in pcpu_block_update_hint_alloc()
880 nr_empty_pages++; in pcpu_block_update_hint_alloc()
909 nr_empty_pages += (e_index - s_index - 1); in pcpu_block_update_hint_alloc()
918 if (nr_empty_pages) in pcpu_block_update_hint_alloc()
919 pcpu_update_empty_pages(chunk, -nr_empty_pages); in pcpu_block_update_hint_alloc()
962 int nr_empty_pages = 0; in pcpu_block_update_hint_free() local
1017 nr_empty_pages++; in pcpu_block_update_hint_free()
1024 nr_empty_pages++; in pcpu_block_update_hint_free()
1028 nr_empty_pages += (e_index - s_index - 1); in pcpu_block_update_hint_free()
1039 if (nr_empty_pages) in pcpu_block_update_hint_free()
1040 pcpu_update_empty_pages(chunk, nr_empty_pages); in pcpu_block_update_hint_free()