Lines Matching refs:right_free
401 *bits = block->right_free;
402 *bit_off = (i + 1) * PCPU_BITMAP_BLOCK_BITS - block->right_free;
459 *bit_off = ALIGN(PCPU_BITMAP_BLOCK_BITS - block->right_free,
639 block->right_free = contig;
791 block->right_free = 0;
867 s_block->right_free = min_t(int, s_block->right_free,
870 s_block->right_free = 0;
900 e_block->right_free =
901 min_t(int, e_block->right_free,
912 block->right_free = 0;
1039 block->right_free = PCPU_BITMAP_BLOCK_BITS;
1314 block->right_free = nr_bits;