Home
last modified time | relevance | path

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

/linux-6.6.21/tools/workqueue/
Dwq_monitor.py68 PWQ_STAT_CPU_TIME = prog['PWQ_STAT_CPU_TIME'] # total CPU time consumed variable
93 'cpu_time' : self.stats[PWQ_STAT_CPU_TIME],
/linux-6.6.21/kernel/
Dworkqueue.c211 PWQ_STAT_CPU_TIME, /* total CPU time consumed */ enumerator
1333 pwq->stats[PWQ_STAT_CPU_TIME] += TICK_USEC; in wq_worker_tick()