Home
last modified time | relevance | path

Searched hist:a005677b3dd05decdd8880cf3044ae709856f58f (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/kernel/irq/
H A Dsettings.hdiff 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 Dmigration.cdiff 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 Dspurious.cdiff 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 Dinternals.hdiff 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 Dchip.cdiff 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 Dmanage.cdiff 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 Dirq.hdiff 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>