Home
last modified time | relevance | path

Searched full:processed (Results 1 – 25 of 1393) sorted by relevance

12345678910>>...56

/linux/include/trace/events/
H A Dxdp.h174 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
177 TP_ARGS(map_id, processed, drops, sched, xdp_stats),
184 __field(unsigned int, processed)
196 __entry->processed = processed;
205 " processed=%u drops=%u"
210 __entry->processed, __entry->drops,
217 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
220 TP_ARGS(map_id, processed, drops, to_cpu),
227 __field(unsigned int, processed)
236 __entry->processed = processed;
[all …]
/linux/include/uapi/linux/
H A Ddm-log-userspace.h67 * When the request has been processed, user-space must return the
87 * When the request has been processed, user-space must return the
106 * When the request has been processed, user-space must return the
125 * When the request has been processed, user-space must return the
144 * When the request has been processed, user-space must return the
163 * When the request has been processed, user-space must return the
180 * When the request has been processed, user-space must return the
219 * When the request has been processed, user-space must return the
238 * When the request has been processed, user-space must return the
257 * When the request has been processed, user-space must return the
[all …]
H A Dseg6_local.h91 * packets that have been CORRECTLY processed by an SRv6 Behavior instance
95 * of traffic in bytes of all packets that have been CORRECTLY processed by
100 * packets that have NOT been properly processed by an SRv6 Behavior instance
/linux/samples/bpf/
H A Dxdp_sample.bpf.c85 NO_TEAR_INC(rec->processed); in xdp_redirect_collect_stat()
128 int BPF_PROG(tp_xdp_cpumap_enqueue, int map_id, unsigned int processed, in BPF_PROG() argument
142 NO_TEAR_ADD(rec->processed, processed); in BPF_PROG()
145 if (processed > 0) in BPF_PROG()
156 int BPF_PROG(tp_xdp_cpumap_kthread, int map_id, unsigned int processed, in BPF_PROG() argument
169 NO_TEAR_ADD(rec->processed, processed); in BPF_PROG()
225 NO_TEAR_ADD(rec->processed, sent); in BPF_PROG()
260 NO_TEAR_ADD(rec->processed, sent); in BPF_PROG()
/linux/drivers/dma/idxd/
H A Ddebugfs.c16 u16 index, int *count, bool processed) in dump_event_entry() argument
30 seq_printf(s, "Event Log entry %d (real index %u) processed: %u\n", in dump_event_entry()
31 *count, index, processed); in dump_event_entry()
64 bool processed = true; in debugfs_evl_show() local
85 if (processed && i == h) in debugfs_evl_show()
86 processed = false; in debugfs_evl_show()
87 dump_event_entry(idxd, s, i, &count, processed); in debugfs_evl_show()
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c1045 int processed = 0; in xlgmac_tx_poll() local
1062 while ((processed < XLGMAC_TX_DESC_MAX_PROC) && in xlgmac_tx_poll()
1087 processed++; in xlgmac_tx_poll()
1091 if (!processed) in xlgmac_tx_poll()
1102 XLGMAC_PR("processed=%d\n", processed); in xlgmac_tx_poll()
1104 return processed; in xlgmac_tx_poll()
1285 int processed = 0; in xlgmac_one_poll() local
1293 processed = xlgmac_rx_poll(channel, budget); in xlgmac_one_poll()
1295 /* If we processed everything, we are done */ in xlgmac_one_poll()
1296 if (processed < budget) { in xlgmac_one_poll()
[all …]
/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/
H A Dpipeline.json9 …ent counts every cycle the DPU IQ is empty and there is an instruction cache miss being processed",
12 …vent counts every cycle the DPU IQ is empty and there is an instruction cache miss being processed"
15 …nt counts every cycle the DPU IQ is empty and there is an instruction L1 TLB miss being processed",
18 …ent counts every cycle the DPU IQ is empty and there is an instruction L1 TLB miss being processed"
21 …This event counts every cycle the DPU IQ is empty and there is a pre-decode error being processed",
24 ….This event counts every cycle the DPU IQ is empty and there is a pre-decode error being processed"
/linux/arch/s390/include/asm/trace/
H A Dzcrypt.h14 * request has been processed by the kernel and the result is about to be
22 * and queue the request has been processed. It is not an ffdc interface as
82 * @dev: The adapter nr where this request was actually processed.
83 * @dom: Domain id of the device where this request was processed.
87 * carries some info about on which adapter the request was processed
/linux/fs/erofs/
H A Dxattr.c183 unsigned int slice, processed; in erofs_xattr_copy_to_buffer() local
187 for (processed = 0; processed < len; processed += slice) { in erofs_xattr_copy_to_buffer()
194 erofs_blkoff(sb, it->pos), len - processed); in erofs_xattr_copy_to_buffer()
257 unsigned int slice, processed, value_sz; in erofs_getxattr_foreach() local
290 for (processed = 0; processed < entry.e_name_len; processed += slice) { in erofs_getxattr_foreach()
297 entry.e_name_len - processed); in erofs_getxattr_foreach()
298 if (memcmp(it->name.name + it->infix_len + processed, in erofs_getxattr_foreach()
/linux/include/net/
H A Dregulatory.h68 * @processed: indicates whether or not this requests has already been
69 * processed. When the last request is processed it means that the
72 * the last request is not yet processed we must yield until it
73 * is processed before processing any new requests.
86 bool processed; member
133 * all country IE information processed by the regulatory core. This will
/linux/Documentation/admin-guide/media/
H A Draspberrypi-pisp-be.rst53 - pispbe-output0: first capture device for processed images.
54 - pispbe-output1: second capture device for processed images.
62 Images to be processed by the ISP are queued to the `pispbe-input` output device
69 The `pispbe-tdn_input` output video device receives images to be processed by
88 The two capture devices write to memory the pixel data as processed by the ISP.
/linux/sound/sh/
H A Dsh_dac_audio.c47 int processed; /* bytes proccesed, to compare with period_size */ member
68 chip->processed = 0; in dac_audio_reset()
107 chip->processed = 0; in snd_sh_dac_pcm_open()
148 chip->processed = 0; in snd_sh_dac_pcm_trigger()
273 chip->processed++; in sh_dac_audio_timer()
274 if (chip->processed >= b_ps) { in sh_dac_audio_timer()
275 chip->processed -= b_ps; in sh_dac_audio_timer()
/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a53/
H A Dpipeline.json15 …efDescription": "Cycles the DPU IQ is empty and there is an instruction cache miss being processed"
20 …scription": "Cycles the DPU IQ is empty and there is an instruction micro-TLB miss being processed"
25 "BriefDescription": "Cycles the DPU IQ is empty and there is a pre-decode error being processed"
/linux/sound/soc/qcom/qdsp6/
H A Dq6dsp-errno.h25 /* Operation is already processed. */
27 /* Operation is not ready to be processed. */
31 /* Operation could not be accepted or processed. */
/linux/Documentation/sound/designs/
H A Dseq-oss.rst59 The events can be processed in real time without using out of bound
61 events will be processed in real-time without queued. To switch off the
154 events from ``/dev/sequencer`` are processed and put onto the queue
159 be processed in real-time. Sending an event ABSTIME 0 switches the operation
273 ioctls. The following two ioctls should be processed by this callback:
284 The other ioctls are processed inside the sequencer without passing to
317 Most of the events are processed by sequencer and translated to the adequate
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-zoned.rst84 are processed by directly writing to the zone. If the mapping zone is a
85 sequential zone, the write operation is processed directly only if the
89 processed indirectly using a buffer zone. In that case, an unused
98 Read operations are processed according to the block validity
131 discard requests. Read requests can be processed concurrently while
/linux/Documentation/arch/powerpc/
H A Dvpa-dtl.rst33 will be processed later. This will avoid time taken to create samples
41 based on timestamp. When the different PERF_RECORD_XX records are processed,
46 one buffer is only partially processed. if the timestamp of occurrence of
47 another event is more than currently processed element in the queue, it will
50 of last processed entry from the auxtrace buffer.
/linux/Documentation/devicetree/bindings/
H A D.gitignore3 /processed-schema*.yaml
4 /processed-schema*.json
/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c204 (wqe->processed + srx->fpdu_part_rem != wqe->bytes))) { in siw_rresp_check_ntoh()
207 wqe->processed + srx->fpdu_part_rem, wqe->bytes); in siw_rresp_check_ntoh()
301 if (unlikely(ddp_mo != wqe->processed)) { in siw_send_check_ntoh()
303 qp_id(rx_qp(srx)), ddp_mo, wqe->processed); in siw_send_check_ntoh()
316 if (unlikely(wqe->bytes < wqe->processed + srx->fpdu_part_rem)) { in siw_send_check_ntoh()
318 wqe->bytes, wqe->processed, srx->fpdu_part_rem); in siw_send_check_ntoh()
361 wqe->processed = 0; in siw_rqe_get()
505 wqe->processed += rcvd_bytes; in siw_proc_send()
525 wqe->processed += rcvd_bytes; in siw_proc_send()
645 * transmit processing. If not, make it the current WQE to be processed
[all …]
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1470 DBGPR(" TSO packet to be processed\n"); in xgbe_is_tso()
2149 int processed = 0; in xgbe_tx_poll() local
2166 while ((processed < XGBE_TX_DESC_MAX_PROC) && in xgbe_tx_poll()
2190 processed++; in xgbe_tx_poll()
2194 if (!processed) in xgbe_tx_poll()
2205 DBGPR("<--xgbe_tx_poll: processed=%d\n", processed); in xgbe_tx_poll()
2207 return processed; in xgbe_tx_poll()
2411 int processed = 0; in xgbe_one_poll() local
2419 processed = xgbe_rx_poll(channel, budget); in xgbe_one_poll()
2421 /* If we processed everything, we are done */ in xgbe_one_poll()
[all …]
/linux/Documentation/block/
H A Dstat.rst29 read I/Os requests number of read I/Os processed
33 write I/Os requests number of write I/Os processed
40 discard I/Os requests number of discard I/Os processed
44 flush I/Os requests number of flush I/Os processed
/linux/include/linux/
H A Dpsp-sev.h871 * 0 if the SEV successfully processed the command
882 * @status: sev_user_data_status structure to be processed
886 * 0 if the SEV successfully processed the command
908 * 0 if the SEV successfully processed the command
921 * @deactivate: sev_data_deactivate structure to be processed
925 * 0 if the sev successfully processed the command
936 * @activate: sev_data_activate structure to be processed
940 * 0 if the sev successfully processed the command
954 * 0 if the sev successfully processed the command
965 * @decommission: sev_data_decommission structure to be processed
[all …]
/linux/drivers/net/ethernet/intel/igc/
H A Digc.h70 u64 ipv4_packets; /* IPv4 headers processed */
71 u64 ipv4e_packets; /* IPv4E headers with extensions processed */
72 u64 ipv6_packets; /* IPv6 headers processed */
73 u64 ipv6e_packets; /* IPv6E headers with extensions processed */
74 u64 tcp_packets; /* TCP headers processed */
75 u64 udp_packets; /* UDP headers processed */
76 u64 sctp_packets; /* SCTP headers processed */
140 unsigned int total_bytes; /* total bytes processed this int */
141 unsigned int total_packets; /* total packets processed this int */
/linux/drivers/net/ethernet/apm/xgene-v2/
H A Dmain.c291 int processed = 0; in xge_rx_poll() local
341 processed++; in xge_rx_poll()
346 return processed; in xge_rx_poll()
512 int processed; in xge_napi() local
517 processed = xge_rx_poll(ndev, budget); in xge_napi()
519 if (processed < budget) { in xge_napi()
520 napi_complete_done(napi, processed); in xge_napi()
524 return processed; in xge_napi()
/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/
H A Dpipeline.json21 …sing Unit (DPU) instruction queue is empty and there is an instruction cache miss being processed",
24 …ssing Unit (DPU) instruction queue is empty and there is an instruction cache miss being processed"
27 …e that the DPU instruction queue is empty and there is an instruction L1 TLB miss being processed",
30 …le that the DPU instruction queue is empty and there is an instruction L1 TLB miss being processed"

12345678910>>...56