Home
last modified time | relevance | path

Searched refs:total (Results 1 – 25 of 47) sorted by relevance

12

/xen/tools/libs/toollog/
A Dxtl_core.c67 unsigned long done, unsigned long total) { in xtl_progress() argument
72 if ( total ) in xtl_progress()
73 percent = (total < LONG_MAX/100) in xtl_progress()
74 ? (done * 100) / total in xtl_progress()
75 : done / ((total + 99) / 100); in xtl_progress()
77 logger->progress(logger, context, doing_what, percent, done, total); in xtl_progress()
A Dxtl_logger_stdio.c102 unsigned long done, unsigned long total) { in stdiostream_progress() argument
128 doing_what, done, total, percent); in stdiostream_progress()
137 doing_what, done, total, percent, in stdiostream_progress()
138 done == total ? "\n" : ""); in stdiostream_progress()
/xen/tools/xenpaging/
A Dfile_ops.c29 int total = 0; in file_op() local
36 while ( total < XC_PAGE_SIZE ) in file_op()
38 bytes = fn(fd, page + total, XC_PAGE_SIZE - total); in file_op()
42 total += bytes; in file_op()
/xen/tools/xenmon/
A Dxenmon.py131 total = float(self.gotten_sum)
132 per = 100*total/passed
135 avg = total/exs
142 per = 100*total/passed
145 avg = total/exs
152 per = 100*total/passed
155 avg = total/float(ios)
161 total = self.allocated_sum
164 return float(total)/exs
170 return total
[all …]
/xen/tools/include/
A Dxentoollog.h56 int percent, unsigned long done, unsigned long total)
108 unsigned long done, unsigned long total);
/xen/tools/xentop/
A Dxentop.c661 unsigned long long total = 0; in tot_net_bytes() local
671 total += xenstat_network_rbytes(network); in tot_net_bytes()
673 total += xenstat_network_tbytes(network); in tot_net_bytes()
676 return total; in tot_net_bytes()
841 unsigned long long total = 0; in tot_vbd_reqs() local
857 total += xenstat_vbd_oo_reqs(vbd); in tot_vbd_reqs()
860 total += xenstat_vbd_rd_reqs(vbd); in tot_vbd_reqs()
863 total += xenstat_vbd_wr_reqs(vbd); in tot_vbd_reqs()
866 total += xenstat_vbd_rd_sects(vbd); in tot_vbd_reqs()
869 total += xenstat_vbd_wr_sects(vbd); in tot_vbd_reqs()
[all …]
A DTODO7 * Domain total network TX % and RX %
/xen/tools/xenstored/
A Dtalloc.c741 off_t total = 0; in talloc_total_size() local
759 total = tc->size; in talloc_total_size()
761 total += talloc_total_size(TC_PTR_FROM_CHUNK(c)); in talloc_total_size()
766 return total; in talloc_total_size()
774 off_t total = 0; in talloc_total_blocks() local
783 total++; in talloc_total_blocks()
785 total += talloc_total_blocks(TC_PTR_FROM_CHUNK(c)); in talloc_total_blocks()
790 return total; in talloc_total_blocks()
A Dtalloc_guide.txt48 makes this worthwhile, especially as the total overhead of
322 The talloc_total_size() function returns the total size in bytes used
333 The talloc_total_blocks() function returns the total memory block
347 ptr, showing the total memory and number of blocks used by that child.
384 talloc report on 'null_context' (total 267 bytes in 15 blocks)
409 full talloc report on 'root' (total 18 bytes in 8 blocks)
/xen/xen/arch/x86/hvm/vmx/
A Dvmcs.c1434 total = subend; in vmx_find_msr()
1444 subend = total; in vmx_find_msr()
1454 end = start + total; in vmx_find_msr()
1465 unsigned int substart, subend, total; in vmx_add_msr() local
1476 total = subend; in vmx_add_msr()
1483 total = vmx->msr_load_count; in vmx_add_msr()
1490 total = subend; in vmx_add_msr()
1528 end = start + total; in vmx_add_msr()
1586 total = subend; in vmx_del_msr()
1596 subend = total; in vmx_del_msr()
[all …]
/xen/xen/common/zstd/
A Dentropy_common.c225 U32 const total = 1 << tableLog; in HUF_readStats_wksp() local
226 U32 const rest = total - weightTotal; in HUF_readStats_wksp()
/xen/xen/include/acpi/cpufreq/
A Dprocessor_perf.h46 uint8_t total; /* total Px states */ member
/xen/tools/libs/light/
A Dlibxl_save_helper.c73 unsigned long done, unsigned long total) in tellparent_progress() argument
75 helper_stub_progress(context, doing_what, done, total, 0); in tellparent_progress()
A Dlibxl_save_callout.c412 unsigned long total, void *user) in libxl__srm_callout_callback_progress() argument
416 xtl_progress(CTX->lg, context, doing_what, done, total); in libxl__srm_callout_callback_progress()
/xen/xen/tools/
A Dsymbols.c252 int c, rlen, total=0; in expand_symbol() local
260 total++; in expand_symbol()
264 total += rlen; in expand_symbol()
272 return total; in expand_symbol()
/xen/tools/libs/ctrl/
A Dxc_pm.c41 *max_px = sysctl.u.get_pmstat.u.getpx.total; in xc_pm_get_max_px()
77 sysctl.u.get_pmstat.u.getpx.total = max_px; in xc_pm_get_pxstat()
89 pxpt->total = sysctl.u.get_pmstat.u.getpx.total; in xc_pm_get_pxstat()
A Dxc_private.c221 unsigned long done, unsigned long total) in xc_report_progress_step() argument
225 xch->currently_progress_reporting, done, total); in xc_report_progress_step()
/xen/tools/firmware/hvmloader/
A Dsmbios.c135 uint32_t total = 0; in get_smbios_pt_struct() local
141 while ( total < smbios_pt_length ) in get_smbios_pt_struct()
150 total += (*sep + sizeof(uint32_t)); in get_smbios_pt_struct()
969 uint32_t total = 0; in smbios_type_vendor_oem_init() local
975 while ( total < smbios_pt_length ) in smbios_type_vendor_oem_init()
990 total += (*sep + sizeof(uint32_t)); in smbios_type_vendor_oem_init()
/xen/xen/drivers/acpi/
A Dpmstat.c82 op->u.getpx.total = pmpt->perf.state_count; in do_get_pm_info()
121 op->u.getpx.total = pxpt->u.total; in do_get_pm_info()
/xen/xen/tools/kconfig/
A Dnconf.gui.c178 int total = 1; in get_line_no() local
185 total++; in get_line_no()
186 return total; in get_line_no()
/xen/xen/common/
A Dxmalloc_tlsf.c357 unsigned long total; in xmem_pool_get_total_size() local
358 total = ROUNDUP_SIZE(sizeof(*pool)) in xmem_pool_get_total_size()
360 return total; in xmem_pool_get_total_size()
/xen/tools/fuzz/
A DREADME.afl52 In order to speed up the process of checking total coverage,
/xen/tools/libacpi/
A Dbuild.c307 uint32_t total = 0; in construct_passthrough_tables() local
317 if ( (config->pt.length - total) < sizeof(struct acpi_header) ) in construct_passthrough_tables()
328 total += header->length; in construct_passthrough_tables()
/xen/docs/misc/
A Dxl-psr.pandoc51 event type to monitor system total/local memory bandwidth. The same RMID can
63 total-mem-bandwidth instead of cache-occupancy). E.g. after a `xl psr-cmt-attach`:
67 `xl psr-cmt-show total-mem-bandwidth <domid>`
/xen/tools/misc/
A Dxenpm.c290 printf("total P-states : %d\n", pxstat->total); in print_pxstat()
294 for ( i = 0; i < pxstat->total; i++ ) in print_pxstat()
494 for ( j = 0; j < pxstat_end[i].total; j++ ) in signal_int_handler()
534 for ( j = 0; j < pxstat_end[i].total; j++ ) in signal_int_handler()

Completed in 83 milliseconds

12