Searched refs:bogo (Results 1 – 1 of 1) sorted by relevance
7857 unsigned long bogo; in wq_cpu_intensive_thresh_init() local7883 bogo = max_t(unsigned long, loops_per_jiffy / 500000 * HZ, 1); in wq_cpu_intensive_thresh_init()7884 if (bogo < 4000) in wq_cpu_intensive_thresh_init()7885 thresh = min_t(unsigned long, thresh * 4000 / bogo, USEC_PER_SEC); in wq_cpu_intensive_thresh_init()7888 loops_per_jiffy, bogo, thresh); in wq_cpu_intensive_thresh_init()