Home
last modified time | relevance | path

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

/linux-6.6.21/tools/workqueue/
Dwq_monitor.py69 PWQ_STAT_CPU_INTENSIVE = prog['PWQ_STAT_CPU_INTENSIVE'] # wq_cpu_intensive_thresh_us violations variable
94 'cpu_intensive' : self.stats[PWQ_STAT_CPU_INTENSIVE],
113 cpu_intensive = str(self.stats[PWQ_STAT_CPU_INTENSIVE])
/linux-6.6.21/kernel/
Dworkqueue.c212 PWQ_STAT_CPU_INTENSIVE, /* wq_cpu_intensive_thresh_us violations */ enumerator
1359 pwq->stats[PWQ_STAT_CPU_INTENSIVE]++; in wq_worker_tick()