Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/hw_random/
H A Diproc-rng200.c104 #define MAX_IDLE_TIME (1 * HZ) in iproc_rng200_read() macro
105 unsigned long idle_endtime = jiffies + MAX_IDLE_TIME; in iproc_rng200_read()
141 idle_endtime = jiffies + MAX_IDLE_TIME; in iproc_rng200_read()
/kernel/linux/linux-6.6/drivers/char/hw_random/
H A Diproc-rng200.c100 #define MAX_IDLE_TIME (1 * HZ) in iproc_rng200_read() macro
101 unsigned long idle_endtime = jiffies + MAX_IDLE_TIME; in iproc_rng200_read()
137 idle_endtime = jiffies + MAX_IDLE_TIME; in iproc_rng200_read()
/kernel/linux/linux-5.10/block/
H A Dblk-throttle.c28 #define MAX_IDLE_TIME (5L * 1000 * 1000) /* 5 s */ macro
1888 time = min_t(unsigned long, MAX_IDLE_TIME, 4 * tg->idletime_threshold); in throtl_tg_is_idle()
/kernel/linux/linux-6.6/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); in throtl_tg_is_idle()

Completed in 8 milliseconds