Lines Matching refs:right_free
380 *bits = block->right_free;
381 *bit_off = (i + 1) * PCPU_BITMAP_BLOCK_BITS - block->right_free;
438 *bit_off = ALIGN(PCPU_BITMAP_BLOCK_BITS - block->right_free,
595 block->right_free = contig;
747 block->right_free = 0;
822 s_block->right_free = min_t(int, s_block->right_free,
825 s_block->right_free = 0;
855 e_block->right_free =
856 min_t(int, e_block->right_free,
867 block->right_free = 0;
988 block->right_free = PCPU_BITMAP_BLOCK_BITS;
1265 block->right_free = nr_bits;