Lines Matching refs:left_free
381 *bits += block->left_free; in pcpu_next_md_free_region()
382 if (block->left_free == PCPU_BITMAP_BLOCK_BITS) in pcpu_next_md_free_region()
436 *bits += block->left_free; in pcpu_next_fit_region()
439 if (block->left_free == PCPU_BITMAP_BLOCK_BITS) in pcpu_next_fit_region()
640 block->left_free = contig; in pcpu_block_update()
863 s_block->left_free = 0; in pcpu_block_update_hint_alloc()
867 s_block->left_free = min(s_block->left_free, s_off); in pcpu_block_update_hint_alloc()
897 e_block->left_free = 0; in pcpu_block_update_hint_alloc()
913 block->left_free = 0; in pcpu_block_update_hint_alloc()
1034 block->left_free = PCPU_BITMAP_BLOCK_BITS; in pcpu_block_update_hint_free()
1309 block->left_free = nr_bits; in pcpu_init_md_block()