Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/
Dworkqueue.c6617 unsigned long bogo; in wq_cpu_intensive_thresh_init() local
6643 bogo = max_t(unsigned long, loops_per_jiffy / 500000 * HZ, 1); in wq_cpu_intensive_thresh_init()
6644 if (bogo < 4000) in wq_cpu_intensive_thresh_init()
6645 thresh = min_t(unsigned long, thresh * 4000 / bogo, USEC_PER_SEC); in wq_cpu_intensive_thresh_init()
6648 loops_per_jiffy, bogo, thresh); in wq_cpu_intensive_thresh_init()