Home
last modified time | relevance | path

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

12345678910>>...68

/linux/drivers/auxdisplay/
H A Dcharlcd.c203 int processed = 0; in handle_lcd_special_code() local
215 processed = 1; in handle_lcd_special_code()
222 processed = 1; in handle_lcd_special_code()
229 processed = 1; in handle_lcd_special_code()
236 processed = 1; in handle_lcd_special_code()
243 processed = 1; in handle_lcd_special_code()
250 processed = 1; in handle_lcd_special_code()
257 processed = 1; in handle_lcd_special_code()
264 processed = 1; in handle_lcd_special_code()
268 processed = 1; in handle_lcd_special_code()
[all …]
/linux/drivers/crypto/nx/
H A Dnx-aes-gcm.c108 unsigned int processed = 0, to_process; in nx_gca() local
129 to_process = min_t(u64, nbytes - processed, in nx_gca()
135 req->src, processed, &to_process); in nx_gca()
137 if ((to_process + processed) < nbytes) in nx_gca()
158 processed += to_process; in nx_gca()
159 } while (processed < nbytes); in nx_gca()
174 unsigned int processed = 0, to_process; in gmac() local
196 to_process = min_t(u64, nbytes - processed, in gmac()
202 req->src, processed, &to_process); in gmac()
204 if ((to_process + processed) < nbytes) in gmac()
[all …]
H A Dnx-aes-ccm.c266 unsigned int processed = 0, to_process; in generate_pat() local
268 processed += iauth_len; in generate_pat()
277 to_process = min_t(u32, assoclen - processed, in generate_pat()
282 req->src, processed, in generate_pat()
285 if ((to_process + processed) < assoclen) { in generate_pat()
313 processed += to_process; in generate_pat()
314 } while (processed < assoclen); in generate_pat()
334 unsigned int processed = 0, to_process; in ccm_nx_decrypt() local
355 to_process = nbytes - processed; in ccm_nx_decrypt()
357 if ((to_process + processed) < nbytes) in ccm_nx_decrypt()
[all …]
H A Dnx-aes-ecb.c62 unsigned int processed = 0, to_process; in ecb_aes_nx_crypt() local
73 to_process = req->cryptlen - processed; in ecb_aes_nx_crypt()
76 &to_process, processed, NULL); in ecb_aes_nx_crypt()
94 processed += to_process; in ecb_aes_nx_crypt()
95 } while (processed < req->cryptlen); in ecb_aes_nx_crypt()
H A Dnx-aes-cbc.c62 unsigned int processed = 0, to_process; in cbc_aes_nx_crypt() local
73 to_process = req->cryptlen - processed; in cbc_aes_nx_crypt()
76 &to_process, processed, in cbc_aes_nx_crypt()
96 processed += to_process; in cbc_aes_nx_crypt()
97 } while (processed < req->cryptlen); in cbc_aes_nx_crypt()
H A Dnx-aes-ctr.c80 unsigned int processed = 0, to_process; in ctr_aes_nx_crypt() local
86 to_process = req->cryptlen - processed; in ctr_aes_nx_crypt()
89 &to_process, processed, in ctr_aes_nx_crypt()
110 processed += to_process; in ctr_aes_nx_crypt()
111 } while (processed < req->cryptlen); in ctr_aes_nx_crypt()
/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 …]
/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/Documentation/devicetree/bindings/
H A DMakefile29 -name 'processed-schema*' \)
62 $(obj)/processed-schema.json: $(DT_DOCS) check_dtschema_version FORCE
72 always-y += processed-schema.json
77 # build artifacts here before they are processed by scripts/Makefile.clean
81 dt_compatible_check: $(obj)/processed-schema.json
/linux/include/linux/iio/
H A Dconsumer.h227 * iio_read_channel_processed() - read processed value from a given channel
233 * This function will read a processed value from a channel. A processed value
235 * representation. If the device does not support reporting a processed value
242 * iio_read_channel_processed_scale() - read and scale a processed value
249 * This function will read a processed value from a channel. This will work
404 * iio_convert_raw_to_processed() - Converts a raw value to a processed value
407 * @processed: The result of the conversion
412 * This function converts a raw value to processed value for a specific channel.
415 * depended. A processed value on the other hand is value has a normed unit
424 int *processed, unsigned int scale);
/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 * @card: The adapter nr where this request was actually processed.
83 * @dom: Domain id of the device where this request was processed.
88 * carries some info about on which adapter the request was processed
/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/crypto/
H A Dalgif_aead.c18 * allocated and prepared. As part of the recvmsg operation, the processed
81 size_t processed = 0; /* [in] TX bufs to be consumed */ in _aead_recvmsg() local
91 * processed. in _aead_recvmsg()
122 * length as this data is processed separately later on. in _aead_recvmsg()
140 * allows AIO operation where the caller sent all data to be processed in _aead_recvmsg()
159 processed = used + ctx->aead_assoclen; in _aead_recvmsg()
160 areq->tsgl_entries = af_alg_count_tsgl(sk, processed); in _aead_recvmsg()
171 af_alg_pull_tsgl(sk, processed, areq->tsgl); in _aead_recvmsg()
248 * Also return the error if no data has been processed so far. in aead_recvmsg()
/linux/fs/erofs/
H A Dxattr.c120 unsigned int slice, processed; in erofs_xattr_copy_to_buffer() local
123 for (processed = 0; processed < len; processed += slice) { in erofs_xattr_copy_to_buffer()
129 erofs_blkoff(sb, it->pos), len - processed); in erofs_xattr_copy_to_buffer()
192 unsigned int slice, processed, value_sz; in erofs_getxattr_foreach() local
225 for (processed = 0; processed < entry.e_name_len; processed += slice) { in erofs_getxattr_foreach()
232 entry.e_name_len - processed); in erofs_getxattr_foreach()
233 if (memcmp(it->name.name + it->infix_len + processed, in erofs_getxattr_foreach()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c61 u64 processed; member
72 return req->len - req->processed; in safexcel_queued_len()
143 } else if (!req->processed) { in safexcel_context_control()
167 req->hmac_zlen || (req->processed != req->block_sz)) { in safexcel_context_control()
168 count = req->processed / EIP197_COUNTER_BLOCK_SIZE; in safexcel_context_control()
186 (req->processed != req->block_sz)) { in safexcel_context_control()
282 sreq->processed = sreq->block_sz; in safexcel_handle_req_result()
354 if (unlikely(req->xcbcmac && req->processed > AES_BLOCK_SIZE)) { in safexcel_ahash_send_req()
485 req->processed += len - extra; in safexcel_ahash_send_req()
757 * will never be finished at all, but needs to be processed anyway. in safexcel_ahash_update()
[all …]
/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/kernel/
H A Dpadata.c245 * be parallel processed by another cpu and is not yet present in
249 unsigned int processed) in padata_find_next() argument
266 if (padata->seq_nr != processed) in padata_find_next()
274 pd->processed = processed; in padata_find_next()
284 unsigned int processed; in padata_reorder() local
287 processed = pd->processed; in padata_reorder()
294 processed++; in padata_reorder()
296 if (unlikely(processed == 0)) in padata_reorder()
310 * processed by another cpu and is still on it's way to the in padata_reorder()
313 padata = padata_find_next(pd, cpu, processed); in padata_reorder()
[all …]
/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

12345678910>>...68