Searched defs:total_count (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.h105 uint64_t total_count; member in struct:event_info
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_rxdring.c875 int total_count = 0; local
906 total_count++;
929 } while (total_count < ldcp->num_rxds);
H A Dvsw_rxdring.c97 #define VSW_SWITCH_FRAMES(vswp, ldcp, bp, bpt, count, total_count) \
608 int total_count = 0; local
639 total_count);
659 total_count++;
668 total_count);
675 } while (total_count < dp->num_bufs);
678 int, (total_count));
681 total_count);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c1289 int total_count = 0; local
1386 total_count += cnt;
1387 if (uri->hash != URI_TEMP && total_count > nca_max_cache_size) {
1429 if (total_count > 0) {
1430 atomic_add_64(&nl7c_uri_bytes, total_count);
1463 if (total_count > 0) {
1464 atomic_add_64(&nl7c_uri_bytes, total_count);
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c1618 report_stats(FILE *out, lsrec_t **sort_buf, size_t nrecs, uint64_t total_count, argument
1636 g_rates == 0 ? total_count :
1637 ((unsigned long long)total_count * NANOSEC) / g_elapsed,
1650 g_event_info[event].ev_desc, (double)total_count,
1652 (double)total_count * NANOSEC / g_elapsed);
1715 percent = (lsp->ls_count * 100.00) / total_count;
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c10288 int total_count = 0; local
10403 total_count += count;
10424 proc, domid, mbox_str, total_count, total_lost_io);
10426 return (total_count);

Completed in 100 milliseconds