Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dpercpu.c788 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()
[all …]