right_free         28 mm/percpu-internal.h 	int                     right_free;     /* size of free space along
right_free        400 mm/percpu.c    		*bits = block->right_free;
right_free        401 mm/percpu.c    		*bit_off = (i + 1) * PCPU_BITMAP_BLOCK_BITS - block->right_free;
right_free        458 mm/percpu.c    		*bit_off = ALIGN(PCPU_BITMAP_BLOCK_BITS - block->right_free,
right_free        612 mm/percpu.c    		block->right_free = contig;
right_free        765 mm/percpu.c    	block->right_free = 0;
right_free        841 mm/percpu.c    			s_block->right_free = min_t(int, s_block->right_free,
right_free        844 mm/percpu.c    			s_block->right_free = 0;
right_free        874 mm/percpu.c    				e_block->right_free =
right_free        875 mm/percpu.c    					min_t(int, e_block->right_free,
right_free        886 mm/percpu.c    			block->right_free = 0;
right_free       1007 mm/percpu.c    			block->right_free = PCPU_BITMAP_BLOCK_BITS;
right_free       1277 mm/percpu.c    	block->right_free = nr_bits;