commit | 4ffa0b526a52a026fbabfa72f1b393ece1889dc2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 30 18:13:13 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 30 18:13:13 2020 +0100 |
tree | 7c559811b5c7015c770c04f1e598395f42cf8d9b | |
parent | 876b411f2bfbd883659855df19bb877d45522d07 [diff] |
MINOR: tasks: move the list walking code to its own function New function run_tasks_from_list() will run over a tasklet list and will run all the tasks and tasklets it finds there within a limit of <max> that is passed in arggument. This is a preliminary work for scheduler QoS improvements.