Searched refs:s_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
828 s_block = chunk->md_blocks + s_index;
832 * Update s_block.
834 if (s_block->contig_hint == PCPU_BITMAP_BLOCK_BITS)
842 if (s_off == s_block->first_free)
843 s_block->first_free = find_next_zero_bit(
848 if (pcpu_region_overlap(s_block->scan_hint_start,
849 s_block->scan_hint_start + s_block->scan_hint,
852 s_block
967 struct pcpu_block_md *s_block, *e_block, *block; local
[all...]

Completed in 160 milliseconds