Home
last modified time | relevance | path

Searched refs:pc_timeout (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Ddebug.h35 * @pc_timeout: time in jiffies when delay of failure mode expires
82 unsigned long pc_timeout; member
H A Ddebug.c2489 d->pc_timeout = jiffies; in power_cut_emulated()
2490 d->pc_timeout += msecs_to_jiffies(delay); in power_cut_emulated()
2505 if (d->pc_delay == 1 && time_before(jiffies, d->pc_timeout)) in power_cut_emulated()
/kernel/linux/linux-6.6/fs/ubifs/
H A Ddebug.h35 * @pc_timeout: time in jiffies when delay of failure mode expires
82 unsigned long pc_timeout; member
H A Ddebug.c2489 d->pc_timeout = jiffies; in power_cut_emulated()
2490 d->pc_timeout += msecs_to_jiffies(delay); in power_cut_emulated()
2505 if (d->pc_delay == 1 && time_before(jiffies, d->pc_timeout)) in power_cut_emulated()

Completed in 9 milliseconds