Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dpercpu.c790 int s_index, e_index; /* block indexes of the freed allocation */ in pcpu_block_update_hint_alloc() local
800 e_index = pcpu_off_to_block_index(bit_off + bits - 1); in pcpu_block_update_hint_alloc()
805 e_block = chunk->md_blocks + e_index; in pcpu_block_update_hint_alloc()
840 if (s_index == e_index) in pcpu_block_update_hint_alloc()
850 if (s_index != e_index) { in pcpu_block_update_hint_alloc()
859 pcpu_index_alloc_map(chunk, e_index), in pcpu_block_update_hint_alloc()
872 pcpu_block_refresh_hint(chunk, e_index); in pcpu_block_update_hint_alloc()
881 nr_empty_pages += (e_index - s_index - 1); in pcpu_block_update_hint_alloc()
936 int s_index, e_index; /* block indexes of the freed allocation */ in pcpu_block_update_hint_free() local
947 e_index = pcpu_off_to_block_index(bit_off + bits - 1); in pcpu_block_update_hint_free()
[all …]
/Linux-v5.4/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()