/linux-4.4.14/arch/powerpc/kvm/ |
H A D | mpic.c | 183 struct irq_queue servicing; member in struct:irq_dest 384 if (IRQ_get_next(opp, &dst->servicing) >= 0 && IRQ_local_pipe() 385 priority <= dst->servicing.priority) { IRQ_local_pipe() 386 pr_debug("%s: IRQ %d is hidden by servicing IRQ %d on CPU %d\n", IRQ_local_pipe() 387 __func__, n_IRQ, dst->servicing.next, n_CPU); IRQ_local_pipe() 394 IRQ_get_next(opp, &dst->servicing); IRQ_local_pipe() 396 dst->raised.priority > dst->servicing.priority) { IRQ_local_pipe() 400 dst->servicing.priority, n_CPU); IRQ_local_pipe() 405 dst->servicing.priority, n_CPU); IRQ_local_pipe() 550 memset(&opp->dst[i].servicing, 0, sizeof(struct irq_queue)); openpic_reset() 551 opp->dst[i].servicing.next = -1; openpic_reset() 1057 pr_debug("%s: set CPU %d ctpr to %d, raised %d servicing %d\n", openpic_cpu_write_internal() 1059 dst->servicing.priority); openpic_cpu_write_internal() 1065 } else if (dst->raised.priority > dst->servicing.priority) { openpic_cpu_write_internal() 1082 s_IRQ = IRQ_get_next(opp, &dst->servicing); openpic_cpu_write_internal() 1090 IRQ_resetbit(&dst->servicing, s_IRQ); openpic_cpu_write_internal() 1093 /* Set up next servicing IRQ */ openpic_cpu_write_internal() 1094 s_IRQ = IRQ_get_next(opp, &dst->servicing); openpic_cpu_write_internal() 1100 IVPR_PRIORITY(src->ivpr) > dst->servicing.priority)) { openpic_cpu_write_internal() 1151 /* IRQ enter servicing state */ openpic_iack() 1152 IRQ_setbit(&dst->servicing, irq); openpic_iack()
|
/linux-4.4.14/arch/arm/mach-omap1/include/mach/ |
H A D | ams-delta-fiq.h | 33 * since the buffer and header need to be accessed by drivers servicing devices
|
/linux-4.4.14/security/keys/ |
H A D | request_key_auth.c | 171 /* see if the calling process is already servicing the key request of request_key_auth_new() 178 * servicing is already instantiated */ request_key_auth_new()
|
/linux-4.4.14/drivers/atm/ |
H A D | eni.h | 60 int servicing; /* number of waiting VCs (0 or 1) */ member in struct:eni_vcc
|
H A D | eni.c | 331 printk(KERN_ALERT " last %p, servicing %d\n",eni_vcc->last, rx_ident_err() 332 eni_vcc->servicing); rx_ident_err() 667 ENI_VCC(curr)->servicing--; poll_rx() 675 ENI_VCC(curr)->servicing--; poll_rx() 701 DPRINTK("Grr, servicing VCC %ld twice\n",vci); get_service() 719 ENI_VCC(vcc)->servicing++; get_service() 802 eni_vcc->servicing = 0; open_rx_first() 867 /* transition service->rx: rxing++, servicing-- */ close_rx() 868 if (!eni_vcc->servicing) { close_rx() 873 eni_vcc->servicing); close_rx() 874 printk(KERN_INFO "%d+%d RX left\n",eni_vcc->servicing, close_rx()
|
/linux-4.4.14/include/linux/ |
H A D | nfs_iostat.h | 122 * NFS local caching servicing counters
|
H A D | kvm_host.h | 217 * exits for userspace servicing.
|
H A D | mm.h | 568 * servicing faults for write access. In the normal case, do always want
|
/linux-4.4.14/arch/blackfin/include/asm/ |
H A D | entry.h | 98 * and context restore, and a RTI (without servicing anything). This should
|
/linux-4.4.14/drivers/usb/serial/ |
H A D | keyspan_usa49msg.h | 187 enablePort, // start servicing port (move data, check status) 188 disablePort; // stop servicing port (does implicit tx/rx flush/off)
|
/linux-4.4.14/arch/arm/mach-u300/ |
H A D | core.c | 57 /* Vectored Interrupt Controller 0, servicing 32 interrupts */ 60 /* Vectored Interrupt Controller 1, servicing 32 interrupts */
|
/linux-4.4.14/drivers/infiniband/core/ |
H A D | iwpm_util.h | 126 * iwpm_wait_complete_req - Block while servicing the netlink request
|
/linux-4.4.14/arch/m68k/68360/ |
H A D | commproc.c | 190 /* After servicing the interrupt, we have to remove the status cpm_interrupt()
|
/linux-4.4.14/sound/soc/pxa/ |
H A D | pxa2xx-i2s.c | 319 /* Along with FIFO servicing */ pxa2xx_i2s_probe()
|
/linux-4.4.14/drivers/pcmcia/ |
H A D | soc_common.c | 374 * The actual interrupt-servicing work is performed by 383 debug(skt, 3, "servicing IRQ %d\n", irq); soc_common_pcmcia_interrupt()
|
/linux-4.4.14/drivers/irqchip/ |
H A D | irq-metag.c | 221 * figure out exactly which trigger needs servicing.
|
H A D | irq-metag-ext.c | 444 * irq needs servicing.
|
/linux-4.4.14/drivers/mmc/core/ |
H A D | host.c | 377 * prepared to start servicing requests before this function
|
H A D | core.c | 758 * allow rapid servicing of foreground operations, e.g. read/ 760 * to avoid errors in servicing read/write requests.
|
/linux-4.4.14/drivers/scsi/device_handler/ |
H A D | scsi_dh_emc.c | 260 * assumes serial servicing of commands, both issuance and completion.
|
/linux-4.4.14/drivers/md/ |
H A D | multipath.c | 71 * multipath_end_bh_io() is called when we have finished servicing a multipathed
|
H A D | raid1.c | 233 * raid_end_bio_io() is called when we have finished servicing a mirrored
|
H A D | raid10.c | 292 * raid_end_bio_io() is called when we have finished servicing a mirrored
|
/linux-4.4.14/drivers/bluetooth/ |
H A D | btmrvl_main.c | 703 /* Stop the thread servicing the interrupts */ btmrvl_register_hdev()
|
/linux-4.4.14/arch/mips/include/asm/sgi/ |
H A D | hpc3.h | 53 #define HPC3_PDMACTRL_RT 0x00000040 /* Use realtime GIO bus servicing */
|
/linux-4.4.14/drivers/usb/dwc2/ |
H A D | hcd_ddma.c | 212 * servicing period 483 * bitmap and servicing period dwc2_recalc_initial_desc_idx()
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | ioc3_serial.c | 1134 * At some point while servicing the interrupt, we read bytes from do_read() 1519 * before the check for rx_high since servicing this condition ioc3uart_intr_one() 1559 * send more data. Must come before tx_mt since servicing ioc3uart_intr_one()
|
H A D | ioc4_serial.c | 1915 * before the check for rx_high since servicing this condition handle_intr() 1959 * send more data. Must come before tx_mt since servicing handle_intr() 2084 * At some point while servicing the interrupt, we read bytes from do_read()
|
H A D | ip22zilog.c | 68 /* IRQ servicing chain. */
|
H A D | sunzilog.c | 76 /* IRQ servicing chain. */
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-exynos5.c | 421 * exynos5_i2c_irq: top level IRQ servicing routine
|
H A D | i2c-s3c2410.c | 573 * top level IRQ servicing routine
|
/linux-4.4.14/arch/tile/mm/ |
H A D | pgtable.c | 471 * since we're in an interrupt context (servicing switch_mm) we don't
|
/linux-4.4.14/net/sched/ |
H A D | sch_sfq.c | 454 * but we could endup servicing new flows only, and freeze old ones. sfq_enqueue()
|
/linux-4.4.14/fs/cifs/ |
H A D | misc.c | 567 /* Check to see if we have started servicing an oplock break */ cifs_get_writer()
|
/linux-4.4.14/include/linux/sunrpc/ |
H A D | svc.h | 61 /* queue up a transport for servicing */
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_pic.c | 57 * which task needs servicing and returns the irq number for that task. This
|
/linux-4.4.14/sound/soc/davinci/ |
H A D | davinci-i2s.c | 136 * amount of time between servicing the dma channel, increase
|
/linux-4.4.14/drivers/virtio/ |
H A D | virtio_balloon.c | 55 /* The thread servicing the balloon. */
|
/linux-4.4.14/drivers/rapidio/ |
H A D | rio.c | 795 pr_debug("RIO_EM: servicing Output Error-Stopped state\n"); rio_clr_err_stopped() 851 pr_debug("RIO_EM: servicing Input Error-Stopped state\n"); rio_clr_err_stopped()
|
/linux-4.4.14/arch/metag/include/asm/ |
H A D | tbx.h | 970 and then behave like the poll case servicing any remaining triggers 1092 must simple return after servicing the related hardware.
|
/linux-4.4.14/drivers/rtc/ |
H A D | rtc-imxdi.c | 22 * registers while servicing an alarm.
|
/linux-4.4.14/drivers/scsi/ |
H A D | a100u2w.c | 816 /* Check if we have an SCB queued for servicing */ orc_interrupt()
|
H A D | 53c700.c | 1722 * other device needs servicing not us, we're still going to
|
/linux-4.4.14/drivers/staging/dgnc/ |
H A D | dgnc_cls.c | 782 * Schedule tasklet to more in-depth servicing at a better time. cls_intr()
|
H A D | dgnc_neo.c | 1038 * Schedule tasklet to more in-depth servicing at a better time. neo_intr()
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
H A D | xpc_main.c | 363 * be servicing all the requests in one pass. The reason it's xpc_channel_mgr()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
H A D | main.c | 1075 /* Stop the thread servicing the interrupts */ lbs_remove_card()
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
H A D | visorbus_main.c | 155 /* filled in with info about this driver, wrt it servicing client busses */
|
/linux-4.4.14/drivers/tty/ |
H A D | isicom.c | 174 static int prev_card = 3; /* start servicing isi_card[0] */
|
/linux-4.4.14/drivers/misc/mic/scif/ |
H A D | scif_api.c | 576 * Workqueue handler for servicing non-blocking SCIF connect
|
H A D | scif_nodeqp.c | 690 * Work queue handler for servicing miscellaneous SCIF tasks.
|
/linux-4.4.14/drivers/mtd/nand/ |
H A D | denali.c | 619 * occurs. This is to reduce the overhead of servicing interrupts
|
/linux-4.4.14/net/sunrpc/ |
H A D | svcsock.c | 7 * evenly when servicing a single client. May need to modify the
|
/linux-4.4.14/drivers/staging/unisys/visornic/ |
H A D | visornic_main.c | 1944 * IO partition servicing this device is gone, do cleanup
|
/linux-4.4.14/drivers/net/fddi/ |
H A D | defxx.c | 123 * and the driver "completes" the receive buffers by servicing the 3218 * (for servicing received frames). Note that it is okay to dfx_rcv_queue_process()
|
/linux-4.4.14/tools/lguest/ |
H A D | lguest.c | 226 /* Function for the thread which is servicing this virtqueue. */ 3363 /* Ensure that we terminate if a device-servicing child dies. */ main()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
H A D | lustre_net.h | 1277 /** initial thread servicing this request */
|
/linux-4.4.14/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.h | 330 * while servicing these interrupts, FIFO interrupt conditions are cleared
|
H A D | octeon-hcd.c | 974 * online and servicing requests.
|
/linux-4.4.14/drivers/net/usb/ |
H A D | hso.c | 39 * serialport needs servicing.
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | cxgb4vf_main.c | 2491 * queue will indicate which ingress queue needs servicing ... This
|
/linux-4.4.14/fs/jfs/ |
H A D | jfs_txnmgr.c | 2829 * Don't wake up a commit thread if there is already one servicing txLazyUnlock()
|
/linux-4.4.14/kernel/rcu/ |
H A D | tree_plugin.h | 1927 * If warranted, also wake up the kthread servicing this CPUs queues.
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | 1146 /* sysfs frequency interfaces may have snuck in while servicing the gen6_pm_rps_work()
|
/linux-4.4.14/block/ |
H A D | cfq-iosched.c | 3212 * check whether to continue servicing it, or retrieve and set a new one.
|
/linux-4.4.14/net/core/ |
H A D | dev.c | 1316 /* Block netpoll from trying to do any rx path servicing. __dev_open()
|
/linux-4.4.14/kernel/ |
H A D | cgroup.c | 1364 * This helper is to be used by a cgroup kernfs method currently servicing
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 994 * the sequencer, if appropriate, after servicing ahc_handle_seqint()
|
H A D | aic79xx_core.c | 1786 * after servicing the request. ahd_handle_seqint()
|