Home
last modified time | relevance | path

Searched refs:end_bit (Results 1 – 7 of 7) sorted by relevance

/linux/lib/
H A Dgenalloc.c247 unsigned long bit, end_bit; in gen_pool_destroy() local
253 end_bit = chunk_size(chunk) >> order; in gen_pool_destroy()
254 bit = find_first_bit(chunk->bits, end_bit); in gen_pool_destroy()
255 BUG_ON(bit < end_bit); in gen_pool_destroy()
283 unsigned long nbits, start_bit, end_bit, remain; in gen_pool_alloc_algo_owner() local
302 end_bit = chunk_size(chunk) >> order; in gen_pool_alloc_algo_owner()
304 start_bit = algo(chunk->bits, end_bit, start_bit, in gen_pool_alloc_algo_owner()
306 if (start_bit >= end_bit) in gen_pool_alloc_algo_owner()
/linux/fs/btrfs/
H A Dfree-space-tree.c352 unsigned long nrbits, start_bit, end_bit; in btrfs_convert_free_space_to_extents() local
441 end_bit = find_next_zero_bit_le(bitmap, nrbits, start_bit); in btrfs_convert_free_space_to_extents()
442 ASSERT(start_bit < end_bit); in btrfs_convert_free_space_to_extents()
446 key.offset = (end_bit - start_bit) * fs_info->sectorsize; in btrfs_convert_free_space_to_extents()
457 start_bit = find_next_bit_le(bitmap, nrbits, end_bit); in btrfs_convert_free_space_to_extents()
H A Dextent_io.c1537 unsigned int end_bit = (min(page_end + 1, found_start + found_len) - in writepage_delalloc() local
1539 bitmap_clear(&bio_ctrl->submit_bitmap, start_bit, end_bit - start_bit); in writepage_delalloc()
/linux/drivers/video/fbdev/via/
H A Dhw.h346 u8 end_bit; member
H A Dhw.c980 end_index = reg[i].end_bit; in viafb_load_reg()
/linux/drivers/memory/
H A Domap-gpmc.c436 int cs, int reg, int st_bit, int end_bit, int max, in get_gpmc_timing_reg() argument
449 nr_bits = end_bit - st_bit + 1; in get_gpmc_timing_reg()
609 static int set_gpmc_timing_reg(int cs, int reg, int st_bit, int end_bit, int max, in set_gpmc_timing_reg() argument
619 nr_bits = end_bit - st_bit + 1; in set_gpmc_timing_reg()
/linux/drivers/md/
H A Ddm-integrity.c587 unsigned long bit, end_bit, this_end_bit, page, end_page; in block_bitmap_op() local
604 end_bit = (sector + n_sectors - 1) >> in block_bitmap_op()
610 end_page = end_bit / (PAGE_SIZE * 8); in block_bitmap_op()
611 end_bit %= PAGE_SIZE * 8; in block_bitmap_op()
617 this_end_bit = end_bit; in block_bitmap_op()