Lines Matching refs:right_free
405 *bits = block->right_free; in pcpu_next_md_free_region()
406 *bit_off = (i + 1) * PCPU_BITMAP_BLOCK_BITS - block->right_free; in pcpu_next_md_free_region()
463 *bit_off = ALIGN(PCPU_BITMAP_BLOCK_BITS - block->right_free, in pcpu_next_fit_region()
643 block->right_free = contig; in pcpu_block_update()
795 block->right_free = 0; in pcpu_block_refresh_hint()
869 s_block->right_free = min_t(int, s_block->right_free, in pcpu_block_update_hint_alloc()
872 s_block->right_free = 0; in pcpu_block_update_hint_alloc()
902 e_block->right_free = in pcpu_block_update_hint_alloc()
903 min_t(int, e_block->right_free, in pcpu_block_update_hint_alloc()
914 block->right_free = 0; in pcpu_block_update_hint_alloc()
1035 block->right_free = PCPU_BITMAP_BLOCK_BITS; in pcpu_block_update_hint_free()
1310 block->right_free = nr_bits; in pcpu_init_md_block()