Home
last modified time | relevance | path

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

/linux/tools/workqueue/
H A Dwq_monitor.py61 PWQ_STAT_CPU_TIME = prog['PWQ_STAT_CPU_TIME'] # total CPU time consumed variable
86 'cpu_time' : self.stats[PWQ_STAT_CPU_TIME],
/linux/kernel/
H A Dworkqueue.c242 PWQ_STAT_CPU_TIME, /* total CPU time consumed */ enumerator
1480 pwq->stats[PWQ_STAT_CPU_TIME] += TICK_USEC; in wq_worker_tick()