diff options
author | Alexey Dobriyan <[email protected]> | 2021-04-22 23:02:28 +0300 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2021-05-12 21:34:17 +0200 |
commit | e6fe3f422be128b7d65de607f6ae67bedc55f0ca (patch) | |
tree | 4beec92733fb129c6def09fcf280453e85f9fed3 /scripts/gdb/linux/tasks.py | |
parent | 8fc2858e572ce761bffcade81a42ac72005e76f9 (diff) |
sched: Make multiple runqueue task counters 32-bit
Make:
struct dl_rq::dl_nr_migratory
struct dl_rq::dl_nr_running
struct rt_rq::rt_nr_boosted
struct rt_rq::rt_nr_migratory
struct rt_rq::rt_nr_total
struct rq::nr_uninterruptible
32-bit.
If total number of tasks can't exceed 2**32 (and less due to futex pid
limits), then per-runqueue counters can't as well.
This patchset has been sponsored by REX Prefix Eradication Society.
Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions