Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ubifs/
Ddebug.h94 unsigned long pc_timeout; member
Ddebug.c2475 d->pc_timeout = jiffies; in power_cut_emulated()
2476 d->pc_timeout += msecs_to_jiffies(delay); in power_cut_emulated()
2491 if (d->pc_delay == 1 && time_before(jiffies, d->pc_timeout)) in power_cut_emulated()