Lines Matching refs:nr_empty_pages
769 int nr_empty_pages = 0; in pcpu_block_update_hint_alloc() local
795 nr_empty_pages++; in pcpu_block_update_hint_alloc()
833 nr_empty_pages++; in pcpu_block_update_hint_alloc()
862 nr_empty_pages += (e_index - s_index - 1); in pcpu_block_update_hint_alloc()
871 if (nr_empty_pages) in pcpu_block_update_hint_alloc()
872 pcpu_update_empty_pages(chunk, -nr_empty_pages); in pcpu_block_update_hint_alloc()
915 int nr_empty_pages = 0; in pcpu_block_update_hint_free() local
970 nr_empty_pages++; in pcpu_block_update_hint_free()
977 nr_empty_pages++; in pcpu_block_update_hint_free()
981 nr_empty_pages += (e_index - s_index - 1); in pcpu_block_update_hint_free()
992 if (nr_empty_pages) in pcpu_block_update_hint_free()
993 pcpu_update_empty_pages(chunk, nr_empty_pages); in pcpu_block_update_hint_free()