Home
last modified time | relevance | path

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

/openbmc/linux/tools/workqueue/
H A Dwq_monitor.py67 PWQ_STAT_COMPLETED = prog['PWQ_STAT_COMPLETED'] # work items completed execution variable
92 'completed' : self.stats[PWQ_STAT_COMPLETED],
/openbmc/linux/kernel/
H A Dworkqueue.c210 PWQ_STAT_COMPLETED, /* work items completed execution */ enumerator
2637 pwq->stats[PWQ_STAT_COMPLETED]++; in process_one_work()