Home
last modified time | relevance | path

Searched full:processed (Results 1 – 25 of 1689) 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/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/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/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/crypto/
H A Dalgif_aead.c18 * allocated and prepared. As part of the recvmsg operation, the processed
83 size_t processed = 0; /* [in] TX bufs to be consumed */ in _aead_recvmsg() local
93 * processed. in _aead_recvmsg()
124 * length as this data is processed separately later on. in _aead_recvmsg()
142 * allows AIO operation where the caller sent all data to be processed in _aead_recvmsg()
157 processed = used + ctx->aead_assoclen; in _aead_recvmsg()
170 if (processed && !tsgl_src) { in _aead_recvmsg()
203 processed); in _aead_recvmsg()
204 af_alg_pull_tsgl(sk, processed, NULL, 0); in _aead_recvmsg()
221 areq->tsgl_entries = af_alg_count_tsgl(sk, processed, in _aead_recvmsg()
[all …]
/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
H A D.gitignore3 /processed-schema*.yaml
4 /processed-schema*.json
/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/include/linux/iio/
H A Dconsumer.h226 * iio_read_channel_processed() - read processed value from a given channel
232 * This function will read a processed value from a channel. A processed value
234 * representation. If the device does not support reporting a processed value
241 * iio_read_channel_processed_scale() - read and scale a processed value
248 * This function will read a processed value from a channel. This will work
385 * iio_convert_raw_to_processed() - Converts a raw value to a processed value
388 * @processed: The result of the conversion
393 * This function converts a raw value to processed value for a specific channel.
396 * depended. A processed value on the other hand is value has a normed unit
405 int *processed, unsigned int scale);
/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/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/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/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/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/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/drivers/iio/
H A Dinkern.c602 int raw, int *processed, in iio_convert_raw_to_processed_unlocked() argument
642 *processed = raw * scale; in iio_convert_raw_to_processed_unlocked()
648 *processed = raw64 * scale_val * scale; in iio_convert_raw_to_processed_unlocked()
652 *processed = -raw64 * scale_val * scale; in iio_convert_raw_to_processed_unlocked()
654 *processed = raw64 * scale_val * scale; in iio_convert_raw_to_processed_unlocked()
655 *processed += div_s64(raw64 * (s64)scale_val2 * scale, in iio_convert_raw_to_processed_unlocked()
660 *processed = -raw64 * scale_val * scale; in iio_convert_raw_to_processed_unlocked()
662 *processed = raw64 * scale_val * scale; in iio_convert_raw_to_processed_unlocked()
663 *processed += div_s64(raw64 * (s64)scale_val2 * scale, in iio_convert_raw_to_processed_unlocked()
667 *processed = div_s64(raw64 * (s64)scale_val * scale, in iio_convert_raw_to_processed_unlocked()
[all …]
/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

12345678910>>...68