Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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],
123 f'{self.stats[PWQ_STAT_CPU_TIME] / 1000000:8.1f} ' \
/kernel/linux/linux-6.6/kernel/
H A Dworkqueue.c217 PWQ_STAT_CPU_TIME, /* total CPU time consumed */ enumerator
1395 pwq->stats[PWQ_STAT_CPU_TIME] += TICK_USEC; in wq_worker_tick()

Completed in 12 milliseconds