Searched refs:e_block (Results 1 – 1 of 1) sorted by relevance
683 struct pcpu_block_md *s_block, *e_block, *block; in pcpu_block_update_hint_alloc() local699 e_block = chunk->md_blocks + e_index; in pcpu_block_update_hint_alloc()735 e_block->first_free = find_next_zero_bit( in pcpu_block_update_hint_alloc()741 e_block++; in pcpu_block_update_hint_alloc()743 if (e_off > e_block->contig_hint_start) { in pcpu_block_update_hint_alloc()747 e_block->left_free = 0; in pcpu_block_update_hint_alloc()748 e_block->right_free = in pcpu_block_update_hint_alloc()749 min_t(int, e_block->right_free, in pcpu_block_update_hint_alloc()755 for (block = s_block + 1; block < e_block; block++) { in pcpu_block_update_hint_alloc()792 struct pcpu_block_md *s_block, *e_block, *block; in pcpu_block_update_hint_free() local[all …]