Searched refs:pc_delay (Results 1 - 2 of 2) sorted by path

/linux-master/fs/ubifs/
H A Ddebug.c2491 d->pc_delay = 1;
2498 d->pc_delay = 2;
2510 if (d->pc_delay == 1 && time_before(jiffies, d->pc_timeout))
2512 if (d->pc_delay == 2 && d->pc_cnt++ < d->pc_cnt_max)
H A Ddebug.h34 * @pc_delay: 0=>don't delay, 1=>delay a time, 2=>delay a number of calls
81 int pc_delay; member in struct:ubifs_debug_info

Completed in 151 milliseconds