We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a42eb commit ce55024Copy full SHA for ce55024
kernel/workqueue.c
@@ -2569,6 +2569,7 @@ __acquires(&pool->lock)
2569
*/
2570
set_work_pool_and_clear_pending(work, pool->id);
2571
2572
+ pwq->stats[PWQ_STAT_STARTED]++;
2573
raw_spin_unlock_irq(&pool->lock);
2574
2575
lock_map_acquire(&pwq->wq->lockdep_map);
@@ -2595,7 +2596,6 @@ __acquires(&pool->lock)
2595
2596
* workqueues), so hiding them isn't a problem.
2597
2598
lockdep_invariant_state(true);
- pwq->stats[PWQ_STAT_STARTED]++;
2599
trace_workqueue_execute_start(work);
2600
worker->current_func(work);
2601
/*
0 commit comments