Home
last modified time | relevance | path

Searched full:serviced (Results 1 – 25 of 178) sorted by relevance

12345678

/kernel/linux/linux-5.10/drivers/vme/bridges/
Dvme_tsi148.c78 u32 serviced = 0; in tsi148_DMA_irqhandler() local
82 serviced |= TSI148_LCSR_INTC_DMA0C; in tsi148_DMA_irqhandler()
86 serviced |= TSI148_LCSR_INTC_DMA1C; in tsi148_DMA_irqhandler()
89 return serviced; in tsi148_DMA_irqhandler()
98 u32 serviced = 0; in tsi148_LM_irqhandler() local
104 serviced |= TSI148_LCSR_INTC_LMC[i]; in tsi148_LM_irqhandler()
108 return serviced; in tsi148_LM_irqhandler()
120 u32 serviced = 0; in tsi148_MB_irqhandler() local
130 serviced |= TSI148_LCSR_INTC_MBC[i]; in tsi148_MB_irqhandler()
134 return serviced; in tsi148_MB_irqhandler()
[all …]
Dvme_ca91cx42.c65 u32 serviced = 0; in ca91cx42_LM_irqhandler() local
71 serviced |= CA91CX42_LINT_LM[i]; in ca91cx42_LM_irqhandler()
75 return serviced; in ca91cx42_LM_irqhandler()
130 int vec, i, serviced = 0; in ca91cx42_VIRQ_irqhandler() local
143 serviced |= (1 << i); in ca91cx42_VIRQ_irqhandler()
147 return serviced; in ca91cx42_VIRQ_irqhandler()
152 u32 stat, enable, serviced = 0; in ca91cx42_irqhandler() local
170 serviced |= ca91cx42_DMA_irqhandler(bridge); in ca91cx42_irqhandler()
173 serviced |= ca91cx42_LM_irqhandler(bridge, stat); in ca91cx42_irqhandler()
175 serviced |= ca91cx42_MB_irqhandler(bridge, stat); in ca91cx42_irqhandler()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
Dinterrupt.c160 * serviced on.
235 * serviced on.
312 * serviced on.
381 * serviced on.
457 * serviced on.
514 * serviced on.
571 * serviced on.
/kernel/linux/linux-5.10/Documentation/trace/
Dhwlat_detector.rst16 SMIs are not serviced by the Linux kernel, which means that it does not
18 and are serviced by BIOS code, usually for "critical" events such as
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
Dwatchdog.h29 #define WD_SERVICED 0x10 /* timer interrupt was serviced */
/kernel/linux/linux-5.10/drivers/gpu/drm/via/
Dvia_dmablit.c507 while (blitq->serviced != blitq->cur) { in via_dmablit_workqueue()
509 cur_released = blitq->serviced++; in via_dmablit_workqueue()
513 if (blitq->serviced >= VIA_NUM_BLIT_SLOTS) in via_dmablit_workqueue()
514 blitq->serviced = 0; in via_dmablit_workqueue()
554 blitq->serviced = 0; in via_init_dmablit()
Dvia_dmablit.h65 unsigned serviced; member
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interconnect/
Dqcom,osm-l3.yaml13 L3 cache bandwidth requirements on Qualcomm SoCs is serviced by the OSM.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/watchdog/
Darm,sp805.yaml14 after a configurable time period. If that interrupt has not been serviced
/kernel/linux/linux-5.10/Documentation/filesystems/
Dorangefs.rst331 * serviced
366 state is not "canceled" or "given up", its state is set to "serviced".
384 that can't be serviced will be removed from the request list and
386 be serviced will be removed from the in_progress hash table and
/kernel/linux/linux-5.10/include/dt-bindings/dma/
Dat91.h20 * FIFO configuration: it defines when a request is serviced.
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
Dturbostat.8103 …number of interrupts serviced by that CPU during the measurement interval. The system total line …
104 \fBSMI\fP The number of System Management Interrupts serviced CPU during the measurement interval.…
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/
Dsifive,plic-1.0.0.yaml24 serviced first. Each context can specify a priority threshold. Interrupts
/kernel/linux/linux-5.10/drivers/watchdog/
Dcpwd.c323 * AND an interrupt has been serviced in cpwd_getstatus()
328 * AND no interrupt has been serviced in cpwd_getstatus()
346 /* determine SERVICED */ in cpwd_getstatus()
Dintel-mid_wdt.c182 /* Make sure the watchdog is serviced */ in mid_wdt_probe()
/kernel/linux/linux-5.10/fs/orangefs/
Dwaitqueue.c61 * op->state can be checked to see if it was serviced or not.
176 /* retry if operation has not been serviced and if requested */ in service_operation()
/kernel/linux/linux-5.10/Documentation/block/
Ddeadline-iosched.rst36 write) which are serviced in increasing sector order. To limit extra seeking,
/kernel/linux/linux-5.10/arch/x86/kernel/
Dtopology.c123 * interrupts only are able to be serviced by the BSP in PIC. in arch_register_cpu()
/kernel/linux/linux-5.10/arch/m68k/amiga/
Dcia.c94 * the timer interrupt serviced. in cia_handler()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
Dfpga.c134 * being serviced is left unmasked. We can do this because the FPGA cascade
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Ddm-clone.rst77 Reads and writes from/to hydrated regions are serviced from the destination
80 A read to a not yet hydrated region is serviced directly from the source device.
/kernel/linux/linux-5.10/Documentation/scsi/
Dscsi-generic.rst14 used on SCSI devices that don't fit into the already serviced categories.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ti/
Dk3-udma.yaml35 The peripherals serviced by UDMA can be PSI-L native (sa2ul, cpsw, etc) or
/kernel/linux/linux-5.10/include/linux/
Dvirtio.h151 * @id_table: the ids serviced by this driver.
/kernel/linux/linux-5.10/include/xen/interface/
Dphysdev.h74 /* Need to call PHYSDEVOP_eoi when the IRQ has been serviced? */

12345678