Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/char/
Dnwflash.c405 unsigned long timeout1; in write_block() local
464 timeout1 = jiffies + 1 * HZ; in write_block()
469 while (!(c1 & 0x80) && time_before(jiffies, timeout1)) in write_block()
475 if (time_after_eq(jiffies, timeout1)) { in write_block()