Searched refs:s_block (Results 1 – 1 of 1) sorted by relevance
817 struct pcpu_block_md *s_block, *e_block, *block; in pcpu_block_update_hint_alloc() local832 s_block = chunk->md_blocks + s_index; in pcpu_block_update_hint_alloc()841 if (s_block->contig_hint == PCPU_BITMAP_BLOCK_BITS) in pcpu_block_update_hint_alloc()844 if (s_off == s_block->first_free) in pcpu_block_update_hint_alloc()845 s_block->first_free = find_next_zero_bit( in pcpu_block_update_hint_alloc()850 if (pcpu_region_overlap(s_block->scan_hint_start, in pcpu_block_update_hint_alloc()851 s_block->scan_hint_start + s_block->scan_hint, in pcpu_block_update_hint_alloc()854 s_block->scan_hint = 0; in pcpu_block_update_hint_alloc()856 if (pcpu_region_overlap(s_block->contig_hint_start, in pcpu_block_update_hint_alloc()857 s_block->contig_hint_start + in pcpu_block_update_hint_alloc()[all …]