Home
last modified time | relevance | path

Searched refs:INFTL_findfreeblock (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/
H A Dinftlcore.c195 * INFTL_findfreeblock: Find a free Erase Unit on the INFTL partition.
198 static u16 INFTL_findfreeblock(struct INFTLrecord *inftl, int desperate) in INFTL_findfreeblock() function
203 pr_debug("INFTL: INFTL_findfreeblock(inftl=%p,desperate=%d)\n", in INFTL_findfreeblock()
529 writeEUN = INFTL_findfreeblock(inftl, 0); in INFTL_findwriteunit()
546 writeEUN = INFTL_findfreeblock(inftl, 1); in INFTL_findwriteunit()
/kernel/linux/linux-6.6/drivers/mtd/
H A Dinftlcore.c195 * INFTL_findfreeblock: Find a free Erase Unit on the INFTL partition.
198 static u16 INFTL_findfreeblock(struct INFTLrecord *inftl, int desperate) in INFTL_findfreeblock() function
203 pr_debug("INFTL: INFTL_findfreeblock(inftl=%p,desperate=%d)\n", in INFTL_findfreeblock()
529 writeEUN = INFTL_findfreeblock(inftl, 0); in INFTL_findwriteunit()
546 writeEUN = INFTL_findfreeblock(inftl, 1); in INFTL_findwriteunit()

Completed in 3 milliseconds