1PANIC_NAND_WAIT(9) Internal Functions Provided PANIC_NAND_WAIT(9)
2
3
4
6 panic_nand_wait - [GENERIC] wait until the command is done
7
9 void panic_nand_wait(struct mtd_info * mtd, struct nand_chip * chip,
10 unsigned long timeo);
11
13 mtd
14 MTD device structure
15
16 chip
17 NAND chip structure
18
19 timeo
20 timeout
21
23 Wait for command done. This is a helper function for nand_wait used
24 when we are in interrupt context. May happen when in panic and trying
25 to write an oops through mtdoops.
26
28 Thomas Gleixner <tglx@linutronix.de>
29 Author.
30
32Kernel Hackers Manual 3.10 June 2019 PANIC_NAND_WAIT(9)