Searched refs:check_pattern (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | bitmap.c | 737 goto check_pattern; in bitmap_parse_region() 754 check_pattern: in bitmap_parse_region()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 98 * check_pattern - [GENERIC] check if a pattern is in the buffer 107 static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) in check_pattern() function 125 * good / bad block identifiers. Same as check_pattern, but no optional empty 565 if (!check_pattern(buf, scanlen, mtd->writesize, td)) { in search_bbt()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 98 * check_pattern - [GENERIC] check if a pattern is in the buffer 107 static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) in check_pattern() function 125 * good / bad block identifiers. Same as check_pattern, but no optional empty 598 if (!check_pattern(buf, scanlen, mtd->writesize, td)) { in search_bbt()
|
Completed in 6 milliseconds