Searched refs:e_index (Results 1 – 1 of 1) sorted by relevance
818 int s_index, e_index; /* block indexes of the freed allocation */ in pcpu_block_update_hint_alloc() local828 e_index = pcpu_off_to_block_index(bit_off + bits - 1); in pcpu_block_update_hint_alloc()833 e_block = chunk->md_blocks + e_index; in pcpu_block_update_hint_alloc()868 if (s_index == e_index) in pcpu_block_update_hint_alloc()878 if (s_index != e_index) { in pcpu_block_update_hint_alloc()887 pcpu_index_alloc_map(chunk, e_index), in pcpu_block_update_hint_alloc()900 pcpu_block_refresh_hint(chunk, e_index); in pcpu_block_update_hint_alloc()909 nr_empty_pages += (e_index - s_index - 1); in pcpu_block_update_hint_alloc()964 int s_index, e_index; /* block indexes of the freed allocation */ in pcpu_block_update_hint_free() local975 e_index = pcpu_off_to_block_index(bit_off + bits - 1); in pcpu_block_update_hint_free()[all …]