Files
linux/kernel/sched
Alexey Dobriyan e6fe3f422b 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 <adobriyan@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20210422200228.1423391-4-adobriyan@gmail.com
2021-05-12 21:34:17 +02:00
..
2021-03-22 00:11:52 +01:00
2021-05-12 11:43:26 +02:00
2021-03-22 00:11:52 +01:00
2020-10-29 11:00:30 +01:00
2021-05-12 11:43:26 +02:00
2021-05-12 19:54:49 +02:00
2021-05-12 11:43:30 +02:00
2021-03-22 00:11:52 +01:00
2021-05-12 11:43:26 +02:00
2021-05-12 11:43:28 +02:00
2021-03-22 00:11:52 +01:00
2021-05-12 11:43:24 +02:00
2021-05-12 11:43:26 +02:00