Lines Matching refs:left_free
356 *bits += block->left_free; in pcpu_next_md_free_region()
357 if (block->left_free == PCPU_BITMAP_BLOCK_BITS) in pcpu_next_md_free_region()
411 *bits += block->left_free; in pcpu_next_fit_region()
414 if (block->left_free == PCPU_BITMAP_BLOCK_BITS) in pcpu_next_fit_region()
592 block->left_free = contig; in pcpu_block_update()
816 s_block->left_free = 0; in pcpu_block_update_hint_alloc()
820 s_block->left_free = min(s_block->left_free, s_off); in pcpu_block_update_hint_alloc()
850 e_block->left_free = 0; in pcpu_block_update_hint_alloc()
866 block->left_free = 0; in pcpu_block_update_hint_alloc()
987 block->left_free = PCPU_BITMAP_BLOCK_BITS; in pcpu_block_update_hint_free()
1264 block->left_free = nr_bits; in pcpu_init_md_block()