Home
last modified time | relevance | path

Searched refs:total (Results 101 – 125 of 1306) sorted by relevance

12345678910>>...53

/openbmc/linux/fs/pstore/
H A Dftrace.c160 size_t dest_size, src_size, total, dest_off, src_off; in pstore_ftrace_combine_log() local
172 total = dest_size + src_size; in pstore_ftrace_combine_log()
173 merged_buf = kmalloc(total, GFP_KERNEL); in pstore_ftrace_combine_log()
204 *dest_log_size = total; in pstore_ftrace_combine_log()
/openbmc/qemu/include/qemu/
H A Dprogress_meter.h41 uint64_t total; member
51 uint64_t *total);
/openbmc/linux/drivers/crypto/nx/
H A Dnx-sha256.c68 u64 to_process = 0, leftover, total; in nx_sha256_update() local
81 total = (sctx->count % SHA256_BLOCK_SIZE) + len; in nx_sha256_update()
82 if (total < SHA256_BLOCK_SIZE) { in nx_sha256_update()
132 to_process = min_t(u64, total, in nx_sha256_update()
143 leftover = total - to_process; in nx_sha256_update()
164 total -= to_process; in nx_sha256_update()
H A Dnx-sha512.c68 u64 to_process, leftover = 0, total; in nx_sha512_update() local
81 total = (sctx->count[0] % SHA512_BLOCK_SIZE) + len; in nx_sha512_update()
82 if (total < SHA512_BLOCK_SIZE) { in nx_sha512_update()
131 to_process = min_t(u64, total, in nx_sha512_update()
147 leftover = total - to_process; in nx_sha512_update()
168 total -= to_process; in nx_sha512_update()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dteamcity.py308 active_process_total = event.total
321 if event.total != 0:
322 ui.progress("Loading cache", math.floor(event.current * 100 / event.total))
329 if event.total != 0:
330 ui.progress("Parsing recipes", math.floor(event.current * 100 / event.total))
353 if event.stats.total != 0:
355 … event.stats.completed + event.stats.active + event.stats.failed + 1) * 100 / event.stats.total)
360 if event.stats.total != 0:
361 pseudo_total = event.stats.total - event.stats.skipped
/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.pm25 my ($total, $n) = @_;
27 return $total / $n;
/openbmc/openbmc/meta-arm/ci/
H A Dcheck-machine-coverage26 total = len(machines) variable
27 percent = int(covered / total * 100)
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt.c165 vm->clear_range(vm, 0, vm->total); in i915_ggtt_suspend_vm()
553 offset = ggtt->vm.total - GUC_TOP_RESERVE_SIZE; in ggtt_reserve_guc_top()
723 if (GEM_WARN_ON(ppgtt->vm.total < ggtt->vm.total)) { in init_aliasing_ppgtt()
1217 if ((ggtt->vm.total - 1) >> 32) { in ggtt_probe_hw()
1221 ggtt->vm.total >> 20); in ggtt_probe_hw()
1222 ggtt->vm.total = 1ULL << 32; in ggtt_probe_hw()
1224 min_t(u64, ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1227 if (ggtt->mappable_end > ggtt->vm.total) { in ggtt_probe_hw()
1231 &ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1232 ggtt->mappable_end = ggtt->vm.total; in ggtt_probe_hw()
[all …]
H A Dintel_engine_stats.h54 stats->total = ktime_add(stats->total, in intel_engine_context_out()
/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c122 length = rctx->total + rctx->bufcnt; in aspeed_ahash_dma_prepare()
134 rctx->offset += rctx->total - remain; in aspeed_ahash_dma_prepare()
250 rctx->offset = rctx->total - remain; in aspeed_ahash_dma_prepare_sg()
473 rctx->total - rctx->offset, 0); in aspeed_ahash_update_resume_sg()
590 rctx->total = req->nbytes; in aspeed_sham_update()
596 rctx->digcnt[0] += rctx->total; in aspeed_sham_update()
597 if (rctx->digcnt[0] < rctx->total) in aspeed_sham_update()
603 rctx->total, 0); in aspeed_sham_update()
604 rctx->bufcnt += rctx->total; in aspeed_sham_update()
630 req->nbytes, rctx->total); in aspeed_sham_final()
[all …]
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-hash.c28 const size_t total = 2 * GiB; in test_hash_speed() local
40 remain = total; in test_hash_speed()
53 opts->chunk_size, total / g_test_timer_last()); in test_hash_speed()
/openbmc/linux/scripts/
H A Dleaking_addresses.pl522 my ($total, $dmesg, $paths, $files) = parse_raw_file($file);
524 printf "\nTotal number of results from scan (incl dmesg): %d\n", $total;
559 my $total = 0; # Total number of lines parsed.
566 $total++;
577 return $total, \@dmesg, \%paths, \%files;
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_js_unit_tests.py33 total = self.find("#qunit-testresult .total").text
37 total,
/openbmc/linux/tools/testing/selftests/kvm/
H A Ddirty_log_perf_test.c78 struct timespec total = (struct timespec){0}; in vcpu_worker() local
103 total = timespec_add(total, ts_diff); in vcpu_worker()
122 avg = timespec_div(total, vcpu_last_completed_iteration[vcpu_idx]); in vcpu_worker()
125 total.tv_sec, total.tv_nsec, avg.tv_sec, avg.tv_nsec); in vcpu_worker()
/openbmc/linux/drivers/char/
H A Ddtlk.c515 int total, i; in dtlk_interrogate() local
519 for (total = 0, i = 0; i < 50; i++) { in dtlk_interrogate()
520 buf[total] = dtlk_read_tts(); in dtlk_interrogate()
521 if (total > 2 && buf[total] == 0x7f) in dtlk_interrogate()
523 if (total < sizeof(struct dtlk_settings)) in dtlk_interrogate()
524 total++; in dtlk_interrogate()
/openbmc/linux/kernel/bpf/
H A Dmprog.c131 int total = bpf_mprog_total(entry); in bpf_mprog_insert() local
138 if (idx == total) in bpf_mprog_insert()
155 int total = bpf_mprog_total(entry); in bpf_mprog_delete() local
162 else if (idx == total) in bpf_mprog_delete()
163 idx = total - 1; in bpf_mprog_delete()
300 int total = bpf_mprog_total(entry); in bpf_mprog_fetch() local
308 else if (idx == total) in bpf_mprog_fetch()
309 idx = total - 1; in bpf_mprog_fetch()
/openbmc/openbmc/meta-intel-openbmc/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/openbmc/meta-supermicro/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/tools/tracing/rtla/src/
H A Dtimerlat_aa.c564 int total; in timerlat_thread_analysis() local
572 total = taa_data->tlat_irq_latency; in timerlat_thread_analysis()
575 total = taa_data->tlat_thread_latency; in timerlat_thread_analysis()
597 ns_to_per(total, taa_data->timer_irq_start_delay)); in timerlat_thread_analysis()
623 ns_to_per(total, taa_data->timer_irq_duration)); in timerlat_thread_analysis()
633 ns_to_per(total, taa_data->thread_blocking_duration)); in timerlat_thread_analysis()
651 ns_to_per(total, taa_data->thread_nmi_sum)); in timerlat_thread_analysis()
665 ns_to_per(total, taa_data->thread_irq_sum)); in timerlat_thread_analysis()
676 ns_to_per(total, taa_data->thread_softirq_sum)); in timerlat_thread_analysis()
692 ns_to_per(total, taa_data->thread_thread_sum)); in timerlat_thread_analysis()
[all …]
/openbmc/linux/net/rds/
H A Dtransport.c149 unsigned int total = 0; in rds_trans_stats_info_copy() local
163 total += part; in rds_trans_stats_info_copy()
168 return total; in rds_trans_stats_info_copy()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Ddebugfs.c30 int total; member
79 param->total++; in mmio_diff_handler()
90 .total = 0, in vgpu_mmio_diff_show()
121 seq_printf(s, "Total: %d, Diff: %d\n", param.total, param.diff); in vgpu_mmio_diff_show()
/openbmc/linux/ipc/
H A Dnamespace.c128 int total, in_use; in free_ipcs() local
134 for (total = 0, next_id = 0; total < in_use; next_id++) { in free_ipcs()
141 total++; in free_ipcs()
/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp485 EXPECT_EQ(stats.total, 0); in TEST_F()
502 EXPECT_EQ(stats.total, 4096); in TEST_F()
519 EXPECT_EQ(stats.total, 4096 + 8192); in TEST_F()
536 EXPECT_EQ(stats.total, 4096 + 8192 + 4096); in TEST_F()
584 EXPECT_EQ(stats.total, 8192 + 4096); in TEST_F()
599 EXPECT_EQ(stats.total, 4096); in TEST_F()
614 EXPECT_EQ(stats.total, 0); in TEST_F()
656 EXPECT_EQ(sizes.total, 4096 * 40); in TEST_F()
705 EXPECT_EQ(sizes.total, 4096 * 23); in TEST_F()
720 EXPECT_EQ(sizes.total, 4096 * 3); in TEST_F()
[all …]
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dpble.c337 u32 lf4k, lflast, total, i; in get_lvl2_pble() local
349 total = (lflast == 0) ? lf4k : lf4k + 1; in get_lvl2_pble()
350 lvl2->leaf_cnt = total; in get_lvl2_pble()
352 lvl2->leafmem.size = (sizeof(*leaf) * total); in get_lvl2_pble()
360 total << 3, &root->addr, &fpm_addr); in get_lvl2_pble()
368 root->cnt = total; in get_lvl2_pble()
370 for (i = 0; i < total; i++, leaf++) { in get_lvl2_pble()
371 pblcnt = (lflast && ((i + 1) == total)) ? in get_lvl2_pble()
/openbmc/linux/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_buffer.c462 st->fifo.nb.total = 0; in inv_icm42600_buffer_fifo_read()
500 st->fifo.nb.total++; in inv_icm42600_buffer_fifo_read()
511 if (st->fifo.nb.total == 0) in inv_icm42600_buffer_fifo_parse()
516 inv_sensors_timestamp_interrupt(ts, st->fifo.period, st->fifo.nb.total, in inv_icm42600_buffer_fifo_parse()
526 inv_sensors_timestamp_interrupt(ts, st->fifo.period, st->fifo.nb.total, in inv_icm42600_buffer_fifo_parse()
551 if (st->fifo.nb.total == 0) in inv_icm42600_buffer_hwfifo_flush()
557 st->fifo.nb.total, st->fifo.nb.gyro, in inv_icm42600_buffer_hwfifo_flush()
567 st->fifo.nb.total, st->fifo.nb.accel, in inv_icm42600_buffer_hwfifo_flush()

12345678910>>...53