Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dworkqueue.c6629 unsigned long bogo; in wq_cpu_intensive_thresh_init() local
6655 bogo = max_t(unsigned long, loops_per_jiffy / 500000 * HZ, 1); in wq_cpu_intensive_thresh_init()
6656 if (bogo < 4000) in wq_cpu_intensive_thresh_init()
6657 thresh = min_t(unsigned long, thresh * 4000 / bogo, USEC_PER_SEC); in wq_cpu_intensive_thresh_init()
6660 loops_per_jiffy, bogo, thresh); in wq_cpu_intensive_thresh_init()