Home
last modified time | relevance | path

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

/linux/mm/
H A Dpercpu.c824 e_index = pcpu_off_to_block_index(bit_off + bits - 1); in pcpu_block_update_hint_alloc()
829 e_block = chunk->md_blocks + e_index; in pcpu_block_update_hint_alloc()
866 if (s_index == e_index) in pcpu_block_update_hint_alloc()
876 if (s_index != e_index) { in pcpu_block_update_hint_alloc()
885 pcpu_index_alloc_map(chunk, e_index), in pcpu_block_update_hint_alloc()
898 pcpu_block_refresh_hint(chunk, e_index); in pcpu_block_update_hint_alloc()
907 nr_empty_pages += (e_index - s_index - 1); in pcpu_block_update_hint_alloc()
979 e_index = pcpu_off_to_block_index(bit_off + bits - 1); in pcpu_block_update_hint_free()
984 e_block = chunk->md_blocks + e_index; in pcpu_block_update_hint_free()
1025 if (s_index != e_index) { in pcpu_block_update_hint_free()
[all …]