Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dworkqueue.c7815 unsigned long bogo; in wq_cpu_intensive_thresh_init() local
7841 bogo = max_t(unsigned long, loops_per_jiffy / 500000 * HZ, 1); in wq_cpu_intensive_thresh_init()
7842 if (bogo < 4000) in wq_cpu_intensive_thresh_init()
7843 thresh = min_t(unsigned long, thresh * 4000 / bogo, USEC_PER_SEC); in wq_cpu_intensive_thresh_init()
7846 loops_per_jiffy, bogo, thresh); in wq_cpu_intensive_thresh_init()