]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - include/linux/sched.h
sched/core: Introduce 'struct sched_domain_shared'
authorPeter Zijlstra <peterz@infradead.org>
Mon, 9 May 2016 08:37:59 +0000 (10:37 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 30 Sep 2016 08:54:06 +0000 (10:54 +0200)
commit24fc7edb92eea05946119cc0258c891c26b3b469
treef746d2b660304243515e81f978145fca61783f63
parent16f3ef46805a5ffc75549deac2ff6af08bdf590b
sched/core: Introduce 'struct sched_domain_shared'

Since struct sched_domain is strictly per cpu; introduce a structure
that is shared between all 'identical' sched_domains.

Limit to SD_SHARE_PKG_RESOURCES domains for now, as we'll only use it
for shared cache state; if another use comes up later we can easily
relax this.

While the sched_group's are normally shared between CPUs, these are
not natural to use when we need some shared state on a domain level --
since that would require the domain to have a parent, which is not a
given.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched.h
kernel/sched/core.c