Searched refs:raised (Results 1 - 140 of 140) sorted by relevance

/linux-4.4.14/arch/powerpc/math-emu/
H A Dfdiv.c32 printk("%s: FPSCR_VXZDZ raised\n", __func__); fdiv()
38 printk("%s: FPSCR_VXIDI raised\n", __func__); fdiv()
H A Dfdivs.c33 printk("%s: FPSCR_VXZDZ raised\n", __func__); fdivs()
39 printk("%s: FPSCR_VXIDI raised\n", __func__); fdivs()
/linux-4.4.14/kernel/
H A Dirq_work.c114 struct llist_head *raised, *lazy; irq_work_needs_cpu() local
116 raised = this_cpu_ptr(&raised_list); irq_work_needs_cpu()
119 if (llist_empty(raised) || arch_irq_work_has_interrupt()) irq_work_needs_cpu()
178 struct llist_head *raised = this_cpu_ptr(&raised_list); irq_work_tick() local
180 if (!llist_empty(raised) && !arch_irq_work_has_interrupt()) irq_work_tick()
181 irq_work_run_list(raised); irq_work_tick()
H A Dcapability.c217 * I: any raised capabilities must be a subset of the old permitted
218 * P: any raised capabilities must be a subset of the old permitted
H A Dsignal.c2620 * sys_rt_sigpending - examine a pending signal that has been raised
/linux-4.4.14/tools/testing/selftests/x86/
H A Dtest_FCOMI.c101 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it test_qnan()
130 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it testu_qnan()
159 // " fnclex""\n" // flds of a snan raised FE_INVALID, clear it testu_snan()
245 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it testp_qnan()
273 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it testup_qnan()
/linux-4.4.14/arch/powerpc/kvm/
H A Dmpic.c182 struct irq_queue raised; member in struct:irq_dest
368 * it is still raised, in case ctpr is lowered later. IRQ_local_pipe()
371 IRQ_setbit(&dst->raised, n_IRQ); IRQ_local_pipe()
373 IRQ_resetbit(&dst->raised, n_IRQ); IRQ_local_pipe()
375 IRQ_check(opp, &dst->raised); IRQ_local_pipe()
390 __func__, n_CPU, n_IRQ, dst->raised.next); IRQ_local_pipe()
395 if (dst->raised.priority > dst->ctpr && IRQ_local_pipe()
396 dst->raised.priority > dst->servicing.priority) { IRQ_local_pipe()
398 __func__, n_IRQ, dst->raised.next, IRQ_local_pipe()
399 dst->raised.priority, dst->ctpr, IRQ_local_pipe()
548 memset(&opp->dst[i].raised, 0, sizeof(struct irq_queue)); openpic_reset()
549 opp->dst[i].raised.next = -1; openpic_reset()
1057 pr_debug("%s: set CPU %d ctpr to %d, raised %d servicing %d\n", openpic_cpu_write_internal()
1058 __func__, idx, dst->ctpr, dst->raised.priority, openpic_cpu_write_internal()
1061 if (dst->raised.priority <= dst->ctpr) { openpic_cpu_write_internal()
1065 } else if (dst->raised.priority > dst->servicing.priority) { openpic_cpu_write_internal()
1067 __func__, idx, dst->raised.next); openpic_cpu_write_internal()
1096 n_IRQ = IRQ_get_next(opp, &dst->raised); openpic_cpu_write_internal()
1136 irq = IRQ_get_next(opp, &dst->raised); openpic_iack()
1146 pr_err("%s: bad raised IRQ %d ctpr %d ivpr 0x%08x\n", openpic_iack()
1160 IRQ_resetbit(&dst->raised, irq); openpic_iack()
H A Dbooke.c681 /* Exception delivery raised request; start over */ kvmppc_core_prepare_to_enter()
/linux-4.4.14/arch/x86/platform/uv/
H A Duv_irq.c178 * interrupt is raised.
204 * was raised.
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
H A Dllog.c413 int raised; llog_open() local
430 raised = cfs_cap_raised(CFS_CAP_SYS_RESOURCE); llog_open()
431 if (!raised) llog_open()
434 if (!raised) llog_open()
/linux-4.4.14/arch/sh/boards/mach-highlander/
H A Dpsw.c36 /* Figure out who raised it */ psw_irq_handler()
/linux-4.4.14/arch/sh/boards/mach-landisk/
H A Dpsw.c36 /* Figure out who raised it */ psw_irq_handler()
/linux-4.4.14/include/media/
H A Dv4l2-event.h43 * This array (ringbuffer, really) is used to store any events raised by the
49 * so that an event can be raised by that object. So the 'node' field can
58 * struct v4l2_subscribed_event has a ringbuffer of raised (pending) events of
H A Dv4l2-subdev.h174 * handler, when an interrupt status has be raised due to this subdev,
/linux-4.4.14/arch/unicore32/kernel/
H A Dfpu-ucf64.c53 * sicode describes the signal being raised.
/linux-4.4.14/arch/x86/math-emu/
H A Dreg_divide.c11 | one was raised, or -1 on internal error. |
H A Dreg_norm.S16 | one was raised, or -1 on internal error. |
H A Dreg_u_add.S16 | one was raised, or -1 on internal error. |
H A Dreg_u_sub.S15 | one was raised, or -1 on internal error. |
H A Dreg_u_div.S22 | one was raised, or -1 on internal error. |
H A Dreg_round.S20 | one was raised, or -1 on internal error. |
H A Dreg_ld_str.c340 The only exception raised by an attempt to store to an FPU_store_extended()
/linux-4.4.14/include/trace/events/
H A Dirq.h149 * softirq_raise - called immediately when a softirq is raised
/linux-4.4.14/arch/ia64/include/uapi/asm/
H A Dsigcontext.h24 * signal was raised. If signal delivery required switching to an alternate signal stack
/linux-4.4.14/include/linux/
H A Dballoon_compaction.h24 * pages list, the page reference counter must be raised by one and the
27 * counter raised only while it is under our special handling;
H A Dtty.h204 /* Return 1 if the carrier is raised */
H A Dclk-provider.h349 * CLK_DIVIDER_POWER_OF_TWO - clock divisor is 2 raised to the value read from
/linux-4.4.14/drivers/parport/
H A Dparport_amiga.c10 * lines (BUSY, POUT, SEL), 1 output control line /STROBE (raised automatically
/linux-4.4.14/block/
H A Dblk-softirq.c144 * entries there, someone already raised the irq but it __blk_complete_request()
H A Dbio.c310 * is visible before the raised count.
/linux-4.4.14/arch/arm/nwfpe/
H A Dsoftfloat.c50 happens when exceptions are raised, (3) how signaling NaNs are distinguished
64 input is simply rounded to an integer, with the inexact exception raised if
66 input is too large, however, the invalid exception is raised and the largest
200 the inexact exception raised if the abstract input cannot be represented
202 inexact exceptions are raised and an infinity or maximal finite value is
204 a subnormal number, and the underflow and inexact exceptions are raised if
371 the inexact exception raised if the abstract input cannot be represented
373 inexact exceptions are raised and an infinity or maximal finite value is
375 a subnormal number, and the underflow and inexact exceptions are raised if
546 inexact exception raised if the abstract input cannot be represented
548 inexact exceptions are raised and an infinity or maximal finite value is
550 a subnormal number, and the underflow and inexact exceptions are raised if
1572 corresponding value `b', and 0 otherwise. The invalid exception is raised
2459 corresponding value `b', and 0 otherwise. The invalid exception is raised
3342 raised if either operand is a NaN. Otherwise, the comparison is performed
/linux-4.4.14/drivers/media/pci/ttpci/
H A Dbudget-patch.c442 // (GPIO3 should be raised high by CPU to budget_patch_attach()
519 ** and temporarily raised high every n lines budget_patch_attach()
521 ** I think HS is raised high on the beginning of the n-th line budget_patch_attach()
H A Dav7110.c2325 * and temporarily raised high every n lines
2327 * I think HS is raised high on the beginning of the n-th line
2398 * (GPIO3 should be raised high by CPU to av7110_attach()
/linux-4.4.14/arch/x86/include/asm/
H A Dpgtable_types.h14 #define _PAGE_BIT_ACCESSED 5 /* was accessed (raised by CPU) */
15 #define _PAGE_BIT_DIRTY 6 /* was written to (raised by CPU) */
/linux-4.4.14/drivers/irqchip/
H A Dirq-bcm2836.c55 * use mailbox 0 for IPIs. The mailbox's interrupt is raised while
/linux-4.4.14/arch/tile/kernel/
H A Dtime.c120 * raised as long as bit 31 is set.
/linux-4.4.14/net/dccp/
H A Dtimer.c55 "The one security concern raised by this memo is that ICMP black holes dccp_write_timeout()
/linux-4.4.14/arch/mips/include/asm/netlogic/
H A Dmips-extns.h117 * the interrupts which are raised and are not masked.
/linux-4.4.14/arch/ia64/lib/
H A Dstrlen_user.S25 // - 0 in case an exception is raised
/linux-4.4.14/drivers/net/ethernet/ti/
H A Dtlan.c1353 * raised.
1357 * This function handles Tx EOF interrupts which are raised
1455 * raised.
1483 * raised.
1607 * raised.
1612 * raised whenever a test interrupt is generated by setting
1634 * raised.
1686 * raised.
1765 * raised.
/linux-4.4.14/arch/arm/vfp/
H A Dvfpmodule.c219 * sicode describes the signal being raised.
668 * If we reach this point, a floating point exception has been raised vfp_kmode_exception()
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dintel_gmbus.c335 * BUS_ERROR raised by the slave's NAK. gmbus_xfer()
/linux-4.4.14/drivers/char/hw_random/
H A Domap-rng.c274 * Interrupt raised by a fro shutdown threshold, do the following: omap4_rng_irq()
/linux-4.4.14/drivers/watchdog/
H A Dsb_wdog.c16 * It is a simple timer, and there is an interrupt that is raised the
H A Dwdt.c268 * Handle an interrupt from the board. These are raised when the status
H A Dwdt_pci.c295 * Handle an interrupt from the board. These are raised when the status
/linux-4.4.14/arch/m68k/fpsp040/
H A Dsetox.S169 | raised, to simulate that exception cost to much than the
177 | raised by 7.3. That is the only exception raised by 7.3.
/linux-4.4.14/drivers/tty/serial/
H A Domap-serial.c690 /* Turn off autoRTS if RTS is lowered; restore autoRTS if RTS raised */ serial_omap_set_mctrl()
769 * Most PC uarts need OUT2 raised to enable interrupts. serial_omap_startup()
1050 /* Enable AUTOCTS (autoRTS is enabled when RTS is raised) */ serial_omap_set_termios()
H A Damba-pl011.c1488 * controller immediately got some new data and raised the IRQ. pl011_quiesce_irqs()
/linux-4.4.14/drivers/usb/serial/
H A Dio_ionsp.h280 // Request-to-Send signal: it is raised before
H A Dftdi_sio.c2318 /* Ensure RTS and DTR are raised when baudrate changed from 0 */ ftdi_set_termios()
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_dw.c14 * raised, the LCR needs to be rewritten and the uart status register read.
H A D8250_omap.c133 * if RTS is raised omap8250_set_mctrl()
445 /* Enable AUTOCTS (autoRTS is enabled when RTS is raised) */ omap_8250_set_termios()
H A D8250_port.c1957 * Most PC uarts need OUT2 raised to enable interrupts. serial8250_do_startup()
/linux-4.4.14/drivers/tty/
H A Dtty_port.c285 * tty_port_carrier_raised - carrier raised check
H A Dsynclink.c3222 * Return true if carrier is raised
/linux-4.4.14/drivers/s390/net/
H A Dqeth_core_mpc.h611 /* Bitmask for entry->change_code. Both bits may be raised. */
/linux-4.4.14/drivers/hwmon/
H A Dabituguru.c559 ABIT_UGURU_DEBUG(2, " alarm raised during volt " abituguru_detect_bank1_sensor_type()
562 ABIT_UGURU_DEBUG(2, " alarm not raised during volt sensor " abituguru_detect_bank1_sensor_type()
596 ABIT_UGURU_DEBUG(2, " alarm raised during temp " abituguru_detect_bank1_sensor_type()
599 ABIT_UGURU_DEBUG(2, " alarm not raised during temp sensor " abituguru_detect_bank1_sensor_type()
/linux-4.4.14/drivers/mfd/
H A Dtwl6030-irq.c50 * It exposes status bits saying who has raised an interrupt. There are
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge_mcp.h41 * The SMALL flag is only needed in the first segment. It is raised
/linux-4.4.14/drivers/net/ethernet/ezchip/
H A Dnps_enet.c200 * EZchip ENET has 2 interrupt causes, and depending on bits raised in
/linux-4.4.14/fs/gfs2/
H A Dglops.c306 * If the link count has hit zero, it must never be raised, whatever the
/linux-4.4.14/mm/
H A Dmremap.c314 * Since total_vm is about to be raised artificially high for a move_vma()
H A Dksm.c1044 * case, we need to lock and check page_count is not raised. try_to_merge_one_page()
1202 * migration is sure to notice its raised count. stable_tree_search()
1569 * pagevecs, raised page count preventing write_protect_page scan_get_next_rmap_item()
H A Dvmscan.c3070 * This is used to determine if the scanning priority needs to be raised.
/linux-4.4.14/arch/m68k/include/asm/
H A Dmac_via.h126 * VIA2 A register is the interrupt lines raised off the nubus
/linux-4.4.14/arch/arm64/kernel/
H A Dperf_event.c479 * platforms that can have the PMU interrupts raised as an NMI, this armv8pmu_handle_irq()
/linux-4.4.14/arch/arm/kernel/
H A Dperf_event_v6.c356 * platforms that can have the PMU interrupts raised as an NMI, this armv6pmu_handle_irq()
H A Dperf_event_v7.c897 * platforms that can have the PMU interrupts raised as an NMI, this armv7pmu_handle_irq()
/linux-4.4.14/drivers/media/rc/
H A Dnuvoton-cir.c387 /* set sample limit count (PE interrupt raised when reached) */ nvt_cir_regs_init()
425 /* set sample limit count (PE interrupt raised when reached) */ nvt_cir_wake_regs_init()
/linux-4.4.14/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.c1206 /* Clear soft-irq in case we raised it mtk_eint_irq_handler()
1222 interrupt, raised it through soft-irq */ mtk_eint_irq_handler()
/linux-4.4.14/arch/x86/kernel/apic/
H A Dvector.c707 * set_ioapic(new_vector) <-- Interrupt is raised before update irq_force_complete_move()
708 * is effective, i.e. it's raised on irq_force_complete_move()
/linux-4.4.14/drivers/block/
H A Dxsysace.c31 * of events; some raised by interrupts, some which need to be polled
52 * raised by the hardware. The tasklet can be scheduled at any time.
H A Dataflop.c1746 * signal. This should now be raised if there is a drive connected
/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_guest.c356 * Scans the notification bitmap for raised flags, clears them
/linux-4.4.14/drivers/mmc/host/
H A Dmvsdio.c73 * was raised. And if another data transfer starts before mvsd_setup_data()
/linux-4.4.14/drivers/media/platform/sti/bdisp/
H A Dbdisp-hw.c95 * 0 if expected interrupt was raised.
/linux-4.4.14/drivers/phy/
H A Dphy-twl4030-usb.c295 * its interrupt may be raised (may wake the system). twl4030_usb_linkstat()
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c328 * 3. if an irq raised after beginning loop, it will be immediately tulip_poll()
/linux-4.4.14/drivers/net/ethernet/arc/
H A Demac_main.c332 * ARC EMAC has only 1 interrupt line, and depending on bits raised in
/linux-4.4.14/drivers/atm/
H A Dambassador.c2327 PRINTK (KERN_NOTICE, "cmds has been raised to %u", amb_check_args()
2331 PRINTK (KERN_NOTICE, "txs has been raised to %u", amb_check_args()
2336 PRINTK (KERN_NOTICE, "rxs[%hu] has been raised to %u", amb_check_args()
2349 PRINTK (KERN_NOTICE, "rx_lats has been raised to %u", amb_check_args()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_i2c.c563 * BUS_ERROR raised by the slave's NAK. gmbus_xfer()
/linux-4.4.14/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pic.c55 * bestcomm tasks can cause the bestcomm interrupt to be raised). When a
/linux-4.4.14/arch/arm/probes/kprobes/
H A Dcore.c161 * a probe between the moment the 'Undefined Instruction' exception is raised
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h717 * CCB is visible by the CPU before INTFLY is raised.
1782 * sometimes raised a spurious phase mismatch with
H A Dsym_fw1.h742 * CCB is visible by the CPU before INTFLY is raised.
H A Dsym_hipd.c2757 * after the SIP and/or DIP flag has been raised in the
3930 * will be raised eventually.
/linux-4.4.14/drivers/net/wan/
H A Dz85230.c469 pr_info("%s: DCD raised\n", chan->dev->name); z8530_status()
590 pr_info("%s: DCD raised\n", chan->dev->name); z8530_dma_status()
/linux-4.4.14/drivers/crypto/
H A Dpicoxcell_crypto.c51 * the CMD0_CNT interrupt is raised. Increasing this value will reduce the
52 * number of interrupts raised to the CPU.
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c1960 * - on every setup token, bit UDCCSR0_SA is raised and held until cleared by
1962 * - on every OUT packet received, UDCCSR0_OPC is raised and held until
1969 * UDCCSR0_OPC is not yet raised (delta can be as big as 100ms
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h407 * IRQ is raised.
439 * due to an error. No IRQ is raised.
/linux-4.4.14/drivers/net/ethernet/toshiba/
H A Dspider_net.c1373 * spider_net_handle_error_irq - handles errors raised by an interrupt
1602 * interrupt found raised by card.
/linux-4.4.14/drivers/scsi/ufs/
H A Dufshcd.c447 * ufshcd_is_exception_event - Check if the device raised an exception event
450 * The function checks if the device raised an exception event indicated in
453 * Returns true if exception is raised, false otherwise.
3427 * ufshcd_exception_event_handler - handle exceptions raised by device
/linux-4.4.14/drivers/uwb/
H A Dhwa-rc.c574 * well, so if I get it, I can pinpoint in the code that raised
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c434 * generated by SERR raised due to target aborts. ahd_pci_test_register_access()
H A Daic7xxx_pci.c1182 * generated by SERR raised due to target aborts. ahc_pci_test_register_access()
/linux-4.4.14/drivers/isdn/hisax/
H A Dhfc4s8s_l1.c49 /* value should be raised to 7 to reduce any interrupt overhead*/
/linux-4.4.14/drivers/misc/sgi-xp/
H A Dxpc.h205 int irq; /* irq raised when message is received in mq */
/linux-4.4.14/drivers/mmc/card/
H A Dsdio_uart.c525 * waiting for the actual interrupt to be raised and the SDIO IRQ sdio_uart_irq()
/linux-4.4.14/drivers/input/serio/
H A Di8042.c425 * a (very unlikely) chance that AUX IRQ is raised for KBD port i8042_stop()
/linux-4.4.14/drivers/media/dvb-core/
H A Ddvb_demux.c225 * is incemented and the use=0 condition is not raised
/linux-4.4.14/drivers/net/irda/
H A Dvlsi_ir.h201 * enable bit status indicates whether interrupt gets raised
/linux-4.4.14/net/rxrpc/
H A Dar-ack.c1211 /* other events may have been raised since we started checking */ rxrpc_process_call()
/linux-4.4.14/net/ipv4/
H A Dtcp.c1418 * which has been raised "significantly". tcp_cleanup_rbuf()
1420 * Even if window raised up to infinity, do not send window open ACK tcp_cleanup_rbuf()
/linux-4.4.14/sound/pci/hda/
H A Dpatch_hdmi.c3003 * be raised in the HDMI codec. The remainder of the bits is arbitrary. This
3064 * Whenever the trigger bit is toggled, an interrupt is raised in the tegra_hdmi_set_format()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dfirmware.c733 * is raised, it will persist outside of this routine until a run_rsa()
/linux-4.4.14/drivers/net/can/usb/
H A Dkvaser_usb.c426 * - USBCAN controllers has difficulties reporting if the raised error
/linux-4.4.14/drivers/gpu/drm/tegra/
H A Ddc.c1211 * When that happens no VBLANK interrupts will be raised. At the same tegra_crtc_disable()
/linux-4.4.14/drivers/hid/
H A Dhid-logitech-hidpp.c176 * - If ' something else' is positive, that means that an error has been raised
H A Dhid-core.c806 * be robust against hid errors. Those errors will be raised by hid_scan_report()
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
H A Drx.c1246 * already raised an interrupt. iwl_pcie_irq_handler()
/linux-4.4.14/drivers/acpi/
H A Dec.c356 * EC commands will be sent without GPE raised. acpi_ec_clear_gpe()
/linux-4.4.14/arch/blackfin/mach-common/
H A Dentry.S963 /* If someone else already raised IRQ 15, do nothing. */
/linux-4.4.14/arch/powerpc/mm/
H A Dhash_utils_64.c224 * enabled, exceptions are raised with MMU (IR=DR=1) ON. Hence htab_bolt_mapping()
/linux-4.4.14/sound/pci/emu10k1/
H A Demupcm.c816 /* hmm this should cause full and half full interrupt to be raised? */ snd_emu10k1_capture_trigger()
/linux-4.4.14/sound/sparc/
H A Dcs4231.c1632 /*This is IRQ is not raised by the cs4231*/ snd_cs4231_sbus_interrupt()
/linux-4.4.14/drivers/scsi/
H A Dfdomain.c251 the SCSI device, an interrupt will be raised. Therefore, this could be as
H A DNCR5380.c1413 * Since we followed the SCSI spec, and raised ATN while SEL NCR5380_select()
H A Datari_NCR5380.c1556 * Since we followed the SCSI spec, and raised ATN while SEL NCR5380_select()
H A Dncr53c8xx.c6781 ** will be raised eventually. ncr_int_sir()
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
H A Dvxge-traffic.c879 * interrupt was raised by the device. Next, it masks the device interrupts.
H A Dvxge-main.c540 * If an interrupt was raised to indicate DMA complete of the Tx packet,
/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmc91x.c1313 * get enqueued into the chip right after TX_EMPTY_INT is raised smc_interrupt()
/linux-4.4.14/include/net/
H A Dtcp.h1068 * flexible approach. The RFC suggests cwnd should not be raised unless
/linux-4.4.14/drivers/net/ethernet/neterion/
H A Ds2io.c2998 * If an interrupt was raised to indicate DMA complete of the
4313 /* The interrupt was not raised by us */ s2io_msix_fifo_handle()
4800 /* The interrupt was not raised by us */ s2io_isr()
/linux-4.4.14/drivers/usb/core/
H A Dhcd.c2393 * @irq: the IRQ being raised
/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_tty.c549 /* Next routine is called, whenever the DTR-signal is raised.
/linux-4.4.14/drivers/md/
H A Draid1.c778 * The 'barrier' is a counter that can be raised multiple times
H A Draid10.c884 * The 'barrier' is a counter that can be raised multiple times
/linux-4.4.14/drivers/mmc/core/
H A Dcore.c303 * called due to an exception raised by the card
/linux-4.4.14/drivers/message/fusion/
H A Dmptctl.c578 /* This flag is set after SIGIO was raised, and mptctl_event_process()
/linux-4.4.14/drivers/net/wireless/hostap/
H A Dhostap_ap.c2732 PDEBUG(DEBUG_AP, "%s: STA %pM TX rate raised to %d\n", ap_update_sta_tx_rate()
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c9897 #define IMPULSE_COSINE_ALPHA_0_3 {-3, -4, -1, 6, 10, 7, -5, -20, -25, -10, 29, 79, 123, 140} /*sqrt raised-cosine filter with alpha=0.3 */
9898 #define IMPULSE_COSINE_ALPHA_0_5 { 2, 0, -2, -2, 2, 5, 2, -10, -20, -14, 20, 74, 125, 145} /*sqrt raised-cosine filter with alpha=0.5 */
9899 #define IMPULSE_COSINE_ALPHA_RO_0_5 { 0, 0, 1, 2, 3, 0, -7, -15, -16, 0, 34, 77, 114, 128} /*full raised-cosine filter with alpha=0.5 (receiver only) */
/linux-4.4.14/arch/m68k/ifpsp060/src/
H A Dfplsp.S6828 # should always be raised, to simulate that exception #
6836 # raised by 7.3. That is the only exception raised by 7.3.#
H A Dfpsp.S6934 # should always be raised, to simulate that exception #
6942 # raised by 7.3. That is the only exception raised by 7.3.#
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A Dcommon.c5525 /* Hardware disappeared. It might have already raised il_isr()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2817 * an interrupt may be raised even when EQ is unarmed. be_intx()
/linux-4.4.14/drivers/ata/
H A Dsata_mv.c334 EDMA_ERR_SERR = (1 << 5), /* SError bits [WBDST] raised */
/linux-4.4.14/fs/
H A Dnamei.c110 * implemented. Let's see if raised priority of ->s_vfs_rename_mutex gives
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c5207 /* handle bits that were raised */ bnx2x_attn_int()
12888 DP(NETIF_MSG_IFUP, "Accept all VLAN raised\n"); bnx2x_vlan_rx_add_vid()

Completed in 6145 milliseconds