Home
last modified time | relevance | path

Searched refs:total (Results 51 – 75 of 1306) sorted by relevance

12345678910>>...53

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmsix.c18 u32 total; in msix_initialize() local
30 total = 1 + dd->num_sdma + dd->n_krcv_queues + dd->num_netdev_contexts; in msix_initialize()
32 if (total >= CCE_NUM_MSIX_VECTORS) in msix_initialize()
35 ret = pci_alloc_irq_vectors(dd->pcidev, total, total, PCI_IRQ_MSIX); in msix_initialize()
41 entries = kcalloc(total, sizeof(*dd->msix_info.msix_entries), in msix_initialize()
50 bitmap_zero(dd->msix_info.in_use_msix, total); in msix_initialize()
51 dd->msix_info.max_requested = total; in msix_initialize()
52 dd_dev_info(dd, "%u MSI-X interrupts allocated\n", total); in msix_initialize()
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-hmac.c26 double total = 0.0; in test_hmac_speed() local
54 total += chunk_size; in test_hmac_speed()
57 total /= MiB; in test_hmac_speed()
60 chunk_size, total / g_test_timer_last()); in test_hmac_speed()
/openbmc/linux/tools/perf/ui/tui/
H A Dprogress.c12 p->next = p->step = p->total / (SLtt_Screen_Cols - 2) ?: 1; in __tui_progress__init()
22 ret += unit_number__scnprintf(buf_tot, sizeof(buf_tot), p->total); in get_title()
39 if (p->total == 0) in tui_progress__update()
56 bar = ((SLtt_Screen_Cols - 2) * p->curr) / p->total; in tui_progress__update()
/openbmc/linux/sound/soc/intel/avs/
H A Dtrace.h98 TP_PROTO(const u8 *data, size_t size, size_t offset, size_t total),
100 TP_ARGS(data, size, offset, total),
108 __field(size_t, total )
115 __entry->total = total;
119 __entry->offset, __entry->pos, __entry->total,
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Domapdss-boot-init.c35 int l = 0, total = 0; in omapdss_count_strings() local
38 for (i = 0; total < prop->length; total += l, p += l, i++) in omapdss_count_strings()
63 size_t total = 0; in omapdss_prefix_strcpy() local
65 while (total < src_len) { in omapdss_prefix_strcpy()
75 total += l; in omapdss_prefix_strcpy()
/openbmc/linux/tools/perf/ui/gtk/
H A Dhists.c98 GtkTreeIter *parent, int col, u64 total) in perf_gtk__add_callchain_flat() argument
161 GtkTreeIter *parent, int col, u64 total) in perf_gtk__add_callchain_folded() argument
221 GtkTreeIter *parent, int col, u64 total) in perf_gtk__add_callchain_graph() argument
262 child_total = total; in perf_gtk__add_callchain_graph()
271 GtkTreeIter *parent, int col, u64 total) in perf_gtk__add_callchain() argument
361 u64 total = hists__total_period(h->hists); in perf_gtk__show_hists() local
390 total = symbol_conf.cumulate_callchain ? in perf_gtk__show_hists()
394 sym_col, total); in perf_gtk__show_hists()
417 u64 total = hists__total_period(hists); in perf_gtk__add_hierarchy_entries() local
487 total = symbol_conf.cumulate_callchain ? in perf_gtk__add_hierarchy_entries()
[all …]
/openbmc/openbmc/meta-security/meta-integrity/lib/oeqa/runtime/cases/
H A Dima.py26 cls.total = len(cls.binaries)
105 if failed == self.total:
106 self.fail("Signature verifications failed (%s)" % self.total)
126 if failed == self.total:
127 self.fail("Overwritting verifications failed (%s)" % self.total)
/openbmc/linux/fs/ceph/
H A Dmetric.h69 __le64 total; member
104 __le64 total; member
111 __le64 total; member
118 __le64 total; member
125 __le64 total; member
156 u64 total; member
/openbmc/linux/tools/testing/selftests/intel_pstate/
H A Daperf.c30 long long int start, finish, total; in main() local
88 total = finish - start; in main()
90 printf("runTime: %4.2f\n", 1.0*total/MSEC_PER_SEC); in main()
91 printf("freq: %7.0f\n", tsc / (1.0*aperf / (1.0 * mperf)) / total); in main()
/openbmc/linux/mm/
H A Dmapping_dirty_helpers.c21 unsigned long total; member
45 wpwalk->total++; in wp_pte()
104 wpwalk->total++; in clean_record_pte()
266 struct wp_walk wpwalk = { .total = 0 }; in wp_shared_mapping_range()
273 return wpwalk.total; in wp_shared_mapping_range()
322 .base = { .total = 0 }, in clean_record_shared_mapping_range()
337 return cwalk.base.total; in clean_record_shared_mapping_range()
/openbmc/linux/arch/mips/txx9/generic/
H A Dmem_tx4927.c69 unsigned int total = 0; in tx4927_get_mem_size() local
73 total += tx4927_process_sdccr(&tx4927_sdramcptr->cr[i]); in tx4927_get_mem_size()
74 return total; in tx4927_get_mem_size()
/openbmc/qemu/
H A Dqemu-io-cmds.c558 *total = bytes; in do_pread()
575 *total = bytes; in do_pwrite()
589 *total = bytes; in do_pwrite_zeroes()
606 *total = bytes; in do_write_compressed()
618 if (*total < 0) { in do_load_vmstate()
619 return *total; in do_load_vmstate()
632 if (*total < 0) { in do_save_vmstate()
633 return *total; in do_save_vmstate()
913 int total = 0; in readv_f() local
1270 int total = 0; in writev_f() local
[all …]
/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.cpp159 auto total = memoryValues.at(MetricIntf::SubType::memoryTotal) * 1024; in readMemory() local
161 config.subType, "VALUE", value, "TOTAL", total); in readMemory()
162 metrics[config.name]->update(MValue(value, total)); in readMemory()
180 double total = buffer.f_blocks * buffer.f_frsize; in readStorage() local
182 config.subType, "VALUE", value, "TOTAL", total); in readStorage()
183 metrics[config.name]->update(MValue(value, total)); in readStorage()
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c26 int i, sz, total = 0; in spufs_ctx_note_size() local
36 total += sizeof(struct elf_note); in spufs_ctx_note_size()
37 total += roundup(strlen(fullname) + 1, 4); in spufs_ctx_note_size()
38 total += roundup(sz, 4); in spufs_ctx_note_size()
41 return total; in spufs_ctx_note_size()
/openbmc/qemu/util/
H A Diov.c148 ssize_t total = 0; in iov_send_recv() local
223 total += ret; in iov_send_recv()
228 return total; in iov_send_recv()
621 size_t total = 0; in iov_discard_front_undoable() local
637 total += bytes; in iov_discard_front_undoable()
647 return total; in iov_discard_front_undoable()
661 size_t total = 0; in iov_discard_back_undoable() local
682 total += bytes; in iov_discard_back_undoable()
692 return total; in iov_discard_back_undoable()
703 size_t total; in qemu_iovec_discard_back() local
[all …]
/openbmc/linux/Documentation/accounting/
H A Ddelay-accounting.rst110 CPU count real total virtual total delay total delay average
112 IO count delay total delay average
114 SWAP count delay total delay average
116 RECLAIM count delay total delay average
118 THRASHING count delay total delay average
120 COMPACT count delay total delay average
122 WPCOPY count delay total delay average
124 IRQ count delay total delay average
/openbmc/linux/sound/core/
H A Dpcm_param_trace.h38 __field(int, total)
49 __entry->total = substream->runtime->hw_constraints.rules_num;
59 __entry->total,
78 __field(int, total)
99 __entry->total = substream->runtime->hw_constraints.rules_num;
119 __entry->total,
/openbmc/linux/lib/
H A Dtest_memcat_p.c25 int err = -ENOMEM, i, r, total = 0; in test_memcat_p_init() local
62 total += (*p)->num; in test_memcat_p_init()
71 if (total) { in test_memcat_p_init()
72 pr_err("test failed: expected zero total, got %d\n", total); in test_memcat_p_init()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-scsi_tape16 Shows the total amount of time spent waiting for all I/O
43 Shows the total number of bytes requested from the tape drive.
54 Shows the total number of read requests issued to the tape
64 Shows the total amount of time in nanoseconds waiting for
74 Shows the total number of bytes written to the tape drive.
85 Shows the total number of write requests issued to the tape
95 Shows the total amount of time in nanoseconds waiting for
/openbmc/linux/drivers/cpuidle/governors/
H A Dteo.c197 unsigned int total; member
265 cpu_data->total = 0; in teo_update()
278 cpu_data->total += bin->hits + bin->intercepts; in teo_update()
305 cpu_data->total += cpu_data->tick_hits; in teo_update()
332 cpu_data->total += PULSE; in teo_update()
497 alt_intercepts = 2 * idx_intercept_sum > cpu_data->total - idx_hit_sum; in teo_select()
610 tick_intercept_sum > cpu_data->total / 2 + cpu_data->total / 8) in teo_select()
/openbmc/linux/net/rds/
H A Dinfo.c169 int total; in rds_info_getsockopt() local
221 total = lens.nr * lens.each; in rds_info_getsockopt()
225 if (total > len) { in rds_info_getsockopt()
226 len = total; in rds_info_getsockopt()
229 len = total; in rds_info_getsockopt()
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_buddy_test.c146 u64 total; in check_blocks() local
151 total = 0; in check_blocks()
184 if (total != expected_size) { in check_blocks()
186 expected_size, total); in check_blocks()
208 u64 total; in check_mm() local
224 total = 0; in check_mm()
283 if (total != mm->size) { in check_mm()
285 mm->size, total); in check_mm()
430 u64 total, size; in drm_test_buddy_alloc_smoke() local
438 total = 0; in drm_test_buddy_alloc_smoke()
[all …]
/openbmc/linux/drivers/edac/
H A Dppc4xx_edac.c313 total += n; in ppc4xx_edac_generate_bank_message()
325 total += n; in ppc4xx_edac_generate_bank_message()
336 total += n; in ppc4xx_edac_generate_bank_message()
339 return total; in ppc4xx_edac_generate_bank_message()
435 total += n; in ppc4xx_edac_generate_lane_message()
448 total += n; in ppc4xx_edac_generate_lane_message()
459 total += n; in ppc4xx_edac_generate_lane_message()
462 return total; in ppc4xx_edac_generate_lane_message()
497 total += n; in ppc4xx_edac_generate_ecc_message()
506 total += n; in ppc4xx_edac_generate_ecc_message()
[all …]
/openbmc/openbmc/meta-fii/meta-kudo/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)
23 # Keep up to two 2k files for gpio log (4k total)
/openbmc/openbmc/meta-fii/meta-mori/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)
23 # Keep up to two 2k files for gpio log (4k total)

12345678910>>...53