Home
last modified time | relevance | path

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

1234567

/linux/drivers/staging/vme_user/
H A Dvme_tsi148.c77 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/arch/powerpc/platforms/ps3/
H A Dinterrupt.c161 * serviced on.
236 * serviced on.
313 * serviced on.
383 * serviced on.
458 * serviced on.
515 * serviced on.
572 * serviced on.
/linux/Documentation/trace/
H A 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
/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_mbx.c173 * 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()
296 * mailbox serviced in current interrupt. in ice_mbx_vf_state_handler()
/linux/Documentation/filesystems/
H A 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
/linux/arch/sparc/include/uapi/asm/
H A Dwatchdog.h29 #define WD_SERVICED 0x10 /* timer interrupt was serviced */
/linux/include/dt-bindings/dma/
H A Dat91.h20 * FIFO configuration: it defines when a request is serviced.
/linux/Documentation/devicetree/bindings/watchdog/
H A Darm,sp805.yaml14 after a configurable time period. If that interrupt has not been serviced
/linux/include/linux/dma/
H A Dk3-psil.h54 * The thread must be serviced by the specified channel if
/linux/Documentation/driver-api/cxl/allocation/
H A Dpage-allocator.rst36 typically not migratable, and as a result can only be serviced from
/linux/drivers/watchdog/
H A Dcpwd.c322 * 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()
H A Dintel-mid_wdt.c186 /* Make sure the watchdog is serviced */ in mid_wdt_probe()
/linux/fs/orangefs/
H A 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()
H A Ddevorangefs-req.c635 * used to ensure that no operations will be serviced until in dispatch_ioctl_command()
636 * all of the remounts are serviced (to avoid ops between in dispatch_ioctl_command()
/linux/Documentation/block/
H A Ddeadline-iosched.rst36 write) which are serviced in increasing sector order. To limit extra seeking,
/linux/Documentation/admin-guide/device-mapper/
H A 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.
/linux/Documentation/scsi/
H A Dscsi-generic.rst14 used on SCSI devices that don't fit into the already serviced categories.
/linux/arch/m68k/amiga/
H A Dcia.c94 * the timer interrupt serviced. in cia_handler()
/linux/tools/power/x86/turbostat/
H A Dturbostat.8162 \fBIRQ\fP The number of interrupts serviced by that CPU during the measurement interval. The system total line is the sum of interrupts serviced across all CPUs. turbostat parses /proc/interrupts to generate this summary.
164 \fBSMI\fP The number of System Management Interrupts serviced CPU during the measurement interval. While this counter is actually per-CPU, SMI are triggered on all processors, so the number should be the same for all CPUs.
/linux/Documentation/devicetree/bindings/dma/ti/
H A Dk3-udma.yaml37 The peripherals serviced by UDMA can be PSI-L native (sa2ul, cpsw, etc) or
/linux/Documentation/driver-api/virtio/
H A Dwriting_virtio_drivers.rst149 to virtqueue_kick() sends a notification that will be serviced by the
/linux/include/xen/interface/
H A Dphysdev.h56 /* Need to call PHYSDEVOP_eoi when the IRQ has been serviced? */
/linux/drivers/pci/controller/
H A Dpcie-iproc-msi.c55 * One MSI group is allocated per GIC interrupt, serviced by one iProc MSI
180 * In iProc PCIe core, each MSI group is serviced by a GIC interrupt and a
/linux/arch/powerpc/kernel/
H A Dmce_power.c749 * needs to be serviced, the CPU will raise the MCE again with the in __machine_check_early_realmode_p9()
750 * correct DSISR so that it can be serviced properly. So detect this in __machine_check_early_realmode_p9()
/linux/Documentation/mhi/
H A Dmhi.rst108 * RP indicates the next element to be serviced by the device.

1234567