Home
last modified time | relevance | path

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

/drivers/mtd/
A Dnftlcore.c479 u16 ChainLength = 0, thislen; in NFTL_makefreeblock() local
502 if (thislen > ChainLength) { in NFTL_makefreeblock()
504 ChainLength = thislen; in NFTL_makefreeblock()
509 if (ChainLength < 2) { in NFTL_makefreeblock()
A Dinftlcore.c406 u16 ChainLength = 0, thislen; in INFTL_makefreeblock() local
432 if (thislen > ChainLength) { in INFTL_makefreeblock()
433 ChainLength = thislen; in INFTL_makefreeblock()
438 if (ChainLength < 2) { in INFTL_makefreeblock()

Completed in 6 milliseconds