Home
last modified time | relevance | path

Searched refs:total (Results 176 – 200 of 1306) sorted by relevance

12345678910>>...53

/openbmc/linux/tools/testing/selftests/kselftest/
H A Drunner.sh149 total=$(echo "$@" | wc -w)
150 echo "1..$total"
/openbmc/linux/drivers/crypto/
H A Domap-sham.c517 ctx->total -= length; in omap_sham_xmit_cpu()
610 ctx->total -= length; in omap_sham_xmit_dma()
632 ctx->total = new_len; in omap_sham_copy_sg_lists()
718 ctx->total = new_len; in omap_sham_copy_sgs()
826 rctx->total = new_len; in omap_sham_align_sgs()
868 rctx->total = nbytes; in omap_sham_prepare_request()
888 hash_later = nbytes - rctx->total; in omap_sham_prepare_request()
906 rctx->total = min(nbytes, rctx->total); in omap_sham_prepare_request()
986 ctx->total = 0; in omap_sham_init()
1014 ctx->total, ctx->digcnt, final); in omap_sham_update_req()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dingenic,pinctrl.yaml21 the X1000 and the X1830 contains 4 GPIO ports, PA to PD, for a total of 128
22 pins. The X2000 and the X2100 contains 5 GPIO ports, PA to PE, for a total of
24 6 GPIO ports, PA to PF, for a total of 192 pins. The JZ4775 contains 7 GPIO
25 ports, PA to PG, for a total of 224 pins.
/openbmc/linux/Documentation/gpu/
H A Ddrm-usage-stats.rst141 The total size of buffers that are shared with another file (ie. have more
144 - drm-total-<region>: <uint> [KiB|MiB]
146 The total size of buffers that including shared and private memory.
150 The total size of buffers that are resident in the specified region.
154 The total size of buffers that are purgeable.
158 The total size of buffers that are active on one or more engines.
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-hash.c122 if (!rctx->total) { in starfive_hash_xmit_dma()
127 writel(rctx->total, cryp->base + STARFIVE_DMA_IN_LEN_OFFSET); in starfive_hash_xmit_dma()
129 total_len = rctx->total; in starfive_hash_xmit_dma()
231 static int starfive_hash_check_aligned(struct scatterlist *sg, size_t total, size_t align) in starfive_hash_check_aligned() argument
235 if (!total) in starfive_hash_check_aligned()
238 if (!IS_ALIGNED(total, align)) in starfive_hash_check_aligned()
252 if (len != total) in starfive_hash_check_aligned()
365 rctx->total = req->nbytes; in starfive_hash_digest()
369 rctx->in_sg_len = sg_nents_for_len(rctx->in_sg, rctx->total); in starfive_hash_digest()
372 if (starfive_hash_check_aligned(rctx->in_sg, rctx->total, rctx->blksize)) in starfive_hash_digest()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dmeter.c251 int err, pos, total; in __mlx5e_flow_meter_alloc() local
279 total = 1 << (flow_meters->log_granularity + 1); in __mlx5e_flow_meter_alloc()
287 meters_obj = kzalloc(sizeof(*meters_obj) + BITS_TO_BYTES(total), in __mlx5e_flow_meter_alloc()
295 meters_obj->total_meters = total; in __mlx5e_flow_meter_alloc()
299 pos = find_first_zero_bit(meters_obj->meters_map, total); in __mlx5e_flow_meter_alloc()
300 if (bitmap_weight(meters_obj->meters_map, total) == total - 1) { in __mlx5e_flow_meter_alloc()
/openbmc/linux/kernel/
H A Dstacktrace.c50 unsigned int generated, i, total = 0; in stack_trace_snprint() local
59 total += generated; in stack_trace_snprint()
69 return total; in stack_trace_snprint()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-fs-xfs24 represents the total log reservation of all currently
35 represents the total log reservation of all currently
/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.logrotate3 # Keep up to four 64k files for ipmi_sel (256k total)
13 # Keep up to four 64k files for redfish (256k total)
/openbmc/linux/Documentation/devicetree/bindings/iio/potentiometer/
H A Drenesas,x9250.yaml14 On each potentiometer, the X9250T has a 100 kOhms total resistance and the
15 X9250U has a 50 kOhms total resistance.
/openbmc/qemu/hw/usb/
H A Dhcd-musb.c840 int total, valid = 0; in musb_tx_rdy() local
847 total = ep->maxp[0] & 0x3ff; in musb_tx_rdy()
850 total = ep->ext_size[0]; in musb_tx_rdy()
856 if (epnum && (ep->fifostart[0]) < total) in musb_tx_rdy()
860 total = ep->fifostart[0]; in musb_tx_rdy()
865 if (total != 8) { in musb_tx_rdy()
878 int total; in musb_rx_req() local
922 total = MIN(ep->maxp[1] & 0x3ff, sizeof(s->buf)); in musb_rx_req()
928 total = MIN(s->setup_len, 8); in musb_rx_req()
930 total = MIN(s->setup_len, 64); in musb_rx_req()
[all …]
/openbmc/linux/block/
H A Dblk-iolatency.c128 u64 total; member
202 stat->ps.total = 0; in latency_stat_init()
213 sum->ps.total += stat->ps.total; in latency_stat_sum()
226 stat->ps.total++; in latency_stat_record_time()
236 u64 thresh = div64_u64(stat->ps.total, 10); in latency_sum_ok()
247 return stat->ps.total; in latency_stat_samples()
935 (unsigned long long)stat.ps.total); in iolatency_ssd_stat()
939 (unsigned long long)stat.ps.total, in iolatency_ssd_stat()
/openbmc/linux/drivers/misc/sgi-gru/
H A Dgruprocfs.c117 unsigned long total, count, max; in mcs_statistics_show() local
125 total = atomic_long_read(&mcs_op_statistics[op].total); in mcs_statistics_show()
128 count ? total / count : 0, max); in mcs_statistics_show()
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnf-queue.c192 unsigned int last, total; in print_stats() local
195 total = 0; in print_stats()
201 total += last; in print_stats()
204 printf("%u packets total\n", total); in print_stats()
/openbmc/linux/fs/
H A Dsignalfd.c208 ssize_t ret, total = 0; in signalfd_read() local
224 total += ret; in signalfd_read()
228 return total ? total: ret; in signalfd_read()
/openbmc/linux/drivers/comedi/drivers/
H A Dni_routes.c151 int total = 0; in ni_count_valid_routes() local
165 ++total; in ni_count_valid_routes()
172 ++total; in ni_count_valid_routes()
176 return total; in ni_count_valid_routes()
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_mmap_options.c95 int total = ARRAY_SIZE(sizes); in check_file_memory_mapping() local
99 for (run = 0; run < total; run++) { in check_file_memory_mapping()
134 int total = ARRAY_SIZE(sizes); in check_clear_prot_mte_flag() local
138 for (run = 0; run < total; run++) { in check_clear_prot_mte_flag()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_memory_region.c201 drm_printf(printer, "total:%pa bytes\n", &mr->total); in intel_memory_region_debug()
243 mem->total = size; in intel_memory_region_create()
289 *avail = mr->total; in intel_memory_region_avail()
290 *visible_avail = mr->total; in intel_memory_region_avail()
/openbmc/linux/crypto/
H A Dskcipher.c133 nbytes = walk->total - n; in skcipher_walk_done()
166 walk->total = nbytes; in skcipher_walk_done()
371 n = walk->total; in skcipher_walk_next()
377 if (unlikely(walk->total < walk->blocksize)) in skcipher_walk_next()
472 walk->total = req->cryptlen; in skcipher_walk_skcipher()
477 if (unlikely(!walk->total)) in skcipher_walk_skcipher()
533 if (unlikely(!walk->total)) in skcipher_walk_aead_common()
544 scatterwalk_done(&walk->in, 0, walk->total); in skcipher_walk_aead_common()
545 scatterwalk_done(&walk->out, 0, walk->total); in skcipher_walk_aead_common()
568 walk->total = req->cryptlen; in skcipher_walk_aead_encrypt()
[all …]
/openbmc/u-boot/common/
H A DxyzModem.c491 int stat, total, len; in xyzModem_stream_read() local
494 total = 0; in xyzModem_stream_read()
586 return total; in xyzModem_stream_read()
598 total += len; in xyzModem_stream_read()
603 return total; in xyzModem_stream_read()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dreproducible.py47 self.total = []
56 self.total.append(r)
70 self.total.sort()
77 …elf.different), len(self.different_excluded), len(self.missing), len(self.total), self.unused_excl…
297 self.append_to_log('\n'.join("%s: %s" % (r.status, r.test) for r in result.total))
/openbmc/linux/fs/erofs/
H A Ddecompressor.c129 unsigned int omargin, total, i; in z_erofs_lz4_handle_overlap() local
170 total = rq->inputsize; in z_erofs_lz4_handle_overlap()
171 while (total) { in z_erofs_lz4_handle_overlap()
173 min_t(unsigned int, total, PAGE_SIZE - *inputmargin); in z_erofs_lz4_handle_overlap()
181 total -= page_copycnt; in z_erofs_lz4_handle_overlap()
/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750_hw.c548 u32 total; in hw_sm750_pan_display() local
555 total = var->yoffset * info->fix.line_length + in hw_sm750_pan_display()
557 total += crtc->o_screen; in hw_sm750_pan_display()
561 (total & PANEL_FB_ADDRESS_ADDRESS_MASK)); in hw_sm750_pan_display()
565 (total & CRT_FB_ADDRESS_ADDRESS_MASK)); in hw_sm750_pan_display()
/openbmc/linux/fs/orangefs/
H A Ddevorangefs-req.c371 int total = ret = iov_iter_count(iter); in orangefs_devreq_write_iter() local
377 total, in orangefs_devreq_write_iter()
380 if (total < MAX_DEV_REQ_DOWNSIZE) { in orangefs_devreq_write_iter()
383 total, in orangefs_devreq_write_iter()
436 if ((head_size + downcall_size + op->downcall.trailer_size) != total) { in orangefs_devreq_write_iter()
444 total); in orangefs_devreq_write_iter()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/
H A D0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch39 nVoices| total(%)|voices(%)| reverb(%)|chorus(%)| voice(%)|estimated maxVoices
62 nVoices| total(%)|voices(%)| reverb(%)|chorus(%)| voice(%)|estimated maxVoices
85 nVoices| total(%)|voices(%)| reverb(%)|chorus(%)| voice(%)|estimated maxVoices
131 nVoices| total(%)|voices(%)| reverb(%)|chorus(%)| voice(%)|estimated maxVoices
154 nVoices| total(%)|voices(%)| reverb(%)|chorus(%)| voice(%)|estimated maxVoices
177 nVoices| total(%)|voices(%)| reverb(%)|chorus(%)| voice(%)|estimated maxVoices

12345678910>>...53