Lines Matching refs:left_free
376 *bits += block->left_free; in pcpu_next_md_free_region()
377 if (block->left_free == PCPU_BITMAP_BLOCK_BITS) in pcpu_next_md_free_region()
431 *bits += block->left_free; in pcpu_next_fit_region()
434 if (block->left_free == PCPU_BITMAP_BLOCK_BITS) in pcpu_next_fit_region()
609 block->left_free = contig; in pcpu_block_update()
835 s_block->left_free = 0; in pcpu_block_update_hint_alloc()
839 s_block->left_free = min(s_block->left_free, s_off); in pcpu_block_update_hint_alloc()
869 e_block->left_free = 0; in pcpu_block_update_hint_alloc()
885 block->left_free = 0; in pcpu_block_update_hint_alloc()
1006 block->left_free = PCPU_BITMAP_BLOCK_BITS; in pcpu_block_update_hint_free()
1276 block->left_free = nr_bits; in pcpu_init_md_block()