Lines Matching refs:right_free
368 *bits = block->right_free; in pcpu_next_md_free_region()
369 *bit_off = (i + 1) * PCPU_BITMAP_BLOCK_BITS - block->right_free; in pcpu_next_md_free_region()
424 *bit_off = ALIGN(PCPU_BITMAP_BLOCK_BITS - block->right_free, in pcpu_next_fit_region()
633 block->right_free = contig; in pcpu_block_update()
661 block->left_free = block->right_free = 0; in pcpu_block_refresh_hint()
721 s_block->right_free = min_t(int, s_block->right_free, in pcpu_block_update_hint_alloc()
724 s_block->right_free = 0; in pcpu_block_update_hint_alloc()
748 e_block->right_free = in pcpu_block_update_hint_alloc()
749 min_t(int, e_block->right_free, in pcpu_block_update_hint_alloc()
758 block->right_free = 0; in pcpu_block_update_hint_alloc()
858 block->right_free = PCPU_BITMAP_BLOCK_BITS; in pcpu_block_update_hint_free()
1066 md_block->right_free = PCPU_BITMAP_BLOCK_BITS; in pcpu_init_md_blocks()