Searched refs:total_count (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/powertop/common/ |
H A D | util.c | 162 if (i.total_count > j.total_count) in pt_event_compare() 165 if (i.total_count < j.total_count) in pt_event_compare()
|
H A D | display.c | 583 event_sum += event->total_count; in pt_display_wakeups() 636 if (g_total_events > 0 && event->total_count > 0) in pt_display_events() 637 events = (double)event->total_count/ in pt_display_events() 643 (double)event->total_count/interval); in pt_display_events()
|
H A D | powertop.h | 105 uint64_t total_count; member
|
H A D | events.c | 218 event->total_count = n; in pt_events_walk()
|
/titanic_44/usr/src/lib/libsum/common/ |
H A D | sumlib.c | 32 uintmax_t total_count; \ 135 sfprintf(sp, " %*I*u", (flags & SUM_LEGACY) ? 6 : 0, sizeof(x->total_count), x->total_count); in long_print() 321 p->total_count++; in sumdone()
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vsw_rxdring.c | 97 #define VSW_SWITCH_FRAMES(vswp, ldcp, bp, bpt, count, total_count) \ argument 608 int total_count = 0; in vsw_ldc_rcv_shm() local 639 total_count); in vsw_ldc_rcv_shm() 659 total_count++; in vsw_ldc_rcv_shm() 668 total_count); in vsw_ldc_rcv_shm() 675 } while (total_count < dp->num_bufs); in vsw_ldc_rcv_shm() 678 int, (total_count)); in vsw_ldc_rcv_shm() 681 total_count); in vsw_ldc_rcv_shm()
|
H A D | vnet_rxdring.c | 875 int total_count = 0; in vgen_intr_rcv_shm() local 906 total_count++; in vgen_intr_rcv_shm() 929 } while (total_count < ldcp->num_rxds); in vgen_intr_rcv_shm()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.c | 1289 int total_count = 0; in nl7c_sendfilev() local 1386 total_count += cnt; in nl7c_sendfilev() 1387 if (uri->hash != URI_TEMP && total_count > nca_max_cache_size) { in nl7c_sendfilev() 1429 if (total_count > 0) { in nl7c_sendfilev() 1430 atomic_add_64(&nl7c_uri_bytes, total_count); in nl7c_sendfilev() 1463 if (total_count > 0) { in nl7c_sendfilev() 1464 atomic_add_64(&nl7c_uri_bytes, total_count); in nl7c_sendfilev()
|
/titanic_44/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 1618 report_stats(FILE *out, lsrec_t **sort_buf, size_t nrecs, uint64_t total_count, in report_stats() argument 1636 g_rates == 0 ? total_count : in report_stats() 1637 ((unsigned long long)total_count * NANOSEC) / g_elapsed, in report_stats() 1650 g_event_info[event].ev_desc, (double)total_count, in report_stats() 1652 (double)total_count * NANOSEC / g_elapsed); in report_stats() 1715 percent = (lsp->ls_count * 100.00) / total_count; in report_stats()
|
/titanic_44/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_proto.c | 10288 int total_count = 0; in idn_mainmbox_flush() local 10403 total_count += count; in idn_mainmbox_flush() 10424 proc, domid, mbox_str, total_count, total_lost_io); in idn_mainmbox_flush() 10426 return (total_count); in idn_mainmbox_flush()
|