Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dworkqueue.c418 static unsigned long wq_cpu_intensive_thresh_us = ULONG_MAX; variable
419 module_param_named(cpu_intensive_thresh_us, wq_cpu_intensive_thresh_us, ulong, 0644);
1340 ent->func, wq_cpu_intensive_thresh_us, in wq_cpu_intensive_report()
1476 if (!wq_cpu_intensive_thresh_us) in wq_worker_tick()
1493 wq_cpu_intensive_thresh_us * NSEC_PER_USEC) in wq_worker_tick()
7821 if (wq_cpu_intensive_thresh_us != ULONG_MAX) in wq_cpu_intensive_thresh_init()
7848 wq_cpu_intensive_thresh_us = thresh; in wq_cpu_intensive_thresh_init()