Searched hist:a005677b3dd05decdd8880cf3044ae709856f58f (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/kernel/irq/ |
H A D | settings.h | diff a005677b3dd05decdd8880cf3044ae709856f58f Tue Feb 08 10:11:03 CST 2011 Thomas Gleixner <tglx@linutronix.de> genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state
That's the right data structure to look at for arch code.
Accessor functions are provided.
irqd_is_per_cpu(irqdata); irqd_can_balance(irqdata);
Coders who access them directly will be tracked down and slapped with stinking trouts.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
H A D | migration.c | diff a005677b3dd05decdd8880cf3044ae709856f58f Tue Feb 08 10:11:03 CST 2011 Thomas Gleixner <tglx@linutronix.de> genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state
That's the right data structure to look at for arch code.
Accessor functions are provided.
irqd_is_per_cpu(irqdata); irqd_can_balance(irqdata);
Coders who access them directly will be tracked down and slapped with stinking trouts.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
H A D | spurious.c | diff a005677b3dd05decdd8880cf3044ae709856f58f Tue Feb 08 10:11:03 CST 2011 Thomas Gleixner <tglx@linutronix.de> genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state
That's the right data structure to look at for arch code.
Accessor functions are provided.
irqd_is_per_cpu(irqdata); irqd_can_balance(irqdata);
Coders who access them directly will be tracked down and slapped with stinking trouts.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
H A D | internals.h | diff a005677b3dd05decdd8880cf3044ae709856f58f Tue Feb 08 10:11:03 CST 2011 Thomas Gleixner <tglx@linutronix.de> genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state
That's the right data structure to look at for arch code.
Accessor functions are provided.
irqd_is_per_cpu(irqdata); irqd_can_balance(irqdata);
Coders who access them directly will be tracked down and slapped with stinking trouts.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
H A D | chip.c | diff a005677b3dd05decdd8880cf3044ae709856f58f Tue Feb 08 10:11:03 CST 2011 Thomas Gleixner <tglx@linutronix.de> genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state
That's the right data structure to look at for arch code.
Accessor functions are provided.
irqd_is_per_cpu(irqdata); irqd_can_balance(irqdata);
Coders who access them directly will be tracked down and slapped with stinking trouts.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
H A D | manage.c | diff a005677b3dd05decdd8880cf3044ae709856f58f Tue Feb 08 10:11:03 CST 2011 Thomas Gleixner <tglx@linutronix.de> genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state
That's the right data structure to look at for arch code.
Accessor functions are provided.
irqd_is_per_cpu(irqdata); irqd_can_balance(irqdata);
Coders who access them directly will be tracked down and slapped with stinking trouts.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
/openbmc/linux/include/linux/ |
H A D | irq.h | diff a005677b3dd05decdd8880cf3044ae709856f58f Tue Feb 08 10:11:03 CST 2011 Thomas Gleixner <tglx@linutronix.de> genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state
That's the right data structure to look at for arch code.
Accessor functions are provided.
irqd_is_per_cpu(irqdata); irqd_can_balance(irqdata);
Coders who access them directly will be tracked down and slapped with stinking trouts.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|