/linux-6.12.1/drivers/staging/vme_user/ |
D | vme_tsi148.c | 77 u32 serviced = 0; in tsi148_DMA_irqhandler() local 81 serviced |= TSI148_LCSR_INTC_DMA0C; in tsi148_DMA_irqhandler() 85 serviced |= TSI148_LCSR_INTC_DMA1C; in tsi148_DMA_irqhandler() 88 return serviced; in tsi148_DMA_irqhandler() 97 u32 serviced = 0; in tsi148_LM_irqhandler() local 103 serviced |= TSI148_LCSR_INTC_LMC[i]; in tsi148_LM_irqhandler() 107 return serviced; in tsi148_LM_irqhandler() 119 u32 serviced = 0; in tsi148_MB_irqhandler() local 129 serviced |= TSI148_LCSR_INTC_MBC[i]; in tsi148_MB_irqhandler() 133 return serviced; in tsi148_MB_irqhandler() [all …]
|
/linux-6.12.1/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-6.12.1/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-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_vf_mbx.c | 173 * Condition-2: If the maximum messages serviced in the mailbox for a in ice_mbx_traverse() 177 * to the maximum number of mailbox entries serviced in current work item. in ice_mbx_traverse() 264 * mailbox serviced in current interrupt. in ice_mbx_vf_state_handler()
|
/linux-6.12.1/arch/sparc/include/uapi/asm/ |
D | watchdog.h | 29 #define WD_SERVICED 0x10 /* timer interrupt was serviced */
|
/linux-6.12.1/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-6.12.1/Documentation/devicetree/bindings/watchdog/ |
D | arm,sp805.yaml | 14 after a configurable time period. If that interrupt has not been serviced
|
/linux-6.12.1/include/dt-bindings/dma/ |
D | at91.h | 20 * FIFO configuration: it defines when a request is serviced.
|
/linux-6.12.1/Documentation/devicetree/bindings/interconnect/ |
D | qcom,osm-l3.yaml | 13 L3 cache bandwidth requirements on Qualcomm SoCs is serviced by the OSM.
|
/linux-6.12.1/Documentation/arch/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-6.12.1/include/linux/dma/ |
D | k3-psil.h | 54 * The thread must be serviced by the specified channel if
|
/linux-6.12.1/Documentation/networking/ |
D | napi.rst | 82 the NAPI instance will be serviced/polled again (without the 163 or Rx and Tx queues can be serviced by separate NAPI instances on a single
|
/linux-6.12.1/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 | 186 /* Make sure the watchdog is serviced */ in mid_wdt_probe()
|
/linux-6.12.1/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-6.12.1/Documentation/block/ |
D | deadline-iosched.rst | 36 write) which are serviced in increasing sector order. To limit extra seeking,
|
/linux-6.12.1/tools/power/x86/turbostat/ |
D | turbostat.8 | 154 …number of interrupts serviced by that CPU during the measurement interval. The system total line … 156 \fBSMI\fP The number of System Management Interrupts serviced CPU during the measurement interval.…
|
/linux-6.12.1/Documentation/scsi/ |
D | scsi-generic.rst | 14 used on SCSI devices that don't fit into the already serviced categories.
|
/linux-6.12.1/arch/m68k/amiga/ |
D | cia.c | 94 * the timer interrupt serviced. in cia_handler()
|
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | sifive,plic-1.0.0.yaml | 25 serviced first. Each context can specify a priority threshold. Interrupts
|
/linux-6.12.1/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.
|
/linux-6.12.1/Documentation/driver-api/virtio/ |
D | writing_virtio_drivers.rst | 149 to virtqueue_kick() sends a notification that will be serviced by the
|
/linux-6.12.1/include/xen/interface/ |
D | physdev.h | 56 /* Need to call PHYSDEVOP_eoi when the IRQ has been serviced? */
|
/linux-6.12.1/Documentation/devicetree/bindings/dma/ti/ |
D | k3-udma.yaml | 37 The peripherals serviced by UDMA can be PSI-L native (sa2ul, cpsw, etc) or
|
/linux-6.12.1/drivers/net/ethernet/smsc/ |
D | smsc911x.c | 1537 int serviced = IRQ_NONE; in smsc911x_irqhandler() local 1547 serviced = IRQ_HANDLED; in smsc911x_irqhandler() 1557 serviced = IRQ_HANDLED; in smsc911x_irqhandler() 1566 serviced = IRQ_HANDLED; in smsc911x_irqhandler() 1572 serviced = IRQ_HANDLED; in smsc911x_irqhandler() 1586 serviced = IRQ_HANDLED; in smsc911x_irqhandler() 1589 return serviced; in smsc911x_irqhandler()
|