/Linux-v5.15/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 …]
|
/Linux-v5.15/arch/powerpc/platforms/ps3/ |
D | interrupt.c | 161 * serviced on. 236 * serviced on. 313 * serviced on. 382 * serviced on. 458 * serviced on. 515 * serviced on. 572 * serviced on.
|
/Linux-v5.15/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
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/icelakex/ |
D | cache.json | 493 …"BriefDescription": "Retired demand load instructions which missed L3 but serviced from local IXP … 583 …"BriefDescription": "Retired load instructions which data sources missed L3 but serviced from loca… 591 …"PublicDescription": "Retired load instructions which data sources missed L3 but serviced from loc… 596 …"BriefDescription": "Retired load instructions which data sources missed L3 but serviced from remo… 634 …"BriefDescription": "Retired demand load instructions which missed L3 but serviced from remote IXP… 642 "PublicDescription": "Retired load instructions which data source was serviced from L4",
|
/Linux-v5.15/drivers/gpu/drm/via/ |
D | via_dmablit.c | 508 while (blitq->serviced != blitq->cur) { in via_dmablit_workqueue() 510 cur_released = blitq->serviced++; in via_dmablit_workqueue() 514 if (blitq->serviced >= VIA_NUM_BLIT_SLOTS) in via_dmablit_workqueue() 515 blitq->serviced = 0; in via_dmablit_workqueue() 556 blitq->serviced = 0; in via_init_dmablit()
|
D | via_dmablit.h | 65 unsigned serviced; member
|
/Linux-v5.15/arch/sparc/include/uapi/asm/ |
D | watchdog.h | 29 #define WD_SERVICED 0x10 /* timer interrupt was serviced */
|
/Linux-v5.15/Documentation/devicetree/bindings/interconnect/ |
D | qcom,osm-l3.yaml | 13 L3 cache bandwidth requirements on Qualcomm SoCs is serviced by the OSM.
|
/Linux-v5.15/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
|
/Linux-v5.15/Documentation/devicetree/bindings/watchdog/ |
D | arm,sp805.yaml | 14 after a configurable time period. If that interrupt has not been serviced
|
/Linux-v5.15/include/dt-bindings/dma/ |
D | at91.h | 20 * FIFO configuration: it defines when a request is serviced.
|
/Linux-v5.15/include/linux/dma/ |
D | k3-psil.h | 54 * The thread must be serviced by the specified channel if
|
/Linux-v5.15/Documentation/powerpc/ |
D | papr_hcalls.rst | 43 Once control returns back to the guest after hypervisor has serviced the 128 multiple times in order to be completely serviced. These hcalls will usually 287 to be issued multiple times in order to be completely serviced. The 289 subsequent hcalls to the hypervisor until the hcall is completely serviced
|
/Linux-v5.15/drivers/net/ethernet/intel/ice/ |
D | ice_sriov.c | 208 * Condition-2: If the maximum messages serviced in the mailbox for a in ice_mbx_traverse() 212 * to the maximum number of mailbox entries serviced in current work item. in ice_mbx_traverse() 328 * mailbox serviced in current interrupt. in ice_mbx_vf_state_handler()
|
/Linux-v5.15/tools/power/x86/turbostat/ |
D | turbostat.8 | 105 …number of interrupts serviced by that CPU during the measurement interval. The system total line … 106 \fBSMI\fP The number of System Management Interrupts serviced CPU during the measurement interval.…
|
/Linux-v5.15/Documentation/devicetree/bindings/interrupt-controller/ |
D | sifive,plic-1.0.0.yaml | 25 serviced first. Each context can specify a priority threshold. Interrupts
|
/Linux-v5.15/drivers/watchdog/ |
D | cpwd.c | 322 * AND an interrupt has been serviced in cpwd_getstatus() 327 * AND no interrupt has been serviced in cpwd_getstatus() 345 /* determine SERVICED */ in cpwd_getstatus()
|
D | intel-mid_wdt.c | 182 /* Make sure the watchdog is serviced */ in mid_wdt_probe()
|
/Linux-v5.15/fs/orangefs/ |
D | waitqueue.c | 61 * 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()
|
/Linux-v5.15/Documentation/block/ |
D | deadline-iosched.rst | 36 write) which are serviced in increasing sector order. To limit extra seeking,
|
/Linux-v5.15/arch/x86/kernel/ |
D | topology.c | 124 * interrupts only are able to be serviced by the BSP in PIC. in arch_register_cpu()
|
/Linux-v5.15/arch/arm/mach-omap1/ |
D | fpga.c | 134 * being serviced is left unmasked. We can do this because the FPGA cascade
|
/Linux-v5.15/arch/m68k/amiga/ |
D | cia.c | 94 * the timer interrupt serviced. in cia_handler()
|
/Linux-v5.15/Documentation/admin-guide/device-mapper/ |
D | dm-clone.rst | 77 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.
|