Searched refs:bogo (Results 1 – 1 of 1) sorted by relevance
6625 unsigned long bogo; in wq_cpu_intensive_thresh_init() local6651 bogo = max_t(unsigned long, loops_per_jiffy / 500000 * HZ, 1); in wq_cpu_intensive_thresh_init()6652 if (bogo < 4000) in wq_cpu_intensive_thresh_init()6653 thresh = min_t(unsigned long, thresh * 4000 / bogo, USEC_PER_SEC); in wq_cpu_intensive_thresh_init()6656 loops_per_jiffy, bogo, thresh); in wq_cpu_intensive_thresh_init()