Home
last modified time | relevance | path

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

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