Searched refs:p_tot (Results 1 – 1 of 1) sorted by relevance
940 long p_tot, s_tot; in format_next_process() local1107 p_tot = rup->ru_inblock + rup->ru_oublock + rup->ru_majflt; in format_next_process()1121 sbuf_printf(procbuf, "%6ld ", p_tot); in format_next_process()1122 sbuf_printf(procbuf, "%6.2f%% ", s_tot == 0 ? 0.0 : (p_tot * 100.0 / s_tot)); in format_next_process()