Home
last modified time | relevance | path

Searched refs:check_pattern (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/lib/
Dbitmap.c726 goto check_pattern; in bitmap_parse_region()
743 check_pattern: in bitmap_parse_region()
/linux-5.19.10/drivers/mtd/nand/raw/
Dnand_bbt.c107 static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) in check_pattern() function
598 if (!check_pattern(buf, scanlen, mtd->writesize, td)) { in search_bbt()