Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dworkqueue.c360 static unsigned long wq_cpu_intensive_thresh_us = ULONG_MAX; variable
361 module_param_named(cpu_intensive_thresh_us, wq_cpu_intensive_thresh_us, ulong, 0644);
1205 ent->func, wq_cpu_intensive_thresh_us, in wq_cpu_intensive_report()
1339 if (!wq_cpu_intensive_thresh_us) in wq_worker_tick()
1356 wq_cpu_intensive_thresh_us * NSEC_PER_USEC) in wq_worker_tick()
6665 if (wq_cpu_intensive_thresh_us != ULONG_MAX) in wq_cpu_intensive_thresh_init()
6692 wq_cpu_intensive_thresh_us = thresh; in wq_cpu_intensive_thresh_init()