/linux-4.1.27/arch/mips/kernel/ |
H A D | i8253.c | 22 .flags = IRQF_NOBALANCING | IRQF_TIMER,
|
H A D | perf_event_mipsxx.c | 561 IRQF_PERCPU | IRQF_NOBALANCING | mipspmu_get_irq()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | time.c | 65 .flags = IRQF_NOBALANCING | IRQF_IRQPOLL | IRQF_TIMER,
|
H A D | hpet.c | 520 IRQF_TIMER | IRQF_NOBALANCING, hpet_setup_irq()
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | cevt-mn10300.c | 127 iact->flags |= IRQF_NOBALANCING; init_clockevents()
|
H A D | smp.c | 133 .flags = IRQF_NOBALANCING, 138 .flags = IRQF_NOBALANCING, 146 .flags = IRQF_NOBALANCING,
|
H A D | mn10300-serial.c | 988 IRQF_NOBALANCING, mn10300_serial_startup() 993 IRQF_NOBALANCING, mn10300_serial_startup() 998 IRQF_NOBALANCING, mn10300_serial_startup()
|
/linux-4.1.27/drivers/clocksource/ |
H A D | timer-atlas7.c | 172 .flags = IRQF_TIMER | IRQF_NOBALANCING, 178 .flags = IRQF_TIMER | IRQF_NOBALANCING,
|
H A D | cs5535-clockevt.c | 134 .flags = IRQF_NOBALANCING | IRQF_TIMER | IRQF_SHARED,
|
H A D | em_sti.c | 347 IRQF_TIMER | IRQF_IRQPOLL | IRQF_NOBALANCING, em_sti_probe()
|
H A D | qcom-timer.c | 141 IRQF_TIMER | IRQF_NOBALANCING | msm_local_timer_setup()
|
H A D | dw_apb_timer.c | 247 IRQF_NOBALANCING; dw_apb_clockevent_init()
|
H A D | sh_mtu2.c | 367 IRQF_TIMER | IRQF_IRQPOLL | IRQF_NOBALANCING, sh_mtu2_setup_channel()
|
H A D | exynos_mct.c | 561 IRQF_TIMER | IRQF_NOBALANCING, for_each_possible_cpu()
|
H A D | sh_tmu.c | 443 IRQF_TIMER | IRQF_IRQPOLL | IRQF_NOBALANCING, sh_tmu_register_clockevent()
|
H A D | sh_cmt.c | 803 IRQF_TIMER | IRQF_IRQPOLL | IRQF_NOBALANCING, sh_cmt_register_clockevent()
|
/linux-4.1.27/arch/x86/xen/ |
H A D | smp.c | 161 IRQF_PERCPU|IRQF_NOBALANCING, xen_smp_intr_init() 173 IRQF_PERCPU|IRQF_NOBALANCING, xen_smp_intr_init() 183 IRQF_PERCPU | IRQF_NOBALANCING, xen_smp_intr_init() 194 IRQF_PERCPU|IRQF_NOBALANCING, xen_smp_intr_init() 213 IRQF_PERCPU|IRQF_NOBALANCING, xen_smp_intr_init()
|
H A D | spinlock.c | 242 IRQF_PERCPU|IRQF_NOBALANCING, xen_init_lock_cpu()
|
H A D | time.c | 441 IRQF_PERCPU|IRQF_NOBALANCING|IRQF_TIMER| xen_setup_timer()
|
/linux-4.1.27/arch/mips/loongson/common/cs5536/ |
H A D | cs5536_mfgpt.c | 113 .flags = IRQF_NOBALANCING | IRQF_TIMER,
|
/linux-4.1.27/arch/mips/loongson/loongson-3/ |
H A D | hpet.c | 165 .flags = IRQF_NOBALANCING | IRQF_TIMER,
|
/linux-4.1.27/drivers/xen/ |
H A D | platform-pci.c | 87 IRQF_NOBALANCING | IRQF_TRIGGER_RISING, xen_allocate_irq()
|
/linux-4.1.27/arch/mips/oprofile/ |
H A D | op_model_mipsxx.c | 450 IRQF_PERCPU | IRQF_NOBALANCING | mipsxx_init()
|
/linux-4.1.27/arch/metag/kernel/perf/ |
H A D | perf_event.c | 106 err = request_irq(irq[0], metag_pmu->handle_irq, IRQF_NOBALANCING, reserve_pmu_hardware() 119 err = request_irq(irq[1], metag_pmu->handle_irq, IRQF_NOBALANCING, reserve_pmu_hardware()
|
/linux-4.1.27/include/linux/ |
H A D | interrupt.h | 46 * IRQF_NOBALANCING - Flag to exclude this interrupt from irq balancing 69 #define IRQF_NOBALANCING 0x00000800 macro
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | perf_event_cpu.c | 158 IRQF_NOBALANCING | IRQF_NO_THREAD, "arm-pmu", cpu_pmu_request_irq()
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | perf_event.c | 491 IRQF_NOBALANCING, armpmu_reserve_hardware()
|
/linux-4.1.27/kernel/irq/ |
H A D | manage.c | 1219 if (new->flags & IRQF_NOBALANCING) { __setup_irq()
|