Searched refs:MAX_IDLE_TIME (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/char/hw_random/
H A Diproc-rng200.c100 #define MAX_IDLE_TIME (1 * HZ) macro
101 unsigned long idle_endtime = jiffies + MAX_IDLE_TIME;
137 idle_endtime = jiffies + MAX_IDLE_TIME;
/linux-master/block/
H A Dblk-throttle.c28 #define MAX_IDLE_TIME (5L * 1000 * 1000) /* 5 s */ macro
1815 time = min_t(unsigned long, MAX_IDLE_TIME, 4 * tg->idletime_threshold);

Completed in 240 milliseconds