Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/
H A Dnftlcore.c480 u16 ChainLength = 0, thislen; in NFTL_makefreeblock() local
503 if (thislen > ChainLength) { in NFTL_makefreeblock()
505 ChainLength = thislen; in NFTL_makefreeblock()
510 if (ChainLength < 2) { in NFTL_makefreeblock()
H 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()