Home
last modified time | relevance | path

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

/linux/mm/
A Dpercpu.c817 int nr_empty_pages = 0; in pcpu_block_update_hint_alloc() local
843 nr_empty_pages++; in pcpu_block_update_hint_alloc()
881 nr_empty_pages++; in pcpu_block_update_hint_alloc()
910 nr_empty_pages += (e_index - s_index - 1); in pcpu_block_update_hint_alloc()
919 if (nr_empty_pages) in pcpu_block_update_hint_alloc()
963 int nr_empty_pages = 0; in pcpu_block_update_hint_free() local
1018 nr_empty_pages++; in pcpu_block_update_hint_free()
1025 nr_empty_pages++; in pcpu_block_update_hint_free()
1029 nr_empty_pages += (e_index - s_index - 1); in pcpu_block_update_hint_free()
1040 if (nr_empty_pages) in pcpu_block_update_hint_free()
[all …]

Completed in 23 milliseconds