Lines Matching refs:nr_empty_pages
812 int nr_empty_pages = 0; in pcpu_block_update_hint_alloc() local
835 nr_empty_pages++; in pcpu_block_update_hint_alloc()
878 nr_empty_pages++; in pcpu_block_update_hint_alloc()
907 nr_empty_pages += (e_index - s_index - 1); in pcpu_block_update_hint_alloc()
922 if (nr_empty_pages) in pcpu_block_update_hint_alloc()
923 pcpu_update_empty_pages(chunk, -nr_empty_pages); in pcpu_block_update_hint_alloc()
966 int nr_empty_pages = 0; in pcpu_block_update_hint_free() local
1021 nr_empty_pages++; in pcpu_block_update_hint_free()
1028 nr_empty_pages++; in pcpu_block_update_hint_free()
1032 nr_empty_pages += (e_index - s_index - 1); in pcpu_block_update_hint_free()
1043 if (nr_empty_pages) in pcpu_block_update_hint_free()
1044 pcpu_update_empty_pages(chunk, nr_empty_pages); in pcpu_block_update_hint_free()