Searched refs:serviced (Results 1 - 136 of 136) sorted by relevance

/linux-4.4.14/arch/sparc/include/uapi/asm/
H A Dwatchdog.h28 #define WD_SERVICED 0x10 /* timer interrupt was serviced */
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/dma/
H A Dat91.h21 * FIFO configuration: it defines when a request is serviced.
/linux-4.4.14/include/dt-bindings/dma/
H A Dat91.h21 * FIFO configuration: it defines when a request is serviced.
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/dma/
H A Dat91.h21 * FIFO configuration: it defines when a request is serviced.
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/dma/
H A Dat91.h21 * FIFO configuration: it defines when a request is serviced.
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/dma/
H A Dat91.h21 * FIFO configuration: it defines when a request is serviced.
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/dma/
H A Dat91.h21 * FIFO configuration: it defines when a request is serviced.
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/dma/
H A Dat91.h21 * FIFO configuration: it defines when a request is serviced.
/linux-4.4.14/drivers/vme/bridges/
H A Dvme_tsi148.c80 u32 serviced = 0; tsi148_DMA_irqhandler() local
84 serviced |= TSI148_LCSR_INTC_DMA0C; tsi148_DMA_irqhandler()
88 serviced |= TSI148_LCSR_INTC_DMA1C; tsi148_DMA_irqhandler()
91 return serviced; tsi148_DMA_irqhandler()
100 u32 serviced = 0; tsi148_LM_irqhandler() local
106 serviced |= TSI148_LCSR_INTC_LMC[i]; tsi148_LM_irqhandler()
110 return serviced; tsi148_LM_irqhandler()
122 u32 serviced = 0; tsi148_MB_irqhandler() local
132 serviced |= TSI148_LCSR_INTC_MBC[i]; tsi148_MB_irqhandler()
136 return serviced; tsi148_MB_irqhandler()
219 int vec, i, serviced = 0; tsi148_VIRQ_irqhandler() local
235 serviced |= (1 << i); tsi148_VIRQ_irqhandler()
239 return serviced; tsi148_VIRQ_irqhandler()
248 u32 stat, enable, serviced = 0; tsi148_irqhandler() local
269 serviced |= tsi148_DMA_irqhandler(bridge, stat); tsi148_irqhandler()
274 serviced |= tsi148_LM_irqhandler(bridge, stat); tsi148_irqhandler()
279 serviced |= tsi148_MB_irqhandler(tsi148_bridge, stat); tsi148_irqhandler()
283 serviced |= tsi148_PERR_irqhandler(tsi148_bridge); tsi148_irqhandler()
287 serviced |= tsi148_VERR_irqhandler(tsi148_bridge); tsi148_irqhandler()
291 serviced |= tsi148_IACK_irqhandler(bridge); tsi148_irqhandler()
298 serviced |= tsi148_VIRQ_irqhandler(tsi148_bridge, stat); tsi148_irqhandler()
300 /* Clear serviced interrupts */ tsi148_irqhandler()
301 iowrite32be(serviced, bridge->base + TSI148_LCSR_INTC); tsi148_irqhandler()
H A Dvme_ca91cx42.c67 u32 serviced = 0; ca91cx42_LM_irqhandler() local
73 serviced |= CA91CX42_LINT_LM[i]; ca91cx42_LM_irqhandler()
77 return serviced; ca91cx42_LM_irqhandler()
132 int vec, i, serviced = 0; ca91cx42_VIRQ_irqhandler() local
145 serviced |= (1 << i); ca91cx42_VIRQ_irqhandler()
149 return serviced; ca91cx42_VIRQ_irqhandler()
154 u32 stat, enable, serviced = 0; ca91cx42_irqhandler() local
172 serviced |= ca91cx42_DMA_irqhandler(bridge); ca91cx42_irqhandler()
175 serviced |= ca91cx42_LM_irqhandler(bridge, stat); ca91cx42_irqhandler()
177 serviced |= ca91cx42_MB_irqhandler(bridge, stat); ca91cx42_irqhandler()
179 serviced |= ca91cx42_IACK_irqhandler(bridge); ca91cx42_irqhandler()
181 serviced |= ca91cx42_VERR_irqhandler(ca91cx42_bridge); ca91cx42_irqhandler()
183 serviced |= ca91cx42_LERR_irqhandler(ca91cx42_bridge); ca91cx42_irqhandler()
188 serviced |= ca91cx42_VIRQ_irqhandler(ca91cx42_bridge, stat); ca91cx42_irqhandler()
190 /* Clear serviced interrupts */ ca91cx42_irqhandler()
191 iowrite32(serviced, bridge->base + LINT_STAT); ca91cx42_irqhandler()
/linux-4.4.14/arch/powerpc/platforms/ps3/
H A Dinterrupt.c172 * serviced on.
247 * serviced on.
324 * serviced on.
393 * serviced on.
469 * serviced on.
526 * serviced on.
583 * serviced on.
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Ds_4bri.c375 int serviced = 0; qBri_ISR() local
402 serviced = 1; qBri_ISR()
407 return (serviced); qBri_ISR()
/linux-4.4.14/include/linux/
H A Dmic_bus.h61 * @id_table: the ids serviced by this driver.
H A Dtimer.h50 * the timer will be serviced when the CPU eventually wakes up with a
H A Dvirtio.h130 * @id_table: the ids serviced by this driver.
H A Drpmsg.h157 * @id_table: rpmsg ids serviced by this driver
H A Dntb.h623 * ntb_db_vector_mask() - get a mask of doorbell bits serviced by a vector
629 * Return: A mask of doorbell bits serviced by a vector.
H A Drio.h468 * @mport_id: ID of an mport (net) serviced by this enumerator
/linux-4.4.14/arch/mn10300/unit-asb2364/
H A Dunit-init.c117 * serviced unit_init_IRQ()
/linux-4.4.14/drivers/gpu/drm/via/
H A Dvia_dmablit.c510 while (blitq->serviced != blitq->cur) { via_dmablit_workqueue()
512 cur_released = blitq->serviced++; via_dmablit_workqueue()
516 if (blitq->serviced >= VIA_NUM_BLIT_SLOTS) via_dmablit_workqueue()
517 blitq->serviced = 0; via_dmablit_workqueue()
557 blitq->serviced = 0; via_init_dmablit()
H A Dvia_dmablit.h65 unsigned serviced; member in struct:_drm_via_blitq
/linux-4.4.14/drivers/misc/mic/bus/
H A Dscif_bus.h70 * @id_table: the ids serviced by this driver.
/linux-4.4.14/arch/x86/kernel/
H A Dtopology.c130 * interrupts only are able to be serviced by the BSP in PIC. arch_register_cpu()
/linux-4.4.14/arch/sh/mm/
H A Dtlbex_64.c123 This routine handles page faults that can be serviced just by refilling a
/linux-4.4.14/arch/blackfin/include/asm/
H A Dbfin_sport3.h78 #define SPORT_MSTAT_CURCHAN 0x000003FF /* Channel which is being serviced in the multichannel operation */
H A Dentry.h100 * be re-serviced properly.
/linux-4.4.14/arch/arm/mach-omap1/
H A Dfpga.c137 * being serviced is left unmasked. We can do this because the FPGA cascade
/linux-4.4.14/drivers/watchdog/
H A Dcpwd.c321 * AND an interrupt has been serviced cpwd_getstatus()
326 * AND no interrupt has been serviced cpwd_getstatus()
/linux-4.4.14/drivers/scsi/
H A Da3000.c41 pr_warning("Non-serviced A3000 SCSI-interrupt? ISTR = %02x\n", status); a3000_intr()
H A Dwd33c93.h266 unsigned long int_cnt; /* # of interrupts serviced */
H A Din2000.h307 unsigned long int_cnt; /* # of interrupts serviced */
H A Du14-34f.c1725 /* Check if this board need to be serviced */ ihdlr()
1746 /* Find the mailbox to be serviced on this board */ ihdlr()
H A Deata.c2293 /* Check if this board need to be serviced */ ihdlr()
2350 /* Find the mailbox to be serviced on this board */ ihdlr()
H A Dips.c5572 * and ips_intr() has serviced the interrupt. ips_wait()
5581 * even if we get an interrupt it won't get serviced ips_wait()
/linux-4.4.14/arch/arc/kernel/
H A Dmcip.c44 * serviced a previous message. This can burn lots mcip_ipi_send()
/linux-4.4.14/include/xen/interface/
H A Dphysdev.h74 /* Need to call PHYSDEVOP_eoi when the IRQ has been serviced? */
/linux-4.4.14/include/linux/sunrpc/
H A Dsched.h184 pid_t owner; /* process id of last task serviced */
/linux-4.4.14/drivers/mfd/
H A Dmax8925-core.c491 /* TSC IRQ should be serviced in max8925_tsc_irq() */ max8925_irq()
520 /* non TSC IRQ should be serviced in max8925_irq() */ max8925_tsc_irq()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h136 unsigned int polling; /* is the queue serviced through NAPI? */
H A Dsge.c1824 * The NAPI handler for offload packets when a response queue is serviced
2538 * (i.e., response queue serviced in hard interrupt).
2557 * (i.e., response queue serviced by NAPI polling).
2622 * The MSI interrupt handler for the NAPI case (i.e., response queues serviced
/linux-4.4.14/drivers/scsi/fnic/
H A Dfnic_fcs.c171 * The queue will be serviced when we get to a stable state. fnic_handle_frame()
226 * The queue will be serviced when we get to a stable state. fnic_handle_event()
585 * The queue will be serviced when we get to a stable state. fnic_handle_fip_frame()
/linux-4.4.14/drivers/net/ethernet/via/
H A Dvia-velocity.h120 #define TSR0_FDX cpu_to_le16(0x4000) // current transaction is serviced by full duplex mode
121 #define TSR0_GMII cpu_to_le16(0x2000) // current transaction is serviced by GMII mode
122 #define TSR0_LNKFL cpu_to_le16(0x1000) // packet serviced during link down
/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmsc911x.c1821 int serviced = IRQ_NONE; smsc911x_irqhandler() local
1831 serviced = IRQ_HANDLED; smsc911x_irqhandler()
1841 serviced = IRQ_HANDLED; smsc911x_irqhandler()
1850 serviced = IRQ_HANDLED; smsc911x_irqhandler()
1856 serviced = IRQ_HANDLED; smsc911x_irqhandler()
1870 serviced = IRQ_HANDLED; smsc911x_irqhandler()
1873 return serviced; smsc911x_irqhandler()
/linux-4.4.14/drivers/ide/
H A Dide-iops.c495 * serviced before that. ide_execute_command()
H A Dide-atapi.c87 * and wait for it to be serviced.
H A Dide-io.c856 * same irq as is currently being serviced here, and Linux ide_intr()
H A Dide-tape.c842 * to be serviced.
/linux-4.4.14/include/uapi/linux/
H A Dethtool.h348 * this value applies while an IRQ is being serviced by the host.
350 * except that this value applies while an IRQ is being serviced
357 * this value applies while an IRQ is being serviced by the host.
359 * except that this value applies while an IRQ is being serviced
H A Dnl80211.h105 * will not be serviced, i.e. they will not receive any frames.
/linux-4.4.14/arch/metag/include/asm/
H A Dtbx.h968 routine should return if no triggers need to be serviced initially. If this
969 bit is not set the routine will block until one trigger handler is serviced
1067 some triggers could be serviced while the current interrupt handler
1074 serviced in nested calls, zero may be specified if all possible interrupts
/linux-4.4.14/net/sunrpc/
H A Dsched.c833 * returning NULL and suppressing warning if the request cannot be serviced
837 * Most requests are 'small' (under 2KiB) and can be serviced from a
H A Dsvc_xprt.c503 * waiting to be serviced. This function is there to "kick" a task in one of
/linux-4.4.14/sound/drivers/
H A Dserial-u16550.c284 * indication that the interrupt has been serviced, and it remains outstanding
304 /* indicate to the UART that the interrupt has been serviced */ snd_uart16550_interrupt()
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c376 #define DD_STATUS_STS_NS 0x00 /* Not serviced */
377 #define DD_STATUS_STS_BS 0x02 /* Being serviced */
2084 /* DD not serviced? This shouldn't happen! */ udc_handle_dma_ep()
2086 ep_err(ep, "DMA critical EP error: DD not serviced (0x%x)!\n", udc_handle_dma_ep()
H A Ds3c2410_udc.c771 dprintk(DEBUG_NORMAL, "... serviced SETUP_END ...\n"); s3c2410_udc_handle_ep0()
/linux-4.4.14/drivers/usb/host/
H A Dohci.h337 u16 td_cnt; // tds already serviced
H A Dxhci.h500 /* Event Handler Busy (EHB) - is the event ring scheduled to be serviced by
H A Dxhci-ring.c3007 * endpoint is to be serviced, the xHC will consume (at most) one TD. A TD
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Dquatech_daqp_cs.c551 * interrupt is completely serviced, another sample is taken daqp_ai_cmd()
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dbcm3510.c160 /* Check if any previous HAB request still needs to be serviced by the bcm3510_hab_send_request()
/linux-4.4.14/drivers/pci/hotplug/
H A Dpciehp_hpc.c551 * serviced, we need to re-inspect Slot Status register after pcie_isr()
/linux-4.4.14/drivers/platform/x86/
H A Dintel_pmc_ipc.c121 "command not serviced",
/linux-4.4.14/drivers/acpi/acpica/
H A Devgpe.c725 * level-triggered events are cleared after the GPE is serviced. acpi_ev_gpe_dispatch()
/linux-4.4.14/kernel/
H A Dsoftirq.c331 * here, as softirq will be serviced on return from interrupt. irq_enter()
H A Dcgroup.c1337 * @kn: the kernfs_node being serviced
1362 * @kn: the kernfs_node being serviced
H A Dsignal.c165 /* Given the mask, find the first available signal that should be serviced. */
H A Dworkqueue.c4159 * name of the workqueue being serviced and worker description set with
/linux-4.4.14/sound/soc/davinci/
H A Ddavinci-i2s.c146 * entire frame at once means it can be serviced at the sample rate
/linux-4.4.14/drivers/media/rc/
H A Dite-cir.c316 /* mark the interrupt as serviced */ ite_cir_isr()
326 /* mark the interrupt as serviced */ ite_cir_isr()
/linux-4.4.14/drivers/net/ethernet/agere/
H A Det131x.c2741 u32 serviced; et131x_handle_send_pkts() local
2746 serviced = readl(&adapter->regs->txdma.new_service_complete); et131x_handle_send_pkts()
2747 index = INDEX10(serviced); et131x_handle_send_pkts()
2757 ((serviced ^ tcb->index) & ET_DMA10_WRAP) && et131x_handle_send_pkts()
2772 !((serviced ^ tcb->index) & ET_DMA10_WRAP) && et131x_handle_send_pkts()
/linux-4.4.14/drivers/staging/unisys/visornic/
H A Dvisornic_main.c2005 * @dev: visornic device that is being serviced
2027 * @dev: visornic device that is being serviced
/linux-4.4.14/drivers/vhost/
H A Dscsi.c106 /* Completed commands list, serviced from vhost worker thread */
154 /* event list, serviced from vhost worker thread */
/linux-4.4.14/drivers/net/wan/lmc/
H A Dlmc_main.c673 * Has the packet xmt vs xmt serviced threshold been exceeded */ lmc_watchdog()
1682 /* save max count of receive descriptors serviced */ lmc_rx()
/linux-4.4.14/arch/mips/kernel/
H A Dunaligned.c1671 /* LWC2, SWC2, LDC2, SDC2 are not serviced */ emulate_load_store_microMIPS()
1683 /* LL,SC,LLD,SCD are not serviced */ emulate_load_store_microMIPS()
/linux-4.4.14/drivers/usb/dwc2/
H A Dhcd_ddma.c417 * be serviced first. HS case is more probable because, in fact, up to dwc2_calc_starting_frame()
H A Dcore.c1292 * Host channel interrupts that may need to be serviced while this transfer is
/linux-4.4.14/drivers/staging/unisys/visorhba/
H A Dvisorhba_main.c731 * @devdata: visorhba that is being serviced by downed IOVM.
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_core.c105 * that all ports have been serviced, and therefore the ISA interrupt
/linux-4.4.14/drivers/tty/serial/
H A Dm32r_sio.c444 * that all ports have been serviced, and therefore the ISA interrupt
H A Dioc4_serial.c776 * two. When this value is zero, all interrupts have been serviced and
/linux-4.4.14/drivers/ps3/
H A Dps3-vuart.c886 * until all outstanding interrupts are serviced.
/linux-4.4.14/drivers/scsi/be2iscsi/
H A Dbe_cmds.h26 * The commands are serviced by the ARM processor in the OneConnect's MPU.
/linux-4.4.14/drivers/net/ethernet/sun/
H A Dsunqe.c464 * and thus needs to be serviced.
H A Dsungem.c586 /* All non-normal interrupt conditions get serviced here.
H A Dcassini.c1764 /* All non-normal interrupt conditions get serviced here.
/linux-4.4.14/drivers/dma/
H A Dsun4i-dma.c132 /* vchan currently being serviced */
/linux-4.4.14/ipc/
H A Dmqueue.c602 * Returns waiting task that should be serviced first or NULL if none exists
/linux-4.4.14/kernel/irq/
H A Dchip.c521 * call when the interrupt has been serviced. This enables support
/linux-4.4.14/include/scsi/
H A Dscsi_host.h112 * allow commands to other devices serviced by this host.
/linux-4.4.14/arch/arm/kvm/
H A Darm.c615 * pending, as we haven't serviced it yet! kvm_arch_vcpu_ioctl_run()
/linux-4.4.14/tools/hv/
H A Dhv_kvp_daemon.c62 IntegrationServicesVersion, /*This key is serviced in the kernel*/
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c292 * possible for transactions on far away sectors to never be serviced.
294 * force all outstanding transactions to be serviced prior to a new
H A Daic7xxx_osm.c317 * possible for transactions on far away sectors to never be serviced.
319 * force all outstanding transactions to be serviced prior to a new
H A Daic7xxx_core.c5668 * XXX What about ATIOs that have not yet been serviced? ahc_suspend()
/linux-4.4.14/include/sound/
H A Demu10k1.h169 #define WC_CURRENTCHANNEL 0x0000003F /* Channel [0..63] currently being serviced */
171 /* period to be serviced. */
/linux-4.4.14/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h805 * @broadcast_aen_busy: broadcast aen waiting to be serviced
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dllite_internal.h308 * up in 512k readahead requests serviced at 40ms each is about 1GB/s. */
/linux-4.4.14/drivers/hwtracing/coresight/
H A Dcoresight-etm3x.c404 * DYING hotplug callback is serviced by the ETM driver. etm_disable()
H A Dcoresight-etm4x.c244 * DYING hotplug callback is serviced by the ETM driver. etm4_disable()
/linux-4.4.14/drivers/net/ethernet/tundra/
H A Dtsi108_eth.c474 * been serviced yet. If so, handle the carry here, and tsi108_read_stat()
/linux-4.4.14/drivers/edac/
H A Dppc4xx_edac.c803 * @irq: The virtual interrupt number being serviced.
/linux-4.4.14/block/
H A Dblk-throttle.c1006 * @arg: the throtl_service_queue being serviced
H A Dcfq-iosched.c3442 * based on the last sync IO we serviced cfq_may_dispatch()
/linux-4.4.14/arch/cris/arch-v10/kernel/
H A Dkgdb.c101 * executed, but interrupts are allowed for that time and will be serviced
/linux-4.4.14/drivers/net/fddi/
H A Ddefxx.c1869 * Pending interrupts are serviced. Depending on the type of
3521 * serviced by posting one fragment. We can therefore dfx_xmt_done()
3650 * serviced by posting one fragment. We can therefore dfx_xmt_flush()
/linux-4.4.14/drivers/scsi/cxlflash/
H A Dsuperpipe.c1596 * time where an EEH might have been detected but not yet 'serviced'
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c1074 * to let the other devices continue being serviced. rtl88ee_hw_init()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.c955 * to let the other devices continue being serviced. rtl92ce_hw_init()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dhw.c1006 * to let the other devices continue being serviced. rtl92cu_hw_init()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dhw.c970 * to let the other devices continue being serviced. rtl92se_hw_init()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.c949 * to let the other devices continue being serviced. rtl8723e_hw_init()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h23 * The commands are serviced by the ARM processor in the BladeEngine's MPU.
/linux-4.4.14/arch/x86/kernel/apic/
H A Dapic.c1279 * Most probably by now CPU has serviced that pending interrupt and setup_local_APIC()
/linux-4.4.14/arch/cris/arch-v32/kernel/
H A Dkgdb.c98 * executed, but interrupts are allowed for that time and will be serviced
/linux-4.4.14/arch/ia64/kernel/
H A Dmca.c1278 * into the rendezvous loop. When all processors have serviced
/linux-4.4.14/sound/isa/wavefront/
H A Dwavefront_synth.c284 requests to the WaveFront can be serviced inline like this. wavefront_wait()
/linux-4.4.14/virt/kvm/arm/
H A Dvgic.c1269 * may have been serviced from another vcpu. In all cases, __kvm_vgic_flush_hwstate()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_main.c3427 /* Add the RSS ring serviced by this vector ql_set_irq_mask()
3431 /* Add the TX ring(s) serviced by this vector ql_set_irq_mask()
/linux-4.4.14/tools/lguest/
H A Dlguest.c2931 * Before we serviced each virtqueue in a separate thread, that was unacceptably
2950 * interrupt to acknowledge previously serviced requests (if any). blk_request()
/linux-4.4.14/drivers/usb/wusbcore/
H A Dwa-xfer.c246 pr_debug("%s: RPIPE %d serviced and removed from delayed list.\n", wa_check_for_delayed_rpipes()
/linux-4.4.14/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c1062 * No interrupt what so ever can be serviced while the flash isn't in array
H A Dcfi_cmdset_0002.c913 * No interrupt what so ever can be serviced while the flash isn't in array
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1918 * (i.e., response queue serviced by NAPI polling).
/linux-4.4.14/drivers/atm/
H A Dnicstar.c1832 int serviced_entries; /* flag indicating at least on entry was serviced */ process_tsq()
/linux-4.4.14/sound/sparc/
H A Ddbri.c1686 appear first in this file). Any pending interrupts can be serviced by
/linux-4.4.14/fs/nfs/
H A Dnfs4proc.c4706 * guessing that the ACL request can be serviced by a page. If so, we cache
4707 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
/linux-4.4.14/drivers/staging/octeon-usb/
H A Docteon-hcd.c1226 * to be serviced again.
/linux-4.4.14/drivers/block/
H A Dcciss.c1790 * in case the interrupt we serviced was from an ioctl and did not cciss_check_queues()
/linux-4.4.14/fs/btrfs/
H A Dctree.h1616 * deadlocks, and so the two are serviced separately.
/linux-4.4.14/net/ipv4/
H A Dtcp_output.c865 /* If this softirq is serviced by ksoftirqd, we are likely under stress. tcp_wfree()
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dbnx2.c3315 * is that the MSI interrupt is always serviced.
/linux-4.4.14/fs/dlm/
H A Dlock.c2362 * requests are serviced on a "first come first serve" basis. This, in _can_be_granted()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dmcdi_pcol.h677 /* enum: A timed read is ready to be serviced. */
/linux-4.4.14/kernel/sched/
H A Dcore.c7677 * are serviced on a separate stack. It allows the architecture to switch the
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_els.c8844 /* Check if TXQ queue needs to be serviced */ lpfc_sli4_els_xri_aborted()
H A Dlpfc_sli.c1029 /* Check if TXQ queue needs to be serviced */ __lpfc_sli_release_iocbq_s4()

Completed in 6407 milliseconds