commit | 247a8b1d8131a9bcee98f65da8ebb2640787ec33 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Aug 08 10:09:08 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 08 10:11:05 2019 +0200 |
tree | 3fa195cfdb67b863ceaf2baa97f80cfe7d1b0587 | |
parent | e0d0b4089dd1c1dad94580de9de80985730da593 [diff] |
CLEANUP: task: move the cpu_time field to the task-only part The CPU time accounting field called "cpu_time" is used only by tasks and not tasklets, yet it used to be stored into the TASK_COMMON part, which doesn't make sense and wastes tasklet memory. In addition, moving it to tasks also helps better group the various parts in cache lines.