Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dpercpu.c684 int s_index, e_index; /* block indexes of the freed allocation */ in pcpu_block_update_hint_alloc() local
694 e_index = pcpu_off_to_block_index(bit_off + bits - 1); in pcpu_block_update_hint_alloc()
699 e_block = chunk->md_blocks + e_index; in pcpu_block_update_hint_alloc()
720 if (s_index == e_index) in pcpu_block_update_hint_alloc()
730 if (s_index != e_index) { in pcpu_block_update_hint_alloc()
736 pcpu_index_alloc_map(chunk, e_index), in pcpu_block_update_hint_alloc()
745 pcpu_block_refresh_hint(chunk, e_index); in pcpu_block_update_hint_alloc()
793 int s_index, e_index; /* block indexes of the freed allocation */ in pcpu_block_update_hint_free() local
804 e_index = pcpu_off_to_block_index(bit_off + bits - 1); in pcpu_block_update_hint_free()
809 e_block = chunk->md_blocks + e_index; in pcpu_block_update_hint_free()
[all …]
/Linux-v4.19/drivers/net/wimax/i2400m/
Drx.c554 unsigned e_index, in i2400m_roq_log_entry_print() argument
581 index, e_index, e->type); in i2400m_roq_log_entry_print()