This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
realtime:documentation:howto:tools:cpu-partitioning:procfs [2023/09/28 08:52] costa.shul References |
realtime:documentation:howto:tools:cpu-partitioning:procfs [2023/10/02 13:15] (current) costa.shul [References] |
||
---|---|---|---|
Line 14: | Line 14: | ||
* [[https://docs.kernel.org/core-api/irq/irq-affinity.html|SMP IRQ affinity]] | * [[https://docs.kernel.org/core-api/irq/irq-affinity.html|SMP IRQ affinity]] | ||
+ | * see fields ''affinity'' and ''effective_affinity'' of struct ''irq_common_data'' in [[https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/include/linux/irq.h|include/linux/irq.h]] | ||
+ | * [[https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/kernel/kernel/irq/manage.c|kernel/irq/manage.c]] | ||
* [[https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/kernel/irq/proc.c|kernel/irq/proc.c]] | * [[https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/kernel/irq/proc.c|kernel/irq/proc.c]] | ||
+ | * [[realtime:documentation:howto:tools:cpu-partitioning:irqaffinity|Default IRQ affinity]] | ||