Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
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);
1201 ent->func, wq_cpu_intensive_thresh_us, in wq_cpu_intensive_report()
1335 if (!wq_cpu_intensive_thresh_us) in wq_worker_tick()
1352 wq_cpu_intensive_thresh_us * NSEC_PER_USEC) in wq_worker_tick()
6631 if (wq_cpu_intensive_thresh_us != ULONG_MAX) in wq_cpu_intensive_thresh_init()
6658 wq_cpu_intensive_thresh_us = thresh; in wq_cpu_intensive_thresh_init()