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

/linux-master/mm/
H A Dpercpu.c814 int s_index, e_index; /* block indexes of the freed allocation */ local
820 * are [start, end). e_index always points to the last block in the
824 e_index = pcpu_off_to_block_index(bit_off + bits - 1);
829 e_block = chunk->md_blocks + e_index;
866 if (s_index == e_index)
876 if (s_index != e_index) {
885 pcpu_index_alloc_map(chunk, e_index),
898 pcpu_block_refresh_hint(chunk, e_index);
907 nr_empty_pages += (e_index - s_index - 1);
968 int s_index, e_index; /* bloc local
[all...]

Completed in 145 milliseconds