Lines Matching refs:left_free
377 *bits += block->left_free; in pcpu_next_md_free_region()
378 if (block->left_free == PCPU_BITMAP_BLOCK_BITS) in pcpu_next_md_free_region()
432 *bits += block->left_free; in pcpu_next_fit_region()
435 if (block->left_free == PCPU_BITMAP_BLOCK_BITS) in pcpu_next_fit_region()
636 block->left_free = contig; in pcpu_block_update()
861 s_block->left_free = 0; in pcpu_block_update_hint_alloc()
865 s_block->left_free = min(s_block->left_free, s_off); in pcpu_block_update_hint_alloc()
895 e_block->left_free = 0; in pcpu_block_update_hint_alloc()
911 block->left_free = 0; in pcpu_block_update_hint_alloc()
1038 block->left_free = PCPU_BITMAP_BLOCK_BITS; in pcpu_block_update_hint_free()
1313 block->left_free = nr_bits; in pcpu_init_md_block()