/linux/drivers/auxdisplay/ |
H A D | charlcd.c | 203 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 D | nx-aes-gcm.c | 108 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 D | nx-aes-ccm.c | 266 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 D | nx-aes-ecb.c | 62 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 D | nx-aes-cbc.c | 62 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 D | nx-aes-ctr.c | 80 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 D | xdp.h | 174 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 D | xdp_sample.bpf.c | 85 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 D | dm-log-userspace.h | 67 * 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 D | debugfs.c | 16 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 D | algif_aead.c | 18 * 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 D | dwc-xlgmac-net.c | 1045 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 D | pipeline.json | 9 …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 D | Makefile | 29 -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 | .gitignore | 3 /processed-schema*.yaml 4 /processed-schema*.json
|
/linux/arch/s390/include/asm/trace/ |
H A D | zcrypt.h | 14 * 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 D | consumer.h | 226 * 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 D | xattr.c | 183 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 D | raspberrypi-pisp-be.rst | 53 - 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 D | pipeline.json | 15 …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 D | sh_dac_audio.c | 47 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 D | q6dsp-errno.h | 25 /* 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 D | safexcel_hash.c | 61 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 D | inkern.c | 602 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 D | dm-zoned.rst | 84 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
|