Home
last modified time | relevance | path

Searched refs:serviced (Results 1 – 21 of 21) sorted by relevance

/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/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/Documentation/driver-api/cxl/allocation/
H A Dpage-allocator.rst36 typically not migratable, and as a result can only be serviced from
/linux/Documentation/block/
H A Ddeadline-iosched.rst36 write) which are serviced in increasing sector order. To limit extra seeking,
/linux/sound/soc/codecs/
H A Dcs47l24.c1102 int serviced = 0; in cs47l24_adsp2_irq() local
1108 serviced++; in cs47l24_adsp2_irq()
1117 if (!serviced) { in cs47l24_adsp2_irq()
H A Dcs47l35.c1533 int serviced = 0; in cs47l35_adsp2_irq() local
1539 serviced++; in cs47l35_adsp2_irq()
1548 if (!serviced) { in cs47l35_adsp2_irq()
H A Dwm5110.c2275 int serviced = 0; in wm5110_adsp2_irq() local
2281 serviced++; in wm5110_adsp2_irq()
2290 if (!serviced) { in wm5110_adsp2_irq()
H A Dcs47l85.c2475 int serviced = 0; in cs47l85_adsp2_irq() local
2481 serviced++; in cs47l85_adsp2_irq()
2490 if (!serviced) { in cs47l85_adsp2_irq()
H A Dcs47l90.c2394 int serviced = 0; in cs47l90_adsp2_irq() local
2400 serviced++; in cs47l90_adsp2_irq()
2409 if (!serviced) { in cs47l90_adsp2_irq()
/linux/Documentation/scsi/
H A Dscsi-generic.rst14 used on SCSI devices that don't fit into the already serviced categories.
/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/Documentation/driver-api/virtio/
H A Dwriting_virtio_drivers.rst149 to virtqueue_kick() sends a notification that will be serviced by the
/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/devicetree/bindings/dma/
H A Dti-edma.txt19 number and the second is the TC the channel is serviced on.
/linux/drivers/net/ethernet/agere/
H A Det131x.c2773 u32 serviced; in et131x_handle_send_pkts() local
2778 serviced = readl(&adapter->regs->txdma.new_service_complete); in et131x_handle_send_pkts()
2779 index = INDEX10(serviced); in et131x_handle_send_pkts()
2789 ((serviced ^ tcb->index) & ET_DMA10_WRAP) && in et131x_handle_send_pkts()
2804 !((serviced ^ tcb->index) & ET_DMA10_WRAP) && in et131x_handle_send_pkts()
/linux/Documentation/mhi/
H A Dmhi.rst108 * RP indicates the next element to be serviced by the device.
/linux/Documentation/networking/device_drivers/ethernet/freescale/
H A Ddpaa.rst198 traffic bursts from a certain queue are serviced by the same CPU.
/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst185 the IO is dispatched to the device but till it actually gets serviced
/linux/Documentation/driver-api/rapidio/
H A Drapidio.rst43 RapidIO master ports are serviced by subsystem specific mport device drivers
/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst1561 The firmware is halted and no further API calls are serviced until the
2512 The firmware is halted and no further API calls are serviced until
/linux/Documentation/virt/kvm/
H A Dapi.rst7439 Upon the next KVM_RUN, e.g. after userspace has serviced the request (or not),