commit | 082627af77bf062c94920a742269dfca241f62c8 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Mon May 28 14:53:08 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 28 15:20:59 2018 +0200 |
tree | 3c7da063633a7efccef6326ca301c1a12094d4ab | |
parent | 736ea41c6c8dcb088a6d2bb8841f13c5c92d06d9 [diff] |
MINOR: task: Also consider the task list size when getting global tasks. We're taking tasks from the global runqueue based on the number of tasks the thread already have in its local runqueue, but now that we have a task list, we also have to take that into account.