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

/linux-master/mm/
H A Dpercpu.c813 struct pcpu_block_md *s_block, *e_block, *block; local
829 e_block = chunk->md_blocks + e_index;
874 * Update e_block.
877 if (e_block->contig_hint == PCPU_BITMAP_BLOCK_BITS)
882 * the left part of the e_block.
884 e_block->first_free = find_next_zero_bit(
890 e_block++;
892 if (e_off > e_block->scan_hint_start)
893 e_block->scan_hint = 0;
895 e_block
967 struct pcpu_block_md *s_block, *e_block, *block; local
[all...]

Completed in 217 milliseconds