Home
last modified time | relevance | path

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

/drivers/mtd/
Dnftlcore.c493 u16 ChainLength = 0, thislen; in NFTL_makefreeblock() local
516 if (thislen > ChainLength) { in NFTL_makefreeblock()
518 ChainLength = thislen; in NFTL_makefreeblock()
523 if (ChainLength < 2) { in NFTL_makefreeblock()
Dinftlcore.c419 u16 ChainLength = 0, thislen; in INFTL_makefreeblock() local
445 if (thislen > ChainLength) { in INFTL_makefreeblock()
446 ChainLength = thislen; in INFTL_makefreeblock()
451 if (ChainLength < 2) { in INFTL_makefreeblock()