| /kernel/linux/linux-5.10/drivers/vme/bridges/ |
| D | vme_tsi148.c | 78 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 …]
|
| D | vme_ca91cx42.c | 65 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-4.19/drivers/vme/bridges/ |
| D | vme_tsi148.c | 82 u32 serviced = 0; in tsi148_DMA_irqhandler() local 86 serviced |= TSI148_LCSR_INTC_DMA0C; in tsi148_DMA_irqhandler() 90 serviced |= TSI148_LCSR_INTC_DMA1C; in tsi148_DMA_irqhandler() 93 return serviced; in tsi148_DMA_irqhandler() 102 u32 serviced = 0; in tsi148_LM_irqhandler() local 108 serviced |= TSI148_LCSR_INTC_LMC[i]; in tsi148_LM_irqhandler() 112 return serviced; in tsi148_LM_irqhandler() 124 u32 serviced = 0; in tsi148_MB_irqhandler() local 134 serviced |= TSI148_LCSR_INTC_MBC[i]; in tsi148_MB_irqhandler() 138 return serviced; in tsi148_MB_irqhandler() [all …]
|
| D | vme_ca91cx42.c | 69 u32 serviced = 0; in ca91cx42_LM_irqhandler() local 75 serviced |= CA91CX42_LINT_LM[i]; in ca91cx42_LM_irqhandler() 79 return serviced; in ca91cx42_LM_irqhandler() 134 int vec, i, serviced = 0; in ca91cx42_VIRQ_irqhandler() local 147 serviced |= (1 << i); in ca91cx42_VIRQ_irqhandler() 151 return serviced; in ca91cx42_VIRQ_irqhandler() 156 u32 stat, enable, serviced = 0; in ca91cx42_irqhandler() local 174 serviced |= ca91cx42_DMA_irqhandler(bridge); in ca91cx42_irqhandler() 177 serviced |= ca91cx42_LM_irqhandler(bridge, stat); in ca91cx42_irqhandler() 179 serviced |= ca91cx42_MB_irqhandler(bridge, stat); in ca91cx42_irqhandler() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
| D | interrupt.c | 160 * serviced on. 235 * serviced on. 312 * serviced on. 381 * serviced on. 457 * serviced on. 514 * serviced on. 571 * serviced on.
|
| /kernel/linux/linux-4.19/arch/powerpc/platforms/ps3/ |
| D | interrupt.c | 172 * serviced on. 247 * serviced on. 324 * serviced on. 393 * serviced on. 469 * serviced on. 526 * serviced on. 583 * serviced on.
|
| /kernel/linux/linux-4.19/Documentation/trace/ |
| D | hwlat_detector.rst | 16 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/Documentation/trace/ |
| D | hwlat_detector.rst | 16 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/ |
| D | watchdog.h | 29 #define WD_SERVICED 0x10 /* timer interrupt was serviced */
|
| /kernel/linux/linux-4.19/arch/sparc/include/uapi/asm/ |
| D | watchdog.h | 29 #define WD_SERVICED 0x10 /* timer interrupt was serviced */
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/via/ |
| D | via_dmablit.c | 505 while (blitq->serviced != blitq->cur) { in via_dmablit_workqueue() 507 cur_released = blitq->serviced++; in via_dmablit_workqueue() 511 if (blitq->serviced >= VIA_NUM_BLIT_SLOTS) in via_dmablit_workqueue() 512 blitq->serviced = 0; in via_dmablit_workqueue() 552 blitq->serviced = 0; in via_init_dmablit()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/via/ |
| D | via_dmablit.c | 507 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()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/interconnect/ |
| D | qcom,osm-l3.yaml | 13 L3 cache bandwidth requirements on Qualcomm SoCs is serviced by the OSM.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/watchdog/ |
| D | arm,sp805.yaml | 14 after a configurable time period. If that interrupt has not been serviced
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | orangefs.rst | 331 * 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-4.19/Documentation/filesystems/ |
| D | orangefs.txt | 314 * serviced - op has matching downcall; ok 346 state is not "canceled" or "given up", its state is set to "serviced". 364 that can't be serviced will be removed from the request list and 366 be serviced will be removed from the in_progress hash table and
|
| /kernel/linux/linux-4.19/include/dt-bindings/dma/ |
| D | at91.h | 21 * FIFO configuration: it defines when a request is serviced.
|
| /kernel/linux/linux-5.10/include/dt-bindings/dma/ |
| D | at91.h | 20 * FIFO configuration: it defines when a request is serviced.
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/interrupt-controller/ |
| D | sifive,plic-1.0.0.txt | 17 serviced first. Each context can specify a priority threshold. Interrupts
|
| /kernel/linux/linux-4.19/fs/orangefs/ |
| D | waitqueue.c | 61 * op->state can be checked to see if it was serviced or not. 178 /* retry if operation has not been serviced and if requested */ in service_operation()
|
| /kernel/linux/linux-4.19/tools/power/x86/turbostat/ |
| D | turbostat.8 | 103 …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/tools/power/x86/turbostat/ |
| D | turbostat.8 | 103 …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/ |
| D | sifive,plic-1.0.0.yaml | 24 serviced first. Each context can specify a priority threshold. Interrupts
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | mic_bus.h | 61 * @id_table: the ids serviced by this driver.
|
| /kernel/linux/linux-4.19/Documentation/block/ |
| D | deadline-iosched.txt | 37 write) which are serviced in increasing sector order. To limit extra seeking,
|