Home
last modified time | relevance | path

Searched refs:processed (Results 76 – 100 of 313) sorted by relevance

12345678910>>...13

/linux/Documentation/admin-guide/media/
H A Dstarfive_camss.rst64 - capture_yuv: The capture device, capturing YUV frame data processed by the
/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dpearl_pcie.c710 int processed = 0; in qtnf_pcie_pearl_rx_poll() local
720 while (processed < budget) { in qtnf_pcie_pearl_rx_poll()
795 processed++; in qtnf_pcie_pearl_rx_poll()
799 if (processed < budget) { in qtnf_pcie_pearl_rx_poll()
804 return processed; in qtnf_pcie_pearl_rx_poll()
H A Dtopaz_pcie.c614 int processed = 0; in qtnf_topaz_rx_poll() local
625 while (processed < budget) { in qtnf_topaz_rx_poll()
707 processed++; in qtnf_topaz_rx_poll()
711 if (processed < budget) { in qtnf_topaz_rx_poll()
716 return processed; in qtnf_topaz_rx_poll()
/linux/drivers/dma/ti/
H A Dedma.c178 int processed; member
738 left = edesc->pset_nr - edesc->processed; in edma_execute()
744 j = i + edesc->processed; in edma_execute()
773 edesc->processed += nslots; in edma_execute()
780 if (edesc->processed == edesc->pset_nr) { in edma_execute()
800 } else if (edesc->processed <= MAX_NR_SG) { in edma_execute()
806 echan->ch_num, edesc->processed); in edma_execute()
1465 } else if (edesc->processed == edesc->pset_nr) { in edma_completion_handler()
1482 edesc->processed_stat = edesc->processed; in edma_completion_handler()
1838 for (i = edesc->processed_stat; i < edesc->processed; i++, pset++) { in edma_residue()
/linux/samples/acrn/
H A Dvm-sample.c110 if ((__sync_add_and_fetch(&io_req->processed, 0) == ACRN_IOREQ_STATE_PROCESSING) in main()
/linux/Documentation/arch/x86/
H A Diommu.rst107 When DMAR is being processed and initialized by ACPI, prints DMAR locations
108 and any RMRR's processed:
/linux/Documentation/networking/
H A Dstrparser.rst26 processed. This modes allows strparser to be applied to arbitrary
89 parse an sk_buff. The number of bytes processed or a negative
135 -ESTRPIPE current message should not be processed by the
H A Dscaling.rst32 queue, which in turn can be processed by separate CPUs. This mechanism is
204 processing on the remote CPU, and any queued packets are then processed
219 (the default), in which case packets are processed on the interrupting
318 flows to the CPUs where those flows are being processed. The flow hash
320 The CPU recorded in each entry is the one which last processed the flow.
370 packets could arrive later than those about to be processed on the new
465 these queues are processed on a CPU within this set. This choice
490 may be processed along with it in the same thread context and so result in
/linux/drivers/virtio/
H A Dvirtio_mmio.c726 int processed, consumed = 0; in vm_cmdline_set() local
733 processed = sscanf(str, "@%lli:%u%n:%d%n", in vm_cmdline_set()
742 if (processed < 2 || str[consumed] || irq == 0) in vm_cmdline_set()
/linux/Documentation/arch/sparc/oradax/
H A Ddax-hv-api.txt26 …(CCBs) via the ccb_submit API function. The operations are processed asynchronously, with the stat…
617 field in the CCB completion area will be valid, indicating the number of input elements processed.
750 completion area will be valid, indicating the number of input elements processed.
845 of input elements processed.
908 … The no-op (no operation) command is a CCB which has no processing effect. The CCB, when processed
920 processed” field is also invalid for these CCBs.
1019 32 4 Number of elements processed
1121 must be present in either the TLB or an active TSB to be processed. The translation context for vir…
1342 EOK The request was processed and the CCB state is valid.
1399 … This does not mean the target CCB was processed; since the source CCB was killed, there was no
[all …]
/linux/Documentation/trace/rv/
H A Dda_monitor_synthesis.rst99 The monitor is executed by sending events to be processed via the functions
107 the event will be processed if the monitor is processing events.
/linux/mm/
H A Dbacking-dev.c882 LIST_HEAD(processed); in cleanup_offline_cgwbs_workfn()
889 list_move(&wb->offline_node, &processed); in cleanup_offline_cgwbs_workfn()
914 if (!list_empty(&processed)) in cleanup_offline_cgwbs_workfn()
915 list_splice_tail(&processed, &offline_cgwbs); in cleanup_offline_cgwbs_workfn()
/linux/Documentation/iio/
H A Dadis16480.rst205 Channels processed values
209 raw value as reported by the devices. To get the processed value of the channel,
214 processed value = (_raw + _offset) * _scale
220 the measurement units for the processed value, which are defined by the IIO
/linux/fs/iomap/
H A Dswapfile.c169 iter.processed = iomap_swapfile_iter(&iter, &iter.iomap, &isi); in iomap_swapfile_activate()
/linux/samples/bpf/
H A Dxdp_router_ipv4.bpf.c86 NO_TEAR_INC(rec->processed); in xdp_router_ipv4_prog()
H A Dxdp_sample_user.c357 rec->cpu[i].processed = READ_ONCE(values[i].processed); in map_collect_percpu()
364 sum_processed += rec->cpu[i].processed; in map_collect_percpu()
372 rec->total.processed = sum_processed; in map_collect_percpu()
595 packets = r->processed - p->processed; in calc_pps()
/linux/Documentation/arch/arm/samsung/
H A Doverview.rst39 last in the line of include directories that are processed for the build
/linux/drivers/gpu/drm/sti/
H A DNOTES9 - The graphics planes are internally processed by the Generic Display
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-mem2mem.rst18 and capture (receiving the processed frames from the hardware into
/linux/sound/core/seq/
H A DKconfig9 can be processed at a given time.
/linux/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst243 These ``dyndbg`` params are processed just after the ddebug tables are
244 processed, as part of the early_initcall. Thus you can enable debug
257 If ``foo`` module is not built-in, ``foo.dyndbg`` will still be processed at
259 loaded later. Bare ``dyndbg=`` is only processed at boot.
/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c791 int ret, desc_count, count = 0, processed = 0; in xgene_enet_process_ring() local
829 processed++; in xgene_enet_process_ring()
845 return processed; in xgene_enet_process_ring()
851 int processed; in xgene_enet_napi() local
854 processed = xgene_enet_process_ring(ring, budget); in xgene_enet_napi()
856 if (processed != budget) { in xgene_enet_napi()
857 napi_complete_done(napi, processed); in xgene_enet_napi()
861 return processed; in xgene_enet_napi()
/linux/Documentation/mm/
H A Dfree_page_reporting.rst26 While pages are being processed by the report function they will not be
/linux/Documentation/admin-guide/mm/
H A Dsoft-dirty.rst28 soft-dirty bits clear, the #PF-s that occur after that are processed fast.
/linux/arch/mips/sibyte/
H A DKconfig129 must be processed off-line.

12345678910>>...13