commit | da195e8aab0c0c81c70f9620948eff529159dda2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 16 15:52:49 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 01 19:15:14 2022 +0200 |
tree | 4032fd7c3a73e70b7f434dc6600369c75cfb2663 | |
parent | b17dd6cc194163fe60ce7387d407d976d8588209 [diff] |
MINOR: task: remove grq_total and use rq_total instead grq_total was only used to know how many tasks were being queued in the global runqueue for stats purposes, and that was transferred to the per thread rq_total counter once assigned. We don't need this anymore since we know where they are, so let's just directly update rq_total and drop that one.