Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c420 static unsigned long wq_cpu_intensive_thresh_us = ULONG_MAX; variable
421 module_param_named(cpu_intensive_thresh_us, wq_cpu_intensive_thresh_us, ulong, 0644);
1346 ent->func, wq_cpu_intensive_thresh_us, in wq_cpu_intensive_report()
1482 if (!wq_cpu_intensive_thresh_us) in wq_worker_tick()
1499 wq_cpu_intensive_thresh_us * NSEC_PER_USEC) in wq_worker_tick()
7863 if (wq_cpu_intensive_thresh_us != ULONG_MAX) in wq_cpu_intensive_thresh_init()
7890 wq_cpu_intensive_thresh_us = thresh; in wq_cpu_intensive_thresh_init()