Query: panic_nand_wait
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PANIC_NAND_WAIT(9) Internal Functions Provided PANIC_NAND_WAIT(9)NAMEpanic_nand_wait - [GENERIC] wait until the command is doneSYNOPSISvoid panic_nand_wait(struct mtd_info * mtd, struct nand_chip * chip, unsigned long timeo);ARGUMENTSmtd MTD device structure chip NAND chip structure timeo timeoutDESCRIPTIONWait for command done. This is a helper function for nand_wait used when we are in interrupt context. May happen when in panic and trying to write an oops through mtdoops.AUTHORThomas Gleixner <tglx@linutronix.de> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PANIC_NAND_WAIT(9)