Home
last modified time | relevance | path

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

/openbmc/linux/tools/workqueue/
H A 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],
/openbmc/linux/kernel/
H A Dworkqueue.c211 PWQ_STAT_CPU_TIME, /* total CPU time consumed */ enumerator
1337 pwq->stats[PWQ_STAT_CPU_TIME] += TICK_USEC; in wq_worker_tick()