Searched refs:perc (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | typegraph.c | 1538 int perc = (stat * 100) / total; in typegraph_stat_perc() local 1542 perc, tenths); in typegraph_stat_perc() 2381 uint_t perc; in typegraph() local 2512 perc = ((stats.tgs_known + stats.tgs_typed + in typegraph() 2515 perc = 0; in typegraph() 2521 stats.tgs_frag, perc / 10, perc % 10); in typegraph()
|
H A D | leaky.c | 121 uint_t perc = (stat * 100) / total; in leaky_verbose_perc() local 128 30, str, stat, perc, tenths); in leaky_verbose_perc()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | rfb.c | 990 uint_t changes, perc, x, y; in rfb_send_screen() local 1103 perc = (changes * 100) / (xcells * ycells); in rfb_send_screen() 1107 changes, perc); in rfb_send_screen() 1120 if (perc >= RFB_SENDALL_THRESH) in rfb_send_screen()
|