Home
last modified time | relevance | path

Searched refs:find_bit (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/affs/
Dbitmap.c189 goto find_bit; in affs_alloc_block()
203 find_bit: in affs_alloc_block()
/linux-4.1.27/lib/
DMakefile28 bsearch.o find_bit.o llist.o memweight.o kfifo.o \
/linux-4.1.27/drivers/mtd/nand/
Domap2.c764 u8 find_bit = 0; in omap_compare_ecc() local
852 find_bit = (ecc_bit[5] << 2) + (ecc_bit[3] << 1) + ecc_bit[1]; in omap_compare_ecc()
855 "%d, bit: %d\n", find_byte, find_bit); in omap_compare_ecc()
857 page_data[find_byte] ^= (1 << find_bit); in omap_compare_ecc()